Searched defs:shouldInterruptJavaScript (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Tools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.h206 bool shouldInterruptJavaScript() { return false; } function in class:WebCore::WebPage
/external/webkit/Tools/QtTestBrowser/
H A Dwebpage.cpp126 bool WebPage::shouldInterruptJavaScript() function in class:WebPage
130 return QWebPage::shouldInterruptJavaScript();
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.cpp250 bool ChromeClientHaiku::shouldInterruptJavaScript() function in class:WebCore::ChromeClientHaiku
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DChromeClientWinCE.cpp216 bool ChromeClientWinCE::shouldInterruptJavaScript() function in class:WebKit::ChromeClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.cpp330 bool ChromeClientWx::shouldInterruptJavaScript() function in class:WebCore::ChromeClientWx
/external/webkit/Source/WebCore/page/
H A DChrome.cpp336 bool Chrome::shouldInterruptJavaScript() function in class:WebCore::Chrome
342 return m_client->shouldInterruptJavaScript();
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.cpp297 bool ChromeClientAndroid::shouldInterruptJavaScript() { function in class:android::ChromeClientAndroid
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.cpp488 bool ChromeClientImpl::shouldInterruptJavaScript() function in class:WebKit::ChromeClientImpl
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.cpp303 bool ChromeClientEfl::shouldInterruptJavaScript() function in class:WebCore::ChromeClientEfl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp355 bool ChromeClient::shouldInterruptJavaScript() function in class:WebKit::ChromeClient
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.cpp352 bool ChromeClientQt::shouldInterruptJavaScript() function in class:WebCore::ChromeClientQt
355 QMetaObject::invokeMethod(m_webPage, "shouldInterruptJavaScript", Qt::DirectConnection, Q_RETURN_ARG(bool, shouldInterrupt));
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.cpp437 bool WebChromeClient::shouldInterruptJavaScript() function in class:WebChromeClient
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp333 bool WebChromeClient::shouldInterruptJavaScript() function in class:WebKit::WebChromeClient
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.cpp2136 \fn bool QWebPage::shouldInterruptJavaScript()
2145 provide your own implementation in a QWebPage subclass, reimplement the shouldInterruptJavaScript()
2148 bool QWebPage::shouldInterruptJavaScript() function in class:QWebPage
/external/webkit/Source/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp237 bool shouldInterruptJavaScript() { function in class:JSTestPage
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h139 virtual bool shouldInterruptJavaScript() { return false; } function in class:WebCore::EmptyChromeClient

Completed in 227 milliseconds