Searched refs:context_holder (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/gin/
H A Dper_context_data_unittest.cc7 #include "gin/public/context_holder.h"
24 ContextHolder context_holder(instance_->isolate());
25 context_holder.SetContext(context);
28 EXPECT_EQ(&context_holder, per_context_data->context_holder());
H A Dper_context_data.cc8 #include "gin/public/context_holder.h"
13 PerContextData::PerContextData(ContextHolder* context_holder, argument
15 : context_holder_(context_holder),
H A Dper_context_data.h25 PerContextData(ContextHolder* context_holder,
37 ContextHolder* context_holder() { return context_holder_; } function in class:gin::PerContextData
H A Dgin.target.darwin-arm.mk29 gin/context_holder.cc \
H A Dgin.target.darwin-arm64.mk29 gin/context_holder.cc \
H A Dgin.target.darwin-mips.mk29 gin/context_holder.cc \
H A Dgin.target.darwin-mips64.mk29 gin/context_holder.cc \
H A Dgin.target.darwin-x86.mk29 gin/context_holder.cc \
H A Dgin.target.darwin-x86_64.mk29 gin/context_holder.cc \
H A Dgin.target.linux-arm.mk29 gin/context_holder.cc \
H A Dgin.target.linux-arm64.mk29 gin/context_holder.cc \
H A Dgin.target.linux-mips.mk29 gin/context_holder.cc \
H A Dgin.target.linux-mips64.mk29 gin/context_holder.cc \
H A Dgin.target.linux-x86.mk29 gin/context_holder.cc \
H A Dgin.target.linux-x86_64.mk29 gin/context_holder.cc \
/external/chromium_org/content/renderer/
H A Dweb_ui_mojo_context_state.cc14 #include "gin/public/context_holder.h"
55 gin::ContextHolder* context_holder = context_data->context_holder(); local
56 runner_.reset(new WebUIRunner(frame_, context_holder));
72 gin::ContextHolder* context_holder = runner_->GetContextHolder(); local
73 gin::ModuleRegistry::From(context_holder->context())->LoadModule(
74 context_holder->isolate(),
81 gin::ContextHolder* context_holder = runner_->GetContextHolder(); local
83 context_holder->context());
135 gin::ContextHolder* context_holder local
[all...]
H A Dweb_ui_runner.cc12 #include "gin/public/context_holder.h"
28 gin::ContextHolder* context_holder)
30 context_holder_(context_holder) {
32 v8::Isolate::Scope isolate_scope(context_holder->isolate());
33 HandleScope handle_scope(context_holder->isolate());
36 gin::PerContextData::From(context_holder->context())->set_runner(this);
27 WebUIRunner(blink::WebFrame* frame, gin::ContextHolder* context_holder) argument
H A Dweb_ui_runner.h20 WebUIRunner(blink::WebFrame* frame, gin::ContextHolder* context_holder);
/external/chromium_org/extensions/renderer/
H A Dscript_context_set_unittest.cc10 #include "gin/public/context_holder.h"
24 gin::ContextHolder context_holder(isolate);
25 context_holder.SetContext(v8::Context::New(isolate));
32 new ScriptContext(context_holder.context(),
H A Dscript_context.cc272 return gin::PerContextData::From(v8_context())->context_holder();
/external/chromium_org/gin/modules/
H A Dmodule_registry_unittest.cc11 #include "gin/public/context_holder.h"
85 ContextHolder context_holder(instance_->isolate());
86 context_holder.SetContext(context);

Completed in 265 milliseconds