HomeSort by relevance Sort by last modified time
    Searched defs:setJavaScriptPaused (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/inspector/
JavaScriptDebugServer.cpp 401 void JavaScriptDebugServer::setJavaScriptPaused(const PageGroup& pageGroup, bool paused)
409 setJavaScriptPaused(*it, paused);
412 void JavaScriptDebugServer::setJavaScriptPaused(Page* page, bool paused)
419 setJavaScriptPaused(frame, paused);
422 void JavaScriptDebugServer::setJavaScriptPaused(Frame* frame, bool paused)
437 setJavaScriptPaused(frame->view(), paused);
442 void JavaScriptDebugServer::setJavaScriptPaused(FrameView*, bool)
448 void JavaScriptDebugServer::setJavaScriptPaused(FrameView* view, bool paused)
461 static_cast<PluginView*>(widget)->setJavaScriptPaused(paused);
487 setJavaScriptPaused(page->group(), true)
    [all...]
  /external/webkit/WebCore/plugins/
PluginView.cpp 770 void PluginView::setJavaScriptPaused(bool paused)
    [all...]

Completed in 38 milliseconds