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

  /external/webkit/WebKitTools/DumpRenderTree/wx/
GCControllerWx.cpp 30 #include "GCController.h"
32 void GCController::collect() const
36 void GCController::collectOnAlternateThread(bool waitUntilDone) const
40 size_t GCController::getJSObjectCount() const
  /external/webkit/WebCore/bindings/js/
GCController.h 34 class GCController : public Noncopyable {
35 friend GCController& gcController();
44 GCController(); // Use gcController() instead
45 void gcTimerFired(Timer<GCController>*);
47 Timer<GCController> m_GCTimer;
51 GCController& gcController();
GCController.cpp 27 #include "GCController.h"
50 GCController& gcController()
52 DEFINE_STATIC_LOCAL(GCController, staticGCController, ());
56 GCController::GCController()
57 : m_GCTimer(this, &GCController::gcTimerFired)
61 void GCController::garbageCollectSoon()
67 void GCController::gcTimerFired(Timer<GCController>*)
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/qt/
GCControllerQt.cpp 40 GCController::GCController(QWebPage* parent)
45 void GCController::collect() const
50 void GCController::collectOnAlternateThread(bool waitUntilDone) const
55 size_t GCController::getJSObjectCount() const
GCControllerQt.h 36 class GCController : public QObject
40 GCController(QWebPage* parent);
DumpRenderTreeQt.h 58 class GCController;
135 GCController* m_gcController;
DumpRenderTreeQt.cpp 337 m_gcController = new GCController(m_page);
529 frame->addToJavaScriptWindowObject(QLatin1String("GCController"), m_gcController);
  /external/webkit/WebKitTools/DumpRenderTree/mac/
GCControllerMac.mm 31 #import "GCController.h"
36 void GCController::collect() const
41 void GCController::collectOnAlternateThread(bool waitUntilDone) const
46 size_t GCController::getJSObjectCount() const
FrameLoadDelegate.h 32 class GCController;
37 GCController* gcController;
FrameLoadDelegate.mm 36 #import "GCController.h"
99 gcController = new GCController;
107 delete gcController;
251 gcController->makeWindowObject(context, globalObject, &exception);
  /external/webkit/WebKitTools/DumpRenderTree/
GCController.h 34 class GCController {
36 GCController();
37 ~GCController();
GCController.cpp 30 #include "GCController.h"
35 GCController::GCController()
39 GCController::~GCController()
47 GCController* controller = static_cast<GCController*>(JSObjectGetPrivate(thisObject));
58 GCController* controller = static_cast<GCController*>(JSObjectGetPrivate(thisObject));
66 GCController* controller = static_cast<GCController*>(JSObjectGetPrivate(thisObject))
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
GCControllerGtk.cpp 30 #include "GCController.h"
41 void GCController::collect() const
46 void GCController::collectOnAlternateThread(bool waitUntilDone) const
51 size_t GCController::getJSObjectCount() const
DumpRenderTree.cpp 36 #include "GCController.h"
81 static GCController* gcController = 0;
600 gcController->makeWindowObject(context, windowObject, &exception);
850 gcController = new GCController();
872 delete gcController;
873 gcController = 0;
  /external/webkit/WebKitTools/DumpRenderTree/win/
GCControllerWin.cpp 30 #include "GCController.h"
37 void GCController::collect() const
45 void GCController::collectOnAlternateThread(bool waitUntilDone) const
53 size_t GCController::getJSObjectCount() const
FrameLoadDelegate.h 36 class GCController;
167 OwnPtr<GCController> m_gcController;
FrameLoadDelegate.cpp 35 #include "GCController.h"
85 , m_gcController(new GCController)
  /external/webkit/WebKit/win/
WebJavaScriptCollector.cpp 33 #include <WebCore/GCController.h>
97 gcController().garbageCollectNow();
104 gcController().garbageCollectOnAlternateThreadForDebugging(!!waitUntilDone);
  /external/webkit/WebKit/mac/Misc/
WebCoreStatistics.mm 38 #import <WebCore/GCController.h>
113 gcController().garbageCollectNow();
118 gcController().garbageCollectOnAlternateThreadForDebugging(waitUntilDone);
  /external/webkit/LayoutTests/fast/js/resources/
js-test-pre.js 243 if (typeof GCController !== "undefined")
244 GCController.collect();
  /external/webkit/WebCore/
Android.jscbindings.mk 61 bindings/js/GCController.cpp \
  /external/webkit/WebKit/mac/WebView/
WebView.mm 121 #import <WebCore/GCController.h>
    [all...]

Completed in 252 milliseconds