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 93 static int s_frontendCounter;
96 inline void frontendCreated() { FrontendCounter::s_frontendCounter += 1; }
97 inline void frontendDeleted() { FrontendCounter::s_frontendCounter -= 1; }
98 inline bool hasFrontends() { return FrontendCounter::s_frontendCounter; }
InspectorInstrumentation.cpp 54 int FrontendCounter::s_frontendCounter = 0;

Completed in 37 milliseconds