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

  /external/webkit/Source/WebCore/inspector/
ScriptGCEventListener.h 41 virtual void didGC(double startTime, double endTime, size_t collectedBytes) = 0;
InspectorTimelineAgent.h 122 virtual void didGC(double, double, size_t);
InspectorTimelineAgent.cpp 98 void InspectorTimelineAgent::didGC(double startTime, double endTime, size_t collectedBytesCount)
  /external/webkit/Source/WebCore/bindings/v8/
ScriptGCEvent.cpp 97 (*i)->didGC(s_startTime, endTime, collectedBytes);

Completed in 1553 milliseconds