Searched refs:s_frontendCounter (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInstrumentation.h94 static int s_frontendCounter; member in class:blink::InspectorInstrumentation::FrontendCounter
97 inline void frontendCreated() { atomicIncrement(&FrontendCounter::s_frontendCounter); }
98 inline void frontendDeleted() { atomicDecrement(&FrontendCounter::s_frontendCounter); }
99 inline bool hasFrontends() { return FrontendCounter::s_frontendCounter; }
H A DInspectorInstrumentation.cpp58 int FrontendCounter::s_frontendCounter = 0; member in class:blink::InspectorInstrumentation::FrontendCounter

Completed in 105 milliseconds