HomeSort by relevance Sort by last modified time
    Searched refs:s_frontendCounter (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInstrumentation.h 94 static int s_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; }
InspectorInstrumentation.cpp 58 int FrontendCounter::s_frontendCounter = 0;

Completed in 162 milliseconds