/external/chromium_org/content/browser/renderer_host/ |
D | render_view_host_impl.cc | 237 GetProcess()->GetID(), GetRoutingID())); in RenderViewHostImpl() 251 GetProcess()->GetID(), GetRoutingID())); in ~RenderViewHostImpl() 258 GetProcess()->GetID(), GetRoutingID(), false); in ~RenderViewHostImpl() 305 params.view_id = GetRoutingID(); in CreateRenderView() 326 Send(new ViewMsg_AllowBindings(GetRoutingID(), enabled_bindings_)); in CreateRenderView() 342 Send(new ViewMsg_SetRendererPrefs(GetRoutingID(), in SyncRendererPrefs() 614 Send(new ViewMsg_Navigate(GetRoutingID(), params)); in Navigate() 659 Send(new ViewMsg_Navigate(GetRoutingID(), *suspended_nav_params_.get())); in SetNavigationsSuspended() 704 Send(new ViewMsg_ShouldClose(GetRoutingID())); in FirePageBeforeUnload() 726 Send(new ViewMsg_SuppressDialogsUntilSwapOut(GetRoutingID())); in SuppressDialogsUntilSwapOut() [all …]
|
D | render_widget_host_impl.cc | 118 host->GetRoutingID())); in Add() 338 int RenderWidgetHostImpl::GetRoutingID() const { in GetRoutingID() function in content::RenderWidgetHostImpl 394 GetRoutingID(), last_view_screen_rect_, last_window_screen_rect_)); in SendScreenRects() 889 Send(new ViewMsg_UpdateRect_ACK(GetRoutingID())); in DonePaintingToBackingStore() 1096 Send(new InputMsg_CursorVisibilityChange(GetRoutingID(), is_visible)); in SendCursorVisibilityState() 1100 return GetRoutingID() | (static_cast<int64>(GetProcess()->GetID()) << 32); in GetLatencyComponentId() 1200 Send(new ViewMsg_Snapshot(GetRoutingID(), copy_rect_in_pixel)); in GetSnapshotFromRenderer() 1225 Send(new ViewMsg_UpdateVSyncParameters(GetRoutingID(), timebase, interval)); in UpdateVSyncParameters() 1279 Send(new ViewMsg_SetTextDirection(GetRoutingID(), text_direction_)); in NotifyTextDirection() 1287 Send(new ViewMsg_SetInputMethodActive(GetRoutingID(), activate)); in SetInputMethodActive() [all …]
|
D | text_input_client_mac.mm | 42 rwhi->Send(new TextInputClientMsg_CharacterIndexForPoint(rwhi->GetRoutingID(), 63 new TextInputClientMsg_FirstRectForCharacterRange(rwhi->GetRoutingID(), 84 rwhi->Send(new TextInputClientMsg_StringForRange(rwhi->GetRoutingID(),
|
/external/chromium_org/android_webview/browser/renderer_host/ |
D | aw_render_view_host_ext.cc | 44 Send(new AwViewMsg_DocumentHasImages(web_contents()->GetRoutingID(), in DocumentHasImages() 63 Send(new AwViewMsg_DoHitTest(web_contents()->GetRoutingID(), in RequestNewHitTestDataAt() 75 Send(new AwViewMsg_SetTextZoomFactor(web_contents()->GetRoutingID(), factor)); in SetTextZoomFactor() 80 Send(new AwViewMsg_SetFixedLayoutSize(web_contents()->GetRoutingID(), size)); in SetFixedLayoutSize() 85 Send(new AwViewMsg_ResetScrollAndScaleState(web_contents()->GetRoutingID())); in ResetScrollAndScaleState() 90 Send(new AwViewMsg_SetInitialPageScale(web_contents()->GetRoutingID(), in SetInitialPageScale() 99 Send(new AwViewMsg_SetBackgroundColor(web_contents()->GetRoutingID(), in SetBackgroundColor() 110 Send(new AwViewMsg_SetBackgroundColor(web_contents()->GetRoutingID(), in RenderViewCreated()
|
/external/chromium_org/chrome/renderer/searchbox/ |
D | searchbox.cc | 162 render_view()->GetRoutingID(), render_view()->GetPageId(), event)); in LogEvent() 167 render_view()->GetRoutingID(), render_view()->GetPageId(), position, in LogImpression() 173 render_view()->GetRoutingID(), render_view()->GetPageId(), identity)); in CheckIsUserSignedInToChromeAs() 179 render_view()->GetRoutingID(), render_view()->GetPageId(), in DeleteMostVisitedItem() 188 render_view()->GetRoutingID(), transient_url, &favicon_params, &rid); in GenerateFaviconURLFromTransientURL() 206 if (!internal::GetRestrictedIDFromThumbnailUrl(render_view()->GetRoutingID(), in GenerateThumbnailURLFromTransientURL() 237 render_view()->GetRoutingID(), render_view()->GetPageId(), in Focus() 245 render_view()->GetRoutingID(), render_view()->GetPageId(), url, in NavigateToURL() 251 render_view()->GetRoutingID(), render_view()->GetPageId(), text)); in Paste() 256 render_view()->GetRoutingID(), render_view()->GetPageId(), supported)); in SetVoiceSearchSupported() [all …]
|
/external/chromium_org/components/autofill/content/browser/ |
D | autofill_driver_impl.cc | 100 host->GetRoutingID())); in SetRendererActionOnFormDataReception() 103 host->Send(new AutofillMsg_SetAutofillActionFill(host->GetRoutingID())); in SetRendererActionOnFormDataReception() 114 new AutofillMsg_FormDataFilled(host->GetRoutingID(), query_id, data)); in SendFormDataToRenderer() 130 new AutofillMsg_FieldTypePredictionsAvailable(host->GetRoutingID(), in SendAutofillTypePredictionsToRenderer() 139 host->Send(new AutofillMsg_AcceptDataListSuggestion(host->GetRoutingID(), in RendererShouldAcceptDataListSuggestion() 149 new AutofillMsg_AcceptPasswordAutofillSuggestion(host->GetRoutingID(), in RendererShouldAcceptPasswordAutofillSuggestion() 157 host->Send(new AutofillMsg_ClearForm(host->GetRoutingID())); in RendererShouldClearFilledForm() 164 host->Send(new AutofillMsg_ClearPreviewedForm(host->GetRoutingID())); in RendererShouldClearPreviewedForm() 172 host->Send(new AutofillMsg_SetNodeText(host->GetRoutingID(), value)); in RendererShouldSetNodeText()
|
/external/chromium_org/chrome/browser/ui/search/ |
D | search_ipc_router_unittest.cc | 201 contents->GetRoutingID(), in TEST_F() 218 contents->GetRoutingID(), in TEST_F() 237 contents->GetRoutingID(), in TEST_F() 256 contents->GetRoutingID(), in TEST_F() 297 contents->GetRoutingID(), in TEST_F() 318 contents->GetRoutingID(), in TEST_F() 334 contents->GetRoutingID(), in TEST_F() 350 contents->GetRoutingID(), in TEST_F() 367 contents->GetRoutingID(), in TEST_F() 385 contents->GetRoutingID(), in TEST_F() [all …]
|
/external/chromium_org/chrome/browser/speech/ |
D | speech_recognition_bubble_browsertest.cc | 34 web_contents->GetRenderViewHost()->GetRoutingID(), in IN_PROC_BROWSER_TEST_F() 45 web_contents->GetRenderViewHost()->GetRoutingID(), in IN_PROC_BROWSER_TEST_F() 57 web_contents->GetRenderViewHost()->GetRoutingID(), in IN_PROC_BROWSER_TEST_F() 70 web_contents->GetRenderViewHost()->GetRoutingID(), in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/chrome/browser/task_manager/ |
D | renderer_resource.cc | 43 new ChromeViewMsg_GetFPS(render_view_host_->GetRoutingID())); in Refresh() 99 int RendererResource::GetRoutingID() const { in GetRoutingID() function in task_manager::RendererResource 100 return render_view_host_->GetRoutingID(); in GetRoutingID()
|
/external/chromium_org/chrome/browser/sessions/ |
D | session_tab_helper.cc | 32 web_contents()->GetRenderViewHost()->GetRoutingID(), id.id())); in SetWindowID() 38 new ExtensionMsg_UpdateBrowserWindowId(render_view_host->GetRoutingID(), in RenderViewCreated()
|
/external/chromium_org/components/navigation_interception/ |
D | intercept_navigation_resource_throttle_unittest.cc | 255 web_contents()->GetRenderViewHost()->GetRoutingID(), in SetUpWebContentsDelegateAndDrainRunLoop() 320 web_contents()->GetRenderViewHost()->GetRoutingID(), in TEST_F() 385 web_contents()->GetRenderViewHost()->GetRoutingID(), in TEST_F() 413 web_contents()->GetRenderViewHost()->GetRoutingID(), in TEST_F() 441 web_contents()->GetRenderViewHost()->GetRoutingID(), in TEST_F() 469 web_contents()->GetRenderViewHost()->GetRoutingID(), in TEST_F()
|
/external/chromium_org/content/renderer/ |
D | render_frame_impl.cc | 219 Send(new ViewHostMsg_ImeCancelComposition(render_view_->GetRoutingID()));; in PepperCancelComposition() 466 int RenderFrameImpl::GetRoutingID() { in GetRoutingID() function in content::RenderFrameImpl 688 new ViewHostMsg_UpdateFrameName(render_view_->GetRoutingID(), in didChangeName() 715 render_view_->Send(new ViewHostMsg_DownloadUrl(render_view_->GetRoutingID(), in loadURLExternally() 884 render_view_->GetRoutingID())); in didCreateDocumentElement() 1082 request.setRequestorID(render_view_->GetRoutingID()); in willSendRequest() 1169 render_view_->GetRoutingID(), in didLoadResourceFromMemoryCache() 1179 render_view_->GetRoutingID())); in didDisplayInsecureContent() 1187 render_view_->GetRoutingID(), in didRunInsecureContent() 1197 new PluginHostMsg_DidAbortLoading(render_view_->GetRoutingID())); in didAbortLoading() [all …]
|
D | shared_worker_repository.cc | 34 params.render_view_route_id = render_view()->GetRoutingID(); in createSharedWorkerConnector() 46 render_view()->GetRoutingID()); in createSharedWorkerConnector()
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_renderer_state.cc | 48 host->GetProcess()->GetID(), host->GetRoutingID())); in RenderViewDeleted() 114 host->GetProcess()->GetID(), host->GetRoutingID(), in Observe() 135 host->GetProcess()->GetID(), host->GetRoutingID(), in Observe() 154 host->GetProcess()->GetID(), host->GetRoutingID(), in Observe()
|
/external/chromium_org/content/browser/devtools/ |
D | devtools_frontend_host.cc | 28 frontend_rvh->GetRoutingID())); in SetupDevToolsFrontendClient() 49 target_host->GetRoutingID(), in DispatchOnInspectorFrontend()
|
/external/chromium_org/apps/ |
D | app_window_contents.cc | 117 rvh->Send(new ExtensionMsg_MessageInvoke(rvh->GetRoutingID(), in NativeWindowChanged() 127 rvh->Send(new ExtensionMsg_AppWindowClosed(rvh->GetRoutingID())); in NativeWindowClosed() 193 rvh->GetProcess()->GetID(), rvh->GetRoutingID())); in SuspendRenderViewHost()
|
/external/chromium_org/components/nacl/renderer/ |
D | ppb_nacl_private_impl.cc | 70 static int GetRoutingID(PP_Instance instance) { in GetRoutingID() function 101 routing_id = GetRoutingID(instance); in LaunchSelLdr() 274 GetRoutingID(instance), in GetNexeFd() 301 GetRoutingID(instance), static_cast<int>(error_id)))) { in ReportNaClError() 318 new NaClHostMsg_OpenNaClExecutable(GetRoutingID(instance), in OpenNaClExecutable()
|
/external/chromium_org/content/browser/ |
D | security_exploit_browsertest.cc | 54 shell2->web_contents()->GetRenderViewHost()->GetRoutingID(); in PrepareToDuplicateHosts() 56 shell->web_contents()->GetRenderViewHost()->GetRoutingID()); in PrepareToDuplicateHosts()
|
/external/chromium_org/chrome/renderer/extensions/ |
D | request_sender.cc | 99 renderview->GetRoutingID(), params)); in StartRequest() 102 renderview->GetRoutingID(), params)); in StartRequest()
|
/external/chromium_org/chrome/browser/android/webapps/ |
D | single_tab_mode_tab_helper.cc | 41 int32 routing_id = render_view_host->GetRoutingID(); in AddPair() 52 int32 routing_id = render_view_host->GetRoutingID(); in RemovePair()
|
/external/chromium_org/content/browser/android/ |
D | date_time_chooser_android.cc | 68 host_->Send(new ViewMsg_ReplaceDateTime(host_->GetRoutingID(), value)); in ReplaceDateTime() 72 host_->Send(new ViewMsg_CancelDateTimeDialog(host_->GetRoutingID())); in CancelDialog()
|
/external/chromium_org/content/browser/renderer_host/java/ |
D | java_bridge_dispatcher_host.cc | 68 render_view_host_->GetRoutingID(), name, variant_param)); in AddNamedObject() 78 render_view_host_->GetRoutingID(), name)); in RemoveNamedObject()
|
/external/chromium_org/chrome/browser/safe_browsing/ |
D | client_side_detection_host_unittest.cc | 337 web_contents()->GetRenderViewHost()->GetRoutingID(); in SetUnsafeSubResourceForCurrent() 356 EXPECT_NE(web_contents()->GetRenderViewHost()->GetRoutingID(), in NavigateWithSBHitAndCommit() 357 pending_rvh()->GetRoutingID()); in NavigateWithSBHitAndCommit() 368 resource.render_view_id = pending_rvh()->GetRoutingID(); in NavigateWithSBHitAndCommit() 539 EXPECT_EQ(web_contents()->GetRenderViewHost()->GetRoutingID(), in TEST_F() 634 EXPECT_EQ(web_contents()->GetRenderViewHost()->GetRoutingID(), in TEST_F() 957 EXPECT_EQ(web_contents()->GetRenderViewHost()->GetRoutingID(), in TEST_F() 1007 EXPECT_EQ(rvh()->GetRoutingID(), msg->routing_id()); in TEST_F() 1036 EXPECT_EQ(rvh()->GetRoutingID(), msg->routing_id()); in TEST_F() 1050 EXPECT_EQ(rvh()->GetRoutingID(), msg->routing_id()); in TEST_F() [all …]
|
/external/chromium_org/chrome/renderer/ |
D | external_extension.cc | 110 render_view->GetRoutingID(), render_view->GetPageId(), osd_url, in AddSearchProvider() 133 render_view->GetRoutingID(), in IsSearchProviderInstalled()
|
/external/chromium_org/content/renderer/pepper/ |
D | ppb_audio_impl.cc | 86 instance->GetRenderView()->GetRoutingID(), in Init() 135 instance->GetRenderView()->GetRoutingID(), in Open()
|