HomeSort by relevance Sort by last modified time
    Searched refs:GetContextHolder (Results 1 - 16 of 16) 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 35 runner->GetContextHolder()->context());
36 registry->AttemptToLoadMoreModules(runner->GetContextHolder()->isolate());
52 v8::Handle<v8::Context> context = runner->GetContextHolder()->context();
55 v8::Isolate* isolate = runner->GetContextHolder()->isolate();
module_registry_unittest.cc 69 ModuleRegistry::From(helper->runner->GetContextHolder()->context())
103 ModuleRegistry::From(helper.runner->GetContextHolder()->context())->
106 ModuleRegistry::From(helper.runner->GetContextHolder()->context())->
128 ModuleRegistry::From(helper.runner->GetContextHolder()->context())
timer.cc 48 GetWrapper(runner_->GetContextHolder()->isolate())->SetHiddenValue(
66 v8::Isolate* isolate = runner_->GetContextHolder()->isolate();
  /external/chromium_org/content/renderer/
web_ui_mojo_context_state.cc 40 v8::Isolate* isolate = runner->GetContextHolder()->isolate();
68 runner_->GetContextHolder()->context())->RemoveObserver(this);
72 gin::ContextHolder* context_holder = runner_->GetContextHolder();
81 gin::ContextHolder* context_holder = runner_->GetContextHolder();
135 gin::ContextHolder* context_holder = runner_->GetContextHolder();
web_ui_runner.h 32 virtual gin::ContextHolder* GetContextHolder() OVERRIDE;
web_ui_runner.cc 75 gin::ContextHolder* WebUIRunner::GetContextHolder() {
  /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/gin/test/
file_runner.cc 77 StringToSymbol(runner.GetContextHolder()->isolate(), "result"));
  /external/chromium_org/mojo/bindings/js/
waiting_callback.cc 78 v8::Isolate* isolate = runner_->GetContextHolder()->isolate();
  /external/chromium_org/extensions/renderer/
script_context.h 150 virtual gin::ContextHolder* GetContextHolder() OVERRIDE;
script_context.cc 270 gin::ContextHolder* ScriptContext::GetContextHolder() {
  /external/chromium_org/mojo/apps/js/bindings/gl/
context.cc 173 v8::Isolate* isolate = runner_->GetContextHolder()->isolate();

Completed in 195 milliseconds