Searched defs:hasFrontend (Results 1 – 4 of 4) sorted by relevance
74 bool hasFrontend() const { return m_inspectorFrontend; } in hasFrontend() function
156 bool hasFrontend() const { return m_frontend; } in hasFrontend() function
186 static bool hasFrontend(Page*) { return false; } in hasFrontend() function875 inline bool InspectorInstrumentation::hasFrontend(Page* page) in hasFrontend() function
766 bool InspectorInstrumentation::hasFrontend(InspectorAgent* inspectorAgent) in hasFrontend() function in WebCore::InspectorInstrumentation