Home
last modified time | relevance | path

Searched refs:setTimelineProfilingEnabled (Results 1 – 25 of 34) sorted by relevance

12

/external/webkit/Tools/DumpRenderTree/chromium/
DDRTDevToolsAgent.cpp130 bool DRTDevToolsAgent::setTimelineProfilingEnabled(bool enabled) in setTimelineProfilingEnabled() function in DRTDevToolsAgent
135 agent->setTimelineProfilingEnabled(enabled); in setTimelineProfilingEnabled()
DDRTDevToolsAgent.h73 bool setTimelineProfilingEnabled(bool enable);
DLayoutTestController.h318 void setTimelineProfilingEnabled(const CppArgumentList&, CppVariant*);
DLayoutTestController.cpp166 bindMethod("setTimelineProfilingEnabled", &LayoutTestController::setTimelineProfilingEnabled); in LayoutTestController()
1520 void LayoutTestController::setTimelineProfilingEnabled(const CppArgumentList& arguments, CppVariant… in setTimelineProfilingEnabled() function in LayoutTestController
1525 m_shell->drtDevToolsAgent()->setTimelineProfilingEnabled(arguments[0].toBoolean()); in setTimelineProfilingEnabled()
/external/webkit/Source/WebKit/mac/WebInspector/
DWebInspector.h55 - (void)setTimelineProfilingEnabled:(BOOL)enabled;
DWebInspector.mm163 - (void)setTimelineProfilingEnabled:(BOOL)enabled
/external/webkit/Source/WebKit/chromium/public/
DWebDevToolsAgent.h65 virtual void setTimelineProfilingEnabled(bool enabled) = 0;
/external/webkit/Source/WebKit/win/
DWebInspector.h67 virtual HRESULT STDMETHODCALLTYPE setTimelineProfilingEnabled(BOOL);
DWebInspector.cpp281 HRESULT STDMETHODCALLTYPE WebInspector::setTimelineProfilingEnabled(BOOL enabled) in setTimelineProfilingEnabled() function in WebInspector
/external/webkit/Source/WebKit/chromium/src/
DWebDevToolsAgentImpl.h80 virtual void setTimelineProfilingEnabled(bool enable);
DWebDevToolsAgentImpl.cpp301 void WebDevToolsAgentImpl::setTimelineProfilingEnabled(bool enabled) in setTimelineProfilingEnabled() function in WebKit::WebDevToolsAgentImpl
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DLayoutTestController.h149 void setTimelineProfilingEnabled(bool);
DLayoutTestController.cpp405 void LayoutTestController::setTimelineProfilingEnabled(bool enabled) in setTimelineProfilingEnabled() function in WTR::LayoutTestController
/external/webkit/Source/WebKit/win/Interfaces/
DIWebInspector.idl59 HRESULT setTimelineProfilingEnabled(BOOL enabled);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDumpRenderTreeSupportQt.h117 static void setTimelineProfilingEnabled(QWebPage*, bool enabled); in Q_DECLARE_METATYPE()
DDumpRenderTreeSupportQt.cpp220 void DumpRenderTreeSupportQt::setTimelineProfilingEnabled(QWebPage* page, bool enabled) in setTimelineProfilingEnabled() function in DumpRenderTreeSupportQt
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
DLayoutTestController.idl102 void setTimelineProfilingEnabled(in boolean enabled);
/external/webkit/Tools/DumpRenderTree/wx/
DLayoutTestControllerWx.cpp430 void LayoutTestController::setTimelineProfilingEnabled(bool enabled) in setTimelineProfilingEnabled() function in LayoutTestController
/external/webkit/Tools/DumpRenderTree/qt/
DLayoutTestControllerQt.h155 void setTimelineProfilingEnabled(bool enable);
DLayoutTestControllerQt.cpp434 void LayoutTestController::setTimelineProfilingEnabled(bool enable) in setTimelineProfilingEnabled() function in LayoutTestController
436 DumpRenderTreeSupportQt::setTimelineProfilingEnabled(m_drt->webPage(), enable); in setTimelineProfilingEnabled()
/external/webkit/Tools/DumpRenderTree/
DLayoutTestController.h294 void setTimelineProfilingEnabled(bool enabled);
DLayoutTestController.cpp1504 controller->setTimelineProfilingEnabled(JSValueToBoolean(context, arguments[0])); in setTimelineProfilingEnabledCallback()
1728 controller->setTimelineProfilingEnabled(false); in closeWebInspectorCallback()
/external/webkit/Tools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp599 void LayoutTestController::setTimelineProfilingEnabled(bool flag) in setTimelineProfilingEnabled() function in LayoutTestController
613 inspector->setTimelineProfilingEnabled(flag); in setTimelineProfilingEnabled()
/external/webkit/Tools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp298 void LayoutTestController::setTimelineProfilingEnabled(bool flag) in setTimelineProfilingEnabled() function in LayoutTestController
/external/webkit/Tools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm533 void LayoutTestController::setTimelineProfilingEnabled(bool enabled) function
535 [[[mainFrame webView] inspector] setTimelineProfilingEnabled:enabled];

12