Home
last modified time | relevance | path

Searched refs:BeforeLoadEvent (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
DBeforeLoadEvent.h43 class BeforeLoadEvent : public Event {
45 static PassRefPtr<BeforeLoadEvent> create() in create()
47 return adoptRef(new BeforeLoadEvent); in create()
50 static PassRefPtr<BeforeLoadEvent> create(const String& url) in create()
52 return adoptRef(new BeforeLoadEvent(url)); in create()
55 …static PassRefPtr<BeforeLoadEvent> create(const AtomicString& type, const BeforeLoadEventInit& ini… in create()
57 return adoptRef(new BeforeLoadEvent(type, initializer)); in create()
62 virtual const AtomicString& interfaceName() const { return EventNames::BeforeLoadEvent; } in interfaceName()
65 BeforeLoadEvent() in BeforeLoadEvent() function
70 explicit BeforeLoadEvent(const String& url) in BeforeLoadEvent() function
[all …]
DBeforeLoadEvent.idl29 ] interface BeforeLoadEvent : Event {
/external/chromium_org/third_party/WebKit/Source/web/
DWebDOMEvent.cpp204 return m_private->hasInterface(WebCore::EventNames::BeforeLoadEvent); in isBeforeLoadEvent()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DUseCounter.h216 BeforeLoadEvent, enumerator
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.cpp2443 RefPtr<BeforeLoadEvent> beforeLoadEvent = BeforeLoadEvent::create(sourceURL); in dispatchBeforeLoadEvent()
DDocument.cpp3683 UseCounter::count(*this, UseCounter::BeforeLoadEvent); in addListenerTypeIfNeeded()
/external/chromium_org/third_party/WebKit/Source/bindings/
Dmain_idl_files_list.tmp91 ../core/events/BeforeLoadEvent.idl
Dinterface_dependencies.target.darwin-mips.mk21 …teErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/BeforeLoadEvent.idl $(LOCAL_P…
Dinterface_dependencies.target.darwin-x86.mk21 …teErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/BeforeLoadEvent.idl $(LOCAL_P…
Dinterface_dependencies.target.darwin-arm.mk21 …teErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/BeforeLoadEvent.idl $(LOCAL_P…
Dinterface_dependencies.target.linux-mips.mk21 …teErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/BeforeLoadEvent.idl $(LOCAL_P…
Dinterface_dependencies.target.linux-arm.mk21 …teErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/BeforeLoadEvent.idl $(LOCAL_P…
Dinterface_dependencies.target.linux-x86.mk21 …teErrorEvent.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/BeforeLoadEvent.idl $(LOCAL_P…
Dbindings_sources.target.linux-arm.mk1016 …reLoadEvent.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/events/BeforeLoadEvent.idl $(LOCAL_P…
1017 …essor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/events/BeforeLoadEvent.idl
Dbindings_sources.target.linux-x86.mk1016 …reLoadEvent.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/events/BeforeLoadEvent.idl $(LOCAL_P…
1017 …essor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/events/BeforeLoadEvent.idl
Dbindings_sources.target.linux-mips.mk1016 …reLoadEvent.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/events/BeforeLoadEvent.idl $(LOCAL_P…
1017 …essor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/events/BeforeLoadEvent.idl
Dbindings_sources.target.darwin-mips.mk1016 …reLoadEvent.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/events/BeforeLoadEvent.idl $(LOCAL_P…
1017 …essor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/events/BeforeLoadEvent.idl
Dbindings_sources.target.darwin-arm.mk1016 …reLoadEvent.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/events/BeforeLoadEvent.idl $(LOCAL_P…
1017 …essor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/events/BeforeLoadEvent.idl
Dbindings_sources.target.darwin-x86.mk1016 …reLoadEvent.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/events/BeforeLoadEvent.idl $(LOCAL_P…
1017 …essor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/events/BeforeLoadEvent.idl
/external/chromium_org/third_party/WebKit/Source/core/
Dcore.gypi97 'events/BeforeLoadEvent.idl',
2092 'events/BeforeLoadEvent.h',