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

  /external/chromium_org/gin/
runner.cc 16 : isolate_scope_(runner->GetContextHolder()->isolate()),
17 handle_scope_(runner->GetContextHolder()->isolate()),
18 scope_(runner->GetContextHolder()->context()) {
runner.h 31 virtual ContextHolder* GetContextHolder() = 0;
34 return GetContextHolder()->context()->Global();
shell_runner.cc 69 v8::Isolate* isolate = GetContextHolder()->isolate();
96 ContextHolder* ShellRunner::GetContextHolder() {
shell_runner.h 52 virtual ContextHolder* GetContextHolder() OVERRIDE;
  /external/chromium_org/gin/modules/
module_runner_delegate.cc 28 runner->GetContextHolder()->context());
29 registry->AttemptToLoadMoreModules(runner->GetContextHolder()->isolate());
45 v8::Handle<v8::Context> context = runner->GetContextHolder()->context();
48 v8::Isolate* isolate = runner->GetContextHolder()->isolate();
module_registry_unittest.cc 87 ModuleRegistry::From(helper.runner->GetContextHolder()->context())->
90 ModuleRegistry::From(helper.runner->GetContextHolder()->context())->
timer.cc 48 GetWrapper(runner_->GetContextHolder()->isolate())->SetHiddenValue(
66 v8::Isolate* isolate = runner_->GetContextHolder()->isolate();
  /external/chromium_org/mojo/apps/js/
mojo_runner_delegate.cc 39 v8::Isolate* isolate = runner->GetContextHolder()->isolate();
69 gin::ModuleRegistry::From(runner->GetContextHolder()->context());
70 registry->LoadModule(runner->GetContextHolder()->isolate(), module,
  /external/chromium_org/content/renderer/
web_ui_runner.h 32 virtual gin::ContextHolder* GetContextHolder() OVERRIDE;
web_ui_mojo_context_state.cc 41 v8::Isolate* isolate = runner->GetContextHolder()->isolate();
71 runner_->GetContextHolder()->context())->RemoveObserver(this);
75 gin::ContextHolder* context_holder = runner_->GetContextHolder();
86 gin::ContextHolder* context_holder = runner_->GetContextHolder();
136 gin::ContextHolder* context_holder = runner_->GetContextHolder();
web_ui_runner.cc 66 gin::ContextHolder* WebUIRunner::GetContextHolder() {
  /external/chromium_org/gin/test/
file_runner.cc 72 StringToSymbol(runner.GetContextHolder()->isolate(), "result"));
  /external/chromium_org/mojo/bindings/js/
waiting_callback.cc 72 v8::Isolate* isolate = runner_->GetContextHolder()->isolate();
  /external/chromium_org/mojo/apps/js/bindings/gl/
context.cc 173 v8::Isolate* isolate = runner_->GetContextHolder()->isolate();

Completed in 381 milliseconds