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

  /external/webkit/Source/WebCore/inspector/
InspectorInstrumentation.h 180 static void frontendCreated() { s_frontendCounter += 1; }
181 static void frontendDeleted() { s_frontendCounter -= 1; }
182 static bool hasFrontends() { return s_frontendCounter; }
313 static int s_frontendCounter;
    [all...]
InspectorInstrumentation.cpp 75 int InspectorInstrumentation::s_frontendCounter = 0;
    [all...]

Completed in 65 milliseconds