Home
last modified time | relevance | path

Searched refs:GetContextHolder (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/gin/
Drunner.cc16 : isolate_scope_(runner->GetContextHolder()->isolate()), in Scope()
17 handle_scope_(runner->GetContextHolder()->isolate()), in Scope()
18 scope_(runner->GetContextHolder()->context()) { in Scope()
Drunner.h31 virtual ContextHolder* GetContextHolder() = 0;
34 return GetContextHolder()->context()->Global(); in global()
Dshell_runner.cc69 v8::Isolate* isolate = GetContextHolder()->isolate(); in Run()
96 ContextHolder* ShellRunner::GetContextHolder() { in GetContextHolder() function in gin::ShellRunner
Dshell_runner.h52 virtual ContextHolder* GetContextHolder() OVERRIDE;
/external/chromium_org/gin/modules/
Dmodule_runner_delegate.cc35 runner->GetContextHolder()->context()); in AttemptToLoadMoreModules()
36 registry->AttemptToLoadMoreModules(runner->GetContextHolder()->isolate()); in AttemptToLoadMoreModules()
52 v8::Handle<v8::Context> context = runner->GetContextHolder()->context(); in DidCreateContext()
55 v8::Isolate* isolate = runner->GetContextHolder()->isolate(); in DidCreateContext()
Dmodule_registry_unittest.cc69 ModuleRegistry::From(helper->runner->GetContextHolder()->context()) in OnModuleLoaded()
103 ModuleRegistry::From(helper.runner->GetContextHolder()->context())-> in TEST_F()
106 ModuleRegistry::From(helper.runner->GetContextHolder()->context())-> in TEST_F()
128 ModuleRegistry::From(helper.runner->GetContextHolder()->context()) in TEST_F()
Dtimer.cc48 GetWrapper(runner_->GetContextHolder()->isolate())->SetHiddenValue( in Timer()
66 v8::Isolate* isolate = runner_->GetContextHolder()->isolate(); in OnTimerFired()
/external/chromium_org/content/renderer/
Dweb_ui_mojo_context_state.cc40 v8::Isolate* isolate = runner->GetContextHolder()->isolate(); in RunMain()
68 runner_->GetContextHolder()->context())->RemoveObserver(this); in ~WebUIMojoContextState()
72 gin::ContextHolder* context_holder = runner_->GetContextHolder(); in Run()
81 gin::ContextHolder* context_holder = runner_->GetContextHolder(); in FetchModules()
135 gin::ContextHolder* context_holder = runner_->GetContextHolder(); in OnDidAddPendingModule()
Dweb_ui_runner.h32 virtual gin::ContextHolder* GetContextHolder() OVERRIDE;
Dweb_ui_runner.cc75 gin::ContextHolder* WebUIRunner::GetContextHolder() { in GetContextHolder() function in content::WebUIRunner
/external/chromium_org/mojo/apps/js/
Dmojo_runner_delegate.cc39 v8::Isolate* isolate = runner->GetContextHolder()->isolate(); in StartCallback()
69 gin::ModuleRegistry::From(runner->GetContextHolder()->context()); in Start()
70 registry->LoadModule(runner->GetContextHolder()->isolate(), module, in Start()
/external/chromium_org/gin/test/
Dfile_runner.cc77 StringToSymbol(runner.GetContextHolder()->isolate(), "result")); in RunTestFromFile()
/external/chromium_org/mojo/bindings/js/
Dwaiting_callback.cc78 v8::Isolate* isolate = runner_->GetContextHolder()->isolate(); in OnHandleReady()
/external/chromium_org/extensions/renderer/
Dscript_context.h150 virtual gin::ContextHolder* GetContextHolder() OVERRIDE;
Dscript_context.cc270 gin::ContextHolder* ScriptContext::GetContextHolder() { in GetContextHolder() function in extensions::ScriptContext
/external/chromium_org/mojo/apps/js/bindings/gl/
Dcontext.cc173 v8::Isolate* isolate = runner_->GetContextHolder()->isolate(); in ContextLost()