Home
last modified time | relevance | path

Searched refs:GetRoutingID (Results 1 – 25 of 216) sorted by relevance

123456789

/external/chromium_org/content/browser/renderer_host/
Drender_view_host_impl.cc225 GetProcess()->GetID(), GetRoutingID())); in RenderViewHostImpl()
242 GetProcess()->GetID(), GetRoutingID())); in ~RenderViewHostImpl()
249 GetProcess()->GetID(), GetRoutingID(), false); in ~RenderViewHostImpl()
298 params.view_id = GetRoutingID(); in CreateRenderView()
321 Send(new ViewMsg_AllowBindings(GetRoutingID(), enabled_bindings_)); in CreateRenderView()
333 Send(new ViewMsg_SetRendererPrefs(GetRoutingID(), in SyncRendererPrefs()
529 Send(new ViewMsg_SuppressDialogsUntilSwapOut(GetRoutingID())); in SuppressDialogsUntilSwapOut()
592 Send(new ViewMsg_WasSwappedOut(GetRoutingID())); in WasSwappedOut()
632 Send(new ViewMsg_ClosePage(GetRoutingID())); in ClosePage()
650 GetProcess()->GetID(), GetRoutingID()); in HasPendingCrossSiteRequest()
[all …]
Drender_widget_host_impl.cc134 host->GetRoutingID())); in Add()
334 int RenderWidgetHostImpl::GetRoutingID() const { in GetRoutingID() function in content::RenderWidgetHostImpl
384 GetRoutingID(), last_view_screen_rect_, last_window_screen_rect_)); in SendScreenRects()
1077 GetRoutingID(), ui::MENU_SOURCE_MOUSE, point)); in ShowContextMenuAtPoint()
1081 Send(new InputMsg_CursorVisibilityChange(GetRoutingID(), is_visible)); in SendCursorVisibilityState()
1085 return GetRoutingID() | (static_cast<int64>(GetProcess()->GetID()) << 32); in GetLatencyComponentId()
1186 Send(new ViewMsg_UpdateVSyncParameters(GetRoutingID(), timebase, interval)); in UpdateVSyncParameters()
1249 Send(new ViewMsg_SetTextDirection(GetRoutingID(), text_direction_)); in NotifyTextDirection()
1257 Send(new ViewMsg_SetInputMethodActive(GetRoutingID(), activate)); in SetInputMethodActive()
1261 Send(new ViewMsg_CandidateWindowShown(GetRoutingID())); in CandidateWindowShown()
[all …]
Dtext_input_client_mac.mm43 rwhi->Send(new TextInputClientMsg_StringAtPoint(rwhi->GetRoutingID(), point));
60 rwhi->Send(new TextInputClientMsg_CharacterIndexForPoint(rwhi->GetRoutingID(),
81 new TextInputClientMsg_FirstRectForCharacterRange(rwhi->GetRoutingID(),
102 rwhi->Send(new TextInputClientMsg_StringForRange(rwhi->GetRoutingID(),
/external/chromium_org/chrome/renderer/searchbox/
Dsearchbox.cc162 render_view()->GetRoutingID(), page_seq_no_, event)); in LogEvent()
168 render_view()->GetRoutingID(), page_seq_no_, position, provider)); in LogMostVisitedImpression()
174 render_view()->GetRoutingID(), page_seq_no_, position, provider)); in LogMostVisitedNavigation()
179 render_view()->GetRoutingID(), page_seq_no_, identity)); in CheckIsUserSignedInToChromeAs()
185 render_view()->GetRoutingID(), in DeleteMostVisitedItem()
195 render_view()->GetRoutingID(), transient_url, &favicon_params, &rid); in GenerateFaviconURLFromTransientURL()
213 if (!internal::GetRestrictedIDFromThumbnailUrl(render_view()->GetRoutingID(), in GenerateThumbnailURLFromTransientURL()
244 render_view()->GetRoutingID(), page_seq_no_, OMNIBOX_FOCUS_VISIBLE)); in Focus()
251 render_view()->GetRoutingID(), page_seq_no_, url, in NavigateToURL()
257 render_view()->GetRoutingID(), page_seq_no_, text)); in Paste()
[all …]
/external/chromium_org/components/autofill/content/browser/
Dcontent_autofill_driver.cc102 new AutofillMsg_FillForm(host->GetRoutingID(), query_id, data)); in SendFormDataToRenderer()
106 new AutofillMsg_PreviewForm(host->GetRoutingID(), query_id, data)); in SendFormDataToRenderer()
115 host->Send(new AutofillMsg_Ping(host->GetRoutingID())); in PingRenderer()
130 host->Send(new AutofillMsg_FieldTypePredictionsAvailable(host->GetRoutingID(), in SendAutofillTypePredictionsToRenderer()
140 new AutofillMsg_AcceptDataListSuggestion(host->GetRoutingID(), value)); in RendererShouldAcceptDataListSuggestion()
147 host->Send(new AutofillMsg_ClearForm(host->GetRoutingID())); in RendererShouldClearFilledForm()
154 host->Send(new AutofillMsg_ClearPreviewedForm(host->GetRoutingID())); in RendererShouldClearPreviewedForm()
162 host->Send(new AutofillMsg_FillFieldWithValue(host->GetRoutingID(), value)); in RendererShouldFillFieldWithValue()
169 host->Send(new AutofillMsg_PreviewFieldWithValue(host->GetRoutingID(), in RendererShouldPreviewFieldWithValue()
/external/chromium_org/android_webview/browser/renderer_host/
Daw_render_view_host_ext.cc43 Send(new AwViewMsg_DocumentHasImages(web_contents()->GetRoutingID(), in DocumentHasImages()
62 Send(new AwViewMsg_DoHitTest(web_contents()->GetRoutingID(), in RequestNewHitTestDataAt()
74 Send(new AwViewMsg_SetTextZoomFactor(web_contents()->GetRoutingID(), factor)); in SetTextZoomFactor()
79 Send(new AwViewMsg_ResetScrollAndScaleState(web_contents()->GetRoutingID())); in ResetScrollAndScaleState()
84 Send(new AwViewMsg_SetInitialPageScale(web_contents()->GetRoutingID(), in SetInitialPageScale()
93 Send(new AwViewMsg_SetBackgroundColor(web_contents()->GetRoutingID(), in SetBackgroundColor()
104 Send(new AwViewMsg_SetBackgroundColor(web_contents()->GetRoutingID(), in RenderViewCreated()
/external/chromium_org/content/renderer/service_worker/
Dservice_worker_script_context.cc66 GetRoutingID(), request_id, result)); in DidHandleActivateEvent()
73 GetRoutingID(), request_id, result)); in DidHandleInstallEvent()
81 GetRoutingID(), request_id, result, response)); in DidHandleFetchEvent()
86 GetRoutingID(), request_id)); in DidHandleSyncEvent()
94 GetRoutingID(), request_id)); in GetClientDocuments()
109 GetRoutingID(), client_id, message, base::Passed(&channels))); in PostMessageToDocument()
149 GetRoutingID(), request_id)); in OnPushEvent()
184 int ServiceWorkerScriptContext::GetRoutingID() const { in GetRoutingID() function in content::ServiceWorkerScriptContext
/external/chromium_org/chrome/browser/ui/search/
Dsearch_ipc_router_unittest.cc216 contents->GetRoutingID(), in TEST_F()
233 contents->GetRoutingID(), GetSearchIPCRouterSeqNo(), true)); in TEST_F()
248 contents->GetRoutingID(), GetSearchIPCRouterSeqNo(), true)); in TEST_F()
265 contents->GetRoutingID(), in TEST_F()
284 contents->GetRoutingID(), in TEST_F()
325 contents->GetRoutingID(), in TEST_F()
346 contents->GetRoutingID(), in TEST_F()
362 contents->GetRoutingID(), GetSearchIPCRouterSeqNo(), in TEST_F()
377 contents->GetRoutingID(), GetSearchIPCRouterSeqNo(), in TEST_F()
394 contents->GetRoutingID(), in TEST_F()
[all …]
/external/chromium_org/components/password_manager/content/browser/
Dcontent_password_manager_driver.cc41 web_contents()->GetRenderViewHost()->GetRoutingID(), form_data)); in FillPasswordForm()
47 host->Send(new AutofillMsg_FormNotBlacklisted(host->GetRoutingID(), *form)); in AllowPasswordGenerationForForm()
53 host->Send(new AutofillMsg_AccountCreationFormsDetected(host->GetRoutingID(), in AccountCreationFormsFound()
62 new AutofillMsg_FillPasswordSuggestion(host->GetRoutingID(), in FillSuggestion()
72 new AutofillMsg_PreviewPasswordSuggestion(host->GetRoutingID(), in PreviewSuggestion()
80 new AutofillMsg_ClearPreviewedForm(host->GetRoutingID())); in ClearPreviewedForm()
/external/chromium_org/apps/
Dapp_window_contents.cc85 rvh->Send(new ExtensionMsg_MessageInvoke(rvh->GetRoutingID(), in NativeWindowChanged()
95 rvh->Send(new ExtensionMsg_AppWindowClosed(rvh->GetRoutingID())); in NativeWindowClosed()
101 rvh->Send(new ExtensionMsg_MessageInvoke(rvh->GetRoutingID(), in DispatchWindowShownForTests()
172 rvh->GetProcess()->GetID(), rvh->GetRoutingID())); in SuspendRenderViewHost()
/external/chromium_org/content/renderer/
Drenderer_webcookiejar_impl.cc26 sender_->GetRoutingID(), url, first_party_for_cookies, value_utf8)); in setCookie()
33 sender_->GetRoutingID(), url, first_party_for_cookies, &value_utf8)); in cookies()
74 sender_->GetRoutingID(), url, first_party_for_cookies, &cookies_enabled)); in cookiesEnabled()
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.cc184 rfh->Send(new ImageMsg_DownloadImage(rfh->GetRoutingID(), in StartDownload()
217 message_copy->set_routing_id(rfh->GetRoutingID()); in SendToAllFramesInternal()
656 int WebContentsImpl::GetRoutingID() const { in GetRoutingID() function in content::WebContentsImpl
660 return GetRenderViewHost()->GetRoutingID(); in GetRoutingID()
1195 render_widget_host->GetRoutingID() == fullscreen_widget_routing_id_) { in RenderWidgetDeleted()
1813 Send(new ViewMsg_SetHistoryLengthAndPrune(GetRoutingID(), in SetHistoryLengthAndPrune()
1824 focused_frame->GetRoutingID(), ignore_cache)); in ReloadFocusedFrame()
1832 focused_frame->Send(new InputMsg_Undo(focused_frame->GetRoutingID())); in Undo()
1840 focused_frame->Send(new InputMsg_Redo(focused_frame->GetRoutingID())); in Redo()
1849 focused_frame->Send(new InputMsg_Cut(focused_frame->GetRoutingID())); in Cut()
[all …]
/external/chromium_org/chrome/browser/sessions/
Dsession_tab_helper.cc32 web_contents()->GetRenderViewHost()->GetRoutingID(), id.id())); in SetWindowID()
38 new ExtensionMsg_UpdateBrowserWindowId(render_view_host->GetRoutingID(), in RenderViewCreated()
/external/chromium_org/components/navigation_interception/
Dintercept_navigation_resource_throttle_unittest.cc258 web_contents()->GetMainFrame()->GetRoutingID(), in SetUpWebContentsDelegateAndDrainRunLoop()
323 web_contents()->GetMainFrame()->GetRoutingID(), in TEST_F()
388 web_contents()->GetMainFrame()->GetRoutingID(), in TEST_F()
416 web_contents()->GetMainFrame()->GetRoutingID(), in TEST_F()
444 web_contents()->GetMainFrame()->GetRoutingID(), in TEST_F()
472 web_contents()->GetMainFrame()->GetRoutingID(), in TEST_F()
/external/chromium_org/extensions/renderer/
Dlazy_background_page_native_handler.cc36 render_view->GetRoutingID())); in IncrementKeepaliveCount()
47 render_view->GetRoutingID())); in DecrementKeepaliveCount()
/external/chromium_org/content/browser/screen_orientation/
Dscreen_orientation_dispatcher_host.cc55 render_frame_host->GetRoutingID(), in OnLockRequest()
63 render_frame_host->GetRoutingID(), in OnLockRequest()
/external/chromium_org/content/browser/devtools/
Ddevtools_frontend_host.cc28 frontend_rvh->GetRoutingID())); in SetupDevToolsFrontendClient()
49 target_host->GetRoutingID(), in DispatchOnInspectorFrontend()
/external/chromium_org/android_webview/renderer/
Daw_content_renderer_client.cc114 int render_frame_id = render_frame->GetRoutingID(); in HandleNavigation()
134 parent_frame->GetRoutingID(), render_frame->GetRoutingID())); in RenderFrameCreated()
/external/chromium_org/content/browser/frame_host/
Dcross_process_frame_connector.cc65 frame_proxy_in_parent_renderer_->GetRoutingID())); in RenderProcessGone()
79 frame_proxy_in_parent_renderer_->GetRoutingID(), params)); in ChildFrameBuffersSwapped()
93 frame_proxy_in_parent_renderer_->GetRoutingID(), params)); in ChildFrameCompositorFrameSwapped()
/external/chromium_org/chrome/browser/task_manager/
Drenderer_resource.cc90 int RendererResource::GetRoutingID() const { in GetRoutingID() function in task_manager::RendererResource
91 return render_view_host_->GetRoutingID(); in GetRoutingID()
/external/chromium_org/chrome/browser/extensions/
Dextension_renderer_state.cc50 host->GetProcess()->GetID(), host->GetRoutingID())); in RenderViewDeleted()
116 host->GetProcess()->GetID(), host->GetRoutingID(), in Observe()
137 host->GetProcess()->GetID(), host->GetRoutingID(), in Observe()
156 host->GetProcess()->GetID(), host->GetRoutingID(), in Observe()
/external/chromium_org/content/browser/geolocation/
Dgeolocation_dispatcher_host.cc134 i->first->GetRoutingID(), geoposition)); in OnLocationUpdate()
144 int render_frame_id = render_frame_host->GetRoutingID(); in OnRequestPermission()
166 int render_frame_id = render_frame_host->GetRoutingID(); in OnCancelPermissionRequest()
/external/chromium_org/content/renderer/pepper/
Dppb_audio_impl.cc93 instance->GetRenderView()->GetRoutingID(), in Open()
94 instance->render_frame()->GetRoutingID(), in Open()
/external/chromium_org/content/browser/
Dsecurity_exploit_browsertest.cc53 shell2->web_contents()->GetRenderViewHost()->GetRoutingID(); in PrepareToDuplicateHosts()
55 shell->web_contents()->GetRenderViewHost()->GetRoutingID()); in PrepareToDuplicateHosts()
/external/chromium_org/components/translate/content/browser/
Dcontent_translate_driver.cc62 web_contents->GetRenderViewHost()->GetRoutingID(), in TranslatePage()
78 web_contents->GetRenderViewHost()->GetRoutingID(), entry->GetPageID())); in RevertTranslation()

123456789