Searched refs:FocusEventInit (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DFocusEvent.h36 struct FocusEventInit : public UIEventInit { struct in namespace:WebCore
37 FocusEventInit();
54 static PassRefPtr<FocusEvent> create(const AtomicString& type, const FocusEventInit& initializer)
68 FocusEvent(const AtomicString& type, const FocusEventInit&);
H A DFocusEvent.cpp37 FocusEventInit::FocusEventInit() function in class:WebCore::FocusEventInit
62 FocusEvent::FocusEvent(const AtomicString& type, const FocusEventInit& initializer)

Completed in 201 milliseconds