Home
last modified time | relevance | path

Searched defs:isUnderTest (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebDevToolsFrontendClient.h48 virtual bool isUnderTest() { return false; } in isUnderTest() function
/external/chromium_org/content/renderer/devtools/
Ddevtools_client.cc62 bool DevToolsClient::isUnderTest() { in isUnderTest() function in content::DevToolsClient
/external/chromium_org/third_party/WebKit/Source/web/
DInspectorFrontendClientImpl.cpp161 bool InspectorFrontendClientImpl::isUnderTest() in isUnderTest() function in blink::InspectorFrontendClientImpl
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorFrontendHost.cpp210 bool InspectorFrontendHost::isUnderTest() in isUnderTest() function in WebCore::InspectorFrontendHost
DInspectorController.cpp284 bool InspectorController::isUnderTest() in isUnderTest() function in WebCore::InspectorController
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DInspectorFrontendHostStub.js234 isUnderTest: function() method in WebInspector.InspectorFrontendHostStub
Dexterns.js200 InspectorFrontendHost.isUnderTest = function() {} function