Searched refs:ChromeV8Context (Results 1 - 25 of 83) sorted by relevance

1234

/external/chromium_org/chrome/renderer/extensions/
H A Dchrome_v8_context_set.h30 class ChromeV8Context;
43 void Add(ChromeV8Context* context);
48 void Remove(ChromeV8Context* context);
51 typedef std::set<ChromeV8Context*> ContextSet;
54 // Gets the ChromeV8Context corresponding to v8::Context::GetCurrent(), or
56 ChromeV8Context* GetCurrent() const;
58 // Gets the ChromeV8Context corresponding to v8::Context::GetCalling(), or
60 ChromeV8Context* GetCalling() const;
62 // Gets the ChromeV8Context corresponding to the specified
64 ChromeV8Context* GetByV8Contex
[all...]
H A Dchrome_v8_extension_handler.h15 class ChromeV8Context;
28 explicit ChromeV8ExtensionHandler(ChromeV8Context* context);
31 ChromeV8Context* context_;
H A Dcontext_menus_custom_bindings.h15 ContextMenusCustomBindings(Dispatcher* dispatcher, ChromeV8Context* context);
H A Dapi_definitions_natives.h13 class ChromeV8Context;
20 ApiDefinitionsNatives(Dispatcher* dispatcher, ChromeV8Context* context);
H A Devent_bindings.h11 class ChromeV8Context;
20 ChromeV8Context* context);
H A Drender_view_observer_natives.h11 class ChromeV8Context;
20 RenderViewObserverNatives(Dispatcher* dispatcher, ChromeV8Context* context);
H A Dsafe_builtins.h11 class ChromeV8Context;
20 explicit SafeBuiltins(ChromeV8Context* context);
41 ChromeV8Context* context_;
H A Dapp_runtime_custom_bindings.h16 ChromeV8Context* context);
H A Dchrome_v8_context.cc29 ChromeV8Context::ChromeV8Context(v8::Handle<v8::Context> v8_context, function in class:extensions::ChromeV8Context
44 ChromeV8Context::~ChromeV8Context() {
50 void ChromeV8Context::Invalidate() {
59 std::string ChromeV8Context::GetExtensionID() const {
63 content::RenderView* ChromeV8Context::GetRenderView() const {
70 GURL ChromeV8Context::GetURL() const {
75 v8::Local<v8::Value> ChromeV8Context::CallFunction(
96 bool ChromeV8Context
[all...]
H A Dfeedback_private_custom_bindings.h16 ChromeV8Context* context);
H A Dobject_backed_native_handler.h19 class ChromeV8Context;
26 explicit ObjectBackedNativeHandler(ChromeV8Context* context);
43 ChromeV8Context* context() { return context_; }
74 ChromeV8Context* context_;
H A Druntime_custom_bindings.h13 class ChromeV8Context;
20 RuntimeCustomBindings(Dispatcher* dispatcher, ChromeV8Context* context);
H A Dchrome_v8_context_set.cc37 void ChromeV8ContextSet::Add(ChromeV8Context* context) {
40 // one ChromeV8Context per v8::Context.
43 ChromeV8Context* candidate = *iter;
51 void ChromeV8ContextSet::Remove(ChromeV8Context* context) {
62 ChromeV8Context* ChromeV8ContextSet::GetCurrent() const {
67 ChromeV8Context* ChromeV8ContextSet::GetCalling() const {
72 ChromeV8Context* ChromeV8ContextSet::GetByV8Context(
86 const base::Callback<void(ChromeV8Context*)>& callback) const {
93 ChromeV8Context* context = *it;
H A Dchrome_v8_extension.h25 class ChromeV8Context;
38 ChromeV8Extension(Dispatcher* dispatcher, ChromeV8Context* context);
H A Dsend_request_natives.h14 class ChromeV8Context;
23 ChromeV8Context* context);
H A Dwebstore_bindings.h13 class ChromeV8Context;
22 ChromeV8Context* context);
H A Dapp_window_custom_bindings.h16 AppWindowCustomBindings(Dispatcher* dispatcher, ChromeV8Context* context);
H A Dcontext_menus_custom_bindings.cc27 Dispatcher* dispatcher, ChromeV8Context* context)
H A Dextension_custom_bindings.h17 ChromeV8Context* context);
H A Dfile_browser_handler_custom_bindings.h17 ChromeV8Context* context);
H A Dfile_browser_private_custom_bindings.h17 ChromeV8Context* context);
H A Di18n_custom_bindings.h15 I18NCustomBindings(Dispatcher* dispatcher, ChromeV8Context* context);
H A Dmedia_galleries_custom_bindings.h16 ChromeV8Context* context);
H A Dpage_actions_custom_bindings.h17 ChromeV8Context* context);
H A Dpage_capture_custom_bindings.h16 ChromeV8Context* context);

Completed in 106 milliseconds

1234