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

  /external/webkit/WebCore/bindings/js/
GCController.h 41 void garbageCollectOnAlternateThreadForDebugging(bool waitUntilDone); // Used for stress testing.
GCController.cpp 77 void GCController::garbageCollectOnAlternateThreadForDebugging(bool waitUntilDone)
  /external/webkit/WebKit/win/
WebJavaScriptCollector.cpp 104 gcController().garbageCollectOnAlternateThreadForDebugging(!!waitUntilDone);
  /external/webkit/WebKit/mac/Misc/
WebCoreStatistics.mm 118 gcController().garbageCollectOnAlternateThreadForDebugging(waitUntilDone);
  /external/webkit/WebKit/gtk/webkit/
webkitwebframe.cpp     [all...]
  /external/webkit/WebKit/qt/Api/
qwebframe.cpp 209 gcController().garbageCollectOnAlternateThreadForDebugging(waitUntilDone);
    [all...]

Completed in 253 milliseconds