Home
last modified time | relevance | path

Searched refs:setJavaScriptPaused (Results 1 – 13 of 13) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bindings/js/
H A DPageScriptDebugServer.cpp135 setJavaScriptPaused(page->group(), true); in didPause()
142 setJavaScriptPaused(page->group(), false); in didContinue()
154 void PageScriptDebugServer::setJavaScriptPaused(const PageGroup& pageGroup, bool paused) in setJavaScriptPaused() function in WebCore::PageScriptDebugServer
162 setJavaScriptPaused(*it, paused); in setJavaScriptPaused()
165 void PageScriptDebugServer::setJavaScriptPaused(Page* page, bool paused) in setJavaScriptPaused() function in WebCore::PageScriptDebugServer
172 setJavaScriptPaused(frame, paused); in setJavaScriptPaused()
175 void PageScriptDebugServer::setJavaScriptPaused(Frame* frame, bool paused) in setJavaScriptPaused() function in WebCore::PageScriptDebugServer
193 setJavaScriptPaused(frame->view(), paused); in setJavaScriptPaused()
196 void PageScriptDebugServer::setJavaScriptPaused(FrameView* view, bool paused) in setJavaScriptPaused() function in WebCore::PageScriptDebugServer
209 static_cast<PluginView*>(widget)->setJavaScriptPaused(paused); in setJavaScriptPaused()
H A DPageScriptDebugServer.h68 void setJavaScriptPaused(const PageGroup&, bool paused);
69 void setJavaScriptPaused(Page*, bool paused);
70 void setJavaScriptPaused(Frame*, bool paused);
71 void setJavaScriptPaused(FrameView*, bool paused);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/qt/
H A DTemporaryLinkStubsQt.cpp100 void PluginView::setJavaScriptPaused(bool) in setJavaScriptPaused() function in PluginView
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/plugins/
H A DPluginViewNone.cpp164 void PluginView::setJavaScriptPaused(bool) in setJavaScriptPaused() function in WebCore::PluginView
H A DPluginView.h197 void setJavaScriptPaused(bool);
H A DPluginView.cpp722 void PluginView::setJavaScriptPaused(bool paused) in setJavaScriptPaused() function in WebCore::PluginView
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2010-05-2418598 Guard privateBrowsingStateChanged() and setJavaScriptPaused() with
31208 (WebCore::PluginView::setJavaScriptPaused):
31225 Guard privateBrowsingStateChanged() and setJavaScriptPaused() with
41124 … (WebCore::PluginView::setJavaScriptPaused): Add an empty implementation of setJavaScriptPaused.
43951 (WebCore::ScriptDebugServer::setJavaScriptPaused):
45389 (WebCore::ScriptDebugServer::setJavaScriptPaused):
H A DChangeLog-2009-06-1639913 (WebCore::JavaScriptDebugServer::setJavaScriptPaused):
54812 (WebCore::JavaScriptDebugServer::setJavaScriptPaused): Separate the
65039 - in JavaScriptDebugServer::setJavaScriptPaused
65088 (WebCore::JavaScriptDebugServer::setJavaScriptPaused):
94260 (WebCore::JavaScriptDebugServer::setJavaScriptPaused):
96296 JavaScriptDebugServer::setJavaScriptPaused always passing false
96297 to the Page version of JavaScriptDebugServer::setJavaScriptPaused,
96309 (WebCore::JavaScriptDebugServer::setJavaScriptPaused):
96310 Pass the paused argument to the Page version of setJavaScriptPaused.
H A DChangeLog-2008-08-1011956 (WebCore::JavaScriptDebugServer::setJavaScriptPaused):
21043 (WebCore::JavaScriptDebugServer::setJavaScriptPaused): Various overloaded functions
38838 (WebCore::PluginView::setJavaScriptPaused): Replaced the use of
38981 (WebCore::PluginView::setJavaScriptPaused): Stop the request timer if
H A DChangeLog33854 (WebCore::PageScriptDebugServer::setJavaScriptPaused):
34008 (WebCore::ScriptDebugServer::setJavaScriptPaused):
34117 (WebCore::PageScriptDebugServer::setJavaScriptPaused):
H A DChangeLog-2010-12-0646538 Add PluginView::setJavaScriptPaused(bool) stub for WinCE.
46541 (PluginView::setJavaScriptPaused):
55265 … (WebCore::ScriptDebugServer::setJavaScriptPaused): Pass new parameter to suspendActiveDOMObjects.
64644 and PluginView::setJavaScriptPaused.
115368 (WebCore::PluginView::setJavaScriptPaused):
H A DChangeLog-2010-01-2913013 (WebCore::JavaScriptDebugServer::setJavaScriptPaused):
88627 (WebCore::JavaScriptDebugServer::setJavaScriptPaused):
H A DChangeLog-2011-02-16592 (WebCore::ScriptDebugServer::setJavaScriptPaused):