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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInstrumentation.h68 #define FAST_RETURN_IF_NO_FRONTENDS(value) if (!hasFrontends()) return value;
93 friend bool hasFrontends();
99 inline bool hasFrontends() { return FrontendCounter::s_frontendCounter; } function in namespace:blink::InspectorInstrumentation

Completed in 600 milliseconds