Home
last modified time | relevance | path

Searched defs:hasFrontend (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/inspector/
DInspectorController.h74 bool hasFrontend() const { return m_inspectorFrontend; } in hasFrontend() function
DInspectorAgent.h156 bool hasFrontend() const { return m_frontend; } in hasFrontend() function
DInspectorInstrumentation.h186 static bool hasFrontend(Page*) { return false; } in hasFrontend() function
875 inline bool InspectorInstrumentation::hasFrontend(Page* page) in hasFrontend() function
DInspectorInstrumentation.cpp766 bool InspectorInstrumentation::hasFrontend(InspectorAgent* inspectorAgent) in hasFrontend() function in WebCore::InspectorInstrumentation