Searched refs:embedder_process_id (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/declarative/
H A Drules_registry.h42 int embedder_process_id; member in struct:extensions::RulesRegistry::WebViewKey
44 WebViewKey(int embedder_process_id, int webview_instance_id) argument
45 : embedder_process_id(embedder_process_id),
48 return embedder_process_id < other.embedder_process_id ||
49 ((embedder_process_id == other.embedder_process_id) &&
H A Drules_registry_service.cc40 return webview_key.embedder_process_id && webview_key.webview_instance_id;
162 int embedder_process_id = webview_key.embedder_process_id; local
164 // |embedder_process_id| will only be non-zero if the key corresponds to a
166 // Thus, |embedder_process_id| == |process_id| ==> the process ID is a
168 if (embedder_process_id != process_id)
H A Ddeclarative_api.cc79 int embedder_process_id = render_view_host()->GetProcess()->GetID(); local
88 webview_instance_id ? embedder_process_id : 0, webview_instance_id);
/external/chromium_org/chrome/browser/guest_view/
H A Dguest_view.h17 static T* From(int embedder_process_id, int guest_instance_id) { argument
19 GuestViewBase::From(embedder_process_id, guest_instance_id);
H A Dguest_view_base.cc118 GuestViewBase* GuestViewBase::From(int embedder_process_id, argument
121 content::RenderProcessHost::FromID(embedder_process_id);
127 GetGuestByInstanceIDSafely(guest_instance_id, embedder_process_id);
H A Dguest_view_base.h57 static GuestViewBase* From(int embedder_process_id, int instance_id);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_renderer_state.h27 int embedder_process_id; member in struct:ExtensionRendererState::WebViewInfo
/external/chromium_org/chrome/browser/extensions/api/web_request/
H A Dweb_request_api.h283 int embedder_process_id,
297 int embedder_process_id,
H A Dweb_request_api.cc506 int embedder_process_id; member in struct:ExtensionWebRequestEventRouter::EventListener
1291 int embedder_process_id,
1304 listener.embedder_process_id = embedder_process_id;
1356 int embedder_process_id,
1368 if (listener.embedder_process_id == embedder_process_id &&
1380 embedder_process_id,
1489 (it->embedder_process_id != web_view_info.embedder_process_id ||
1283 AddEventListener( void* profile, const std::string& extension_id, const std::string& extension_name, const std::string& event_name, const std::string& sub_event_name, const RequestFilter& filter, int extra_info_spec, int embedder_process_id, int webview_instance_id, base::WeakPtr<IPC::Sender> ipc_sender) argument
1353 RemoveWebViewEventListeners( void* profile, const std::string& extension_id, int embedder_process_id, int webview_instance_id) argument
2218 int embedder_process_id = local
[all...]
/external/chromium_org/chrome/browser/guest_view/web_view/
H A Dweb_view_guest.cc159 int embedder_process_id,
165 embedder_process_id,
1100 web_view_info.embedder_process_id = embedder_render_process_id();
156 RemoveWebViewEventListenersOnIOThread( void* profile, const std::string& extension_id, int embedder_process_id, int view_instance_id) argument

Completed in 144 milliseconds