OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canRunBeforeUnloadConfirmPanel
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
Chrome.h
105
bool
canRunBeforeUnloadConfirmPanel
();
ChromeClient.h
129
virtual bool
canRunBeforeUnloadConfirmPanel
() = 0;
Chrome.cpp
213
bool Chrome::
canRunBeforeUnloadConfirmPanel
()
215
return m_client->
canRunBeforeUnloadConfirmPanel
();
/external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.h
104
virtual bool
canRunBeforeUnloadConfirmPanel
();
ChromeClientImpl.cpp
393
bool ChromeClientImpl::
canRunBeforeUnloadConfirmPanel
()
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h
111
virtual bool
canRunBeforeUnloadConfirmPanel
() OVERRIDE { return false; }
FrameLoader.cpp
[
all
...]
Completed in 34 milliseconds