Searched refs:guest_routing_id (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_renderer_state.cc30 int guest_routing_id,
33 RenderId render_id(guest_process_id, guest_routing_id);
46 int guest_routing_id) {
48 RenderId render_id(guest_process_id, guest_routing_id);
61 int guest_routing_id,
64 RenderId render_id(guest_process_id, guest_routing_id);
29 AddGuest(int guest_process_id, int guest_routing_id, const WebViewInfo& webview_info) argument
45 RemoveGuest(int guest_process_id, int guest_routing_id) argument
60 GetInfo(int guest_process_id, int guest_routing_id, WebViewInfo* webview_info) argument
H A Dweb_view_renderer_state.h33 bool GetInfo(int guest_process_id, int guest_routing_id,
/external/chromium_org/extensions/renderer/guest_view/
H A Dguest_view_container.h43 void OnGuestAttached(int element_instance_id, int guest_routing_id);
H A Dguest_view_container.cc139 int guest_routing_id) {
148 content::RenderView::FromRoutingID(guest_routing_id);
138 OnGuestAttached(int element_instance_id, int guest_routing_id) argument
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_guest.cc542 int guest_routing_id = local
546 delegate_->DidAttach(guest_routing_id);

Completed in 123 milliseconds