OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:canRunModal
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
Chrome.cpp
154
bool Chrome::
canRunModal
() const
156
return m_client->
canRunModal
();
171
return
canRunModal
() && canRunModalIfDuringPageDismissal(m_page, ChromeClient::HTMLDialog, String());
/external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.cpp
318
bool ChromeClientImpl::
canRunModal
()
[
all
...]
Completed in 57 milliseconds