HomeSort by relevance Sort by last modified time
    Searched refs:isBeforeUnloadEvent (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/events/
BeforeUnloadEvent.cpp 39 bool BeforeUnloadEvent::isBeforeUnloadEvent() const
BeforeUnloadEvent.h 42 virtual bool isBeforeUnloadEvent() const OVERRIDE;
Event.cpp 187 bool Event::isBeforeUnloadEvent() const
Event.h 157 virtual bool isBeforeUnloadEvent() const;
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8AbstractEventListener.cpp 150 if (m_isAttribute && !returnValue->IsNull() && !returnValue->IsUndefined() && event->isBeforeUnloadEvent()) {

Completed in 49 milliseconds