HomeSort by relevance Sort by last modified time
    Searched defs:FocusInEventDispatchMediator (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
FocusEvent.cpp 102 PassRefPtr<FocusInEventDispatchMediator> FocusInEventDispatchMediator::create(PassRefPtr<FocusEvent> focusEvent)
104 return adoptRef(new FocusInEventDispatchMediator(focusEvent));
107 FocusInEventDispatchMediator::FocusInEventDispatchMediator(PassRefPtr<FocusEvent> focusEvent)
112 bool FocusInEventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const
FocusEvent.h 97 class FocusInEventDispatchMediator : public EventDispatchMediator {
99 static PassRefPtr<FocusInEventDispatchMediator> create(PassRefPtr<FocusEvent>);
101 explicit FocusInEventDispatchMediator(PassRefPtr<FocusEvent>);

Completed in 67 milliseconds