Searched refs:hasFrontends (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DScriptCallStackFactory.cpp135 if (InspectorInstrumentation::hasFrontends()) {
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DElementRuleCollector.cpp388 if (UNLIKELY(InspectorInstrumentation::hasFrontends())) {
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorInstrumentation.h94 #define FAST_RETURN_IF_NO_FRONTENDS(value) if (LIKELY(!hasFrontends())) return value;
290 static bool hasFrontends() { return s_frontendCounter; } function in class:WebCore::InspectorInstrumentation
296 static bool hasFrontends() { return false; } function in class:WebCore::InspectorInstrumentation
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DFrameView.cpp2837 if (InspectorInstrumentation::hasFrontends() && isMainFrame) {

Completed in 205 milliseconds