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

/macosx-10.10/WebCore-7600.1.25/dom/
H A DUIEvent.cpp49 UIEvent::UIEvent(const AtomicString& eventType, bool canBubbleArg, bool cancelableArg, PassRefPtr<AbstractView> viewArg, int detailArg) argument
56 UIEvent::UIEvent(const AtomicString& eventType, bool canBubbleArg, bool cancelableArg, double timestamp, PassRefPtr<AbstractView> viewArg, int detailArg) argument
74 void UIEvent::initUIEvent(const AtomicString& typeArg, bool canBubbleArg, bool cancelableArg, PassRefPtr<AbstractView> viewArg, int detailArg) argument

Completed in 112 milliseconds