HomeSort by relevance Sort by last modified time
    Searched refs:setTimelineProfilingEnabled (Results 1 - 25 of 25) sorted by null

  /external/webkit/Source/WebKit/win/Interfaces/
IWebInspector.idl 59 HRESULT setTimelineProfilingEnabled(BOOL enabled);
  /external/webkit/Source/WebKit/chromium/public/
WebDevToolsAgent.h 65 virtual void setTimelineProfilingEnabled(bool enabled) = 0;
  /external/webkit/Source/WebKit/mac/WebInspector/
WebInspector.h 55 - (void)setTimelineProfilingEnabled:(BOOL)enabled;
WebInspector.mm 163 - (void)setTimelineProfilingEnabled:(BOOL)enabled
  /external/webkit/Tools/DumpRenderTree/chromium/
DRTDevToolsAgent.cpp 130 bool DRTDevToolsAgent::setTimelineProfilingEnabled(bool enabled)
135 agent->setTimelineProfilingEnabled(enabled);
DRTDevToolsAgent.h 73 bool setTimelineProfilingEnabled(bool enable);
LayoutTestController.h 318 void setTimelineProfilingEnabled(const CppArgumentList&, CppVariant*);
LayoutTestController.cpp 166 bindMethod("setTimelineProfilingEnabled", &LayoutTestController::setTimelineProfilingEnabled);
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebDevToolsAgentImpl.h 80 virtual void setTimelineProfilingEnabled(bool enable);
WebDevToolsAgentImpl.cpp 301 void WebDevToolsAgentImpl::setTimelineProfilingEnabled(bool enabled)
  /external/webkit/Source/WebKit/win/
WebInspector.h 67 virtual HRESULT STDMETHODCALLTYPE setTimelineProfilingEnabled(BOOL);
WebInspector.cpp 281 HRESULT STDMETHODCALLTYPE WebInspector::setTimelineProfilingEnabled(BOOL enabled)
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
LayoutTestController.idl 102 void setTimelineProfilingEnabled(in boolean enabled);
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
LayoutTestController.h 149 void setTimelineProfilingEnabled(bool);
LayoutTestController.cpp 405 void LayoutTestController::setTimelineProfilingEnabled(bool enabled)
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.h 117 static void setTimelineProfilingEnabled(QWebPage*, bool enabled);
DumpRenderTreeSupportQt.cpp 220 void DumpRenderTreeSupportQt::setTimelineProfilingEnabled(QWebPage* page, bool enabled)
    [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.h 155 void setTimelineProfilingEnabled(bool enable);
LayoutTestControllerQt.cpp 434 void LayoutTestController::setTimelineProfilingEnabled(bool enable)
436 DumpRenderTreeSupportQt::setTimelineProfilingEnabled(m_drt->webPage(), enable);
  /external/webkit/Tools/DumpRenderTree/wx/
LayoutTestControllerWx.cpp 430 void LayoutTestController::setTimelineProfilingEnabled(bool enabled)
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.h 294 void setTimelineProfilingEnabled(bool enabled);
LayoutTestController.cpp     [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 533 void LayoutTestController::setTimelineProfilingEnabled(bool enabled)
535 [[[mainFrame webView] inspector] setTimelineProfilingEnabled:enabled];
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
LayoutTestControllerWin.cpp 599 void LayoutTestController::setTimelineProfilingEnabled(bool flag)
613 inspector->setTimelineProfilingEnabled(flag);
    [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 298 void LayoutTestController::setTimelineProfilingEnabled(bool flag)
    [all...]

Completed in 294 milliseconds