Searched defs:typeArg (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/events/
H A DUIEvent.java73 * @param typeArg Specifies the event type.
81 public void initUIEvent(String typeArg, argument
H A DMutationEvent.java114 * @param typeArg Specifies the event type.
128 public void initMutationEvent(String typeArg, argument
H A DMouseEvent.java142 * @param typeArg Specifies the event type.
169 public void initMouseEvent(String typeArg, argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/events/
H A DMutationEventImpl.java100 public void initMutationEvent(String typeArg, boolean canBubbleArg, argument
109 super.initEvent(typeArg,canBubbleArg,cancelableArg);

Completed in 30 milliseconds