Searched refs:shouldInterruptJavaScript (Results 1 - 25 of 33) sorted by relevance

12

/external/webkit/Tools/QtTestBrowser/
H A Dwebpage.h58 bool shouldInterruptJavaScript();
H A Dwebpage.cpp126 bool WebPage::shouldInterruptJavaScript() function in class:WebPage
130 return QWebPage::shouldInterruptJavaScript();
/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMWindowBase.cpp148 return page->chrome()->shouldInterruptJavaScript();
/external/webkit/Source/WebCore/page/
H A DChrome.h135 bool shouldInterruptJavaScript();
H A DChrome.cpp336 bool Chrome::shouldInterruptJavaScript() function in class:WebCore::Chrome
342 return m_client->shouldInterruptJavaScript();
H A DChromeClient.h132 virtual bool shouldInterruptJavaScript() = 0;
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.h93 virtual bool shouldInterruptJavaScript();
H A DChromeClientEfl.cpp303 bool ChromeClientEfl::shouldInterruptJavaScript() function in class:WebCore::ChromeClientEfl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.h101 virtual bool shouldInterruptJavaScript();
H A DChromeClientHaiku.cpp250 bool ChromeClientHaiku::shouldInterruptJavaScript() function in class:WebCore::ChromeClientHaiku
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DChromeClientWinCE.h91 virtual bool shouldInterruptJavaScript();
H A DChromeClientWinCE.cpp216 bool ChromeClientWinCE::shouldInterruptJavaScript() function in class:WebKit::ChromeClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.h99 virtual bool shouldInterruptJavaScript();
H A DChromeClientWx.cpp330 bool ChromeClientWx::shouldInterruptJavaScript() function in class:WebCore::ChromeClientWx
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.h109 virtual bool shouldInterruptJavaScript();
H A DChromeClientAndroid.cpp297 bool ChromeClientAndroid::shouldInterruptJavaScript() { function in class:android::ChromeClientAndroid
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.h103 virtual bool shouldInterruptJavaScript();
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.h93 virtual bool shouldInterruptJavaScript();
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.h89 virtual bool shouldInterruptJavaScript();
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.h109 virtual bool shouldInterruptJavaScript();
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.h94 virtual bool shouldInterruptJavaScript();
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.h106 virtual bool shouldInterruptJavaScript();
/external/webkit/Tools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.h206 bool shouldInterruptJavaScript() { return false; } function in class:WebCore::WebPage
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.h368 bool shouldInterruptJavaScript();
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h139 virtual bool shouldInterruptJavaScript() { return false; } function in class:WebCore::EmptyChromeClient

Completed in 435 milliseconds

12