Home
last modified time | relevance | path

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

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