Searched refs:GCController (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/shell/renderer/
H A Dgc_controller.cc16 gin::WrapperInfo GCController::kWrapperInfo = {gin::kEmbedderNativeGin};
19 void GCController::Install(blink::WebFrame* frame) {
28 gin::Handle<GCController> controller =
29 gin::CreateHandle(isolate, new GCController());
33 global->Set(gin::StringToV8(isolate, "GCController"), controller.ToV8());
36 GCController::GCController() {} function in class:content::GCController
38 GCController::~GCController() {}
40 gin::ObjectTemplateBuilder GCController
[all...]
H A Dgc_controller.h21 class GCController : public gin::Wrappable<GCController> { class in namespace:content
27 GCController();
28 virtual ~GCController();
38 DISALLOW_COPY_AND_ASSIGN(GCController);
H A Dwebkit_test_runner.cc571 GCController::Install(frame);
/external/chromium_org/tools/perf/benchmarks/
H A Dblink_perf.js15 window.GCController = {};
17 GCController.collect = function() {
/external/chromium_org/v8/test/webkit/
H A Dexception-try-finally-scope-error.js28 if (this.GCController)
29 GCController.collect();
H A Dvar-shadows-arg-gc-crash.js30 if (this.GCController)
31 GCController.collect();
H A Dduplicate-param-gc-crash.js30 if (this.GCController)
31 GCController.collect();
/external/chromium_org/third_party/WebKit/PerformanceTests/resources/
H A Drunner.js103 if (window.GCController)
104 window.GCController.collect();

Completed in 249 milliseconds