Searched refs:setJavaScriptPaused (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/inspector/
H A DPageScriptDebugServer.h63 void setJavaScriptPaused(const PageGroup&, bool paused);
64 void setJavaScriptPaused(Page*, bool paused);
65 void setJavaScriptPaused(Frame*, bool paused);
66 void setJavaScriptPaused(FrameView*, bool paused);
H A DPageScriptDebugServer.cpp99 setJavaScriptPaused(m_page.group(), true);
104 setJavaScriptPaused(m_page.group(), false);
148 void PageScriptDebugServer::setJavaScriptPaused(const PageGroup& pageGroup, bool paused) function in class:WebCore::PageScriptDebugServer
156 setJavaScriptPaused(*it, paused);
159 void PageScriptDebugServer::setJavaScriptPaused(Page* page, bool paused) function in class:WebCore::PageScriptDebugServer
166 setJavaScriptPaused(frame, paused);
169 void PageScriptDebugServer::setJavaScriptPaused(Frame* frame, bool paused) function in class:WebCore::PageScriptDebugServer
187 setJavaScriptPaused(frame->view(), paused);
190 void PageScriptDebugServer::setJavaScriptPaused(FrameView* view, bool paused) function in class:WebCore::PageScriptDebugServer
199 toPluginView(widget)->setJavaScriptPaused(pause
[all...]
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginViewNone.cpp151 void PluginView::setJavaScriptPaused(bool) function in class:WebCore::PluginView
H A DPluginView.h183 void setJavaScriptPaused(bool);
H A DPluginView.cpp702 void PluginView::setJavaScriptPaused(bool paused) function in class:WebCore::PluginView

Completed in 141 milliseconds