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