OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CustomEventInit
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/events/
CustomEvent.h
35
typedef EventInit
CustomEventInit
;
47
static PassRefPtrWillBeRawPtr<CustomEvent> create(const AtomicString& type, const
CustomEventInit
& initializer)
68
CustomEvent(const AtomicString& type, const
CustomEventInit
& initializer);
CustomEvent.cpp
37
CustomEvent::CustomEvent(const AtomicString& type, const
CustomEventInit
& initializer)
Completed in 208 milliseconds