Searched refs:s_frontendCounter (Results 1 – 2 of 2) sorted by relevance
94 static int s_frontendCounter; variable97 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()
58 int FrontendCounter::s_frontendCounter = 0; member in blink::InspectorInstrumentation::FrontendCounter