OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UIEventInit
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/events/
UIEvent.h
35
struct
UIEventInit
: public EventInit {
36
UIEventInit
();
52
static PassRefPtr<UIEvent> create(const AtomicString& type, const
UIEventInit
& initializer)
81
UIEvent(const AtomicString&, const
UIEventInit
&);
UIEvent.cpp
29
UIEventInit
::
UIEventInit
()
49
UIEvent::UIEvent(const AtomicString& eventType, const
UIEventInit
& initializer)
Completed in 108 milliseconds