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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFrontendClient.h 48 virtual bool isUnderTest() = 0;
InspectorFrontendHost.idl 59 boolean isUnderTest();
InspectorFrontendHost.h 73 bool isUnderTest();
InspectorController.h 117 bool isUnderTest();
InspectorFrontendHost.cpp 257 bool InspectorFrontendHost::isUnderTest()
259 return m_client && m_client->isUnderTest();
InspectorController.cpp 321 bool InspectorController::isUnderTest()
  /external/chromium_org/third_party/WebKit/public/web/
WebDevToolsFrontendClient.h 48 virtual bool isUnderTest() { return false; }