/external/chromium_org/content/browser/ |
D | security_exploit_browsertest.cc | 50 EXPECT_EQ(shell->web_contents()->GetRenderViewHost()->GetProcess()->GetID(), in PrepareToDuplicateHosts() 51 shell2->web_contents()->GetRenderViewHost()->GetProcess()->GetID()); in PrepareToDuplicateHosts() 53 shell2->web_contents()->GetRenderViewHost()->GetRoutingID(); in PrepareToDuplicateHosts() 55 shell->web_contents()->GetRenderViewHost()->GetRoutingID()); in PrepareToDuplicateHosts() 71 EXPECT_NE(shell->web_contents()->GetRenderViewHost()->GetProcess()->GetID(), in PrepareToDuplicateHosts() 107 shell()->web_contents()->GetRenderViewHost()->GetEnabledBindings()); in IN_PROC_BROWSER_TEST_F() 112 shell()->web_contents()->GetRenderViewHost()->SetWebUIProperty( in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/chrome/browser/autofill/ |
D | autofill_interactive_uitest.cc | 232 content::RenderViewHost* GetRenderViewHost() { in GetRenderViewHost() function in autofill::AutofillInteractiveTest 233 return GetWebContents()->GetRenderViewHost(); in GetRenderViewHost() 268 ASSERT_TRUE(content::ExecuteScript(GetRenderViewHost(), js)); in PopulateForm() 330 GetRenderViewHost(), in FocusFirstNameField() 370 GetRenderViewHost()->AddKeyPressEventCallback(key_press_event_sink_); in SendKeyToPopupAndWait() 371 GetRenderViewHost()->ForwardKeyboardEvent(event); in SendKeyToPopupAndWait() 373 GetRenderViewHost()->RemoveKeyPressEventCallback(key_press_event_sink_); in SendKeyToPopupAndWait() 504 GetRenderViewHost(), in IN_PROC_BROWSER_TEST_F() 566 GetRenderViewHost(), in IN_PROC_BROWSER_TEST_F() 570 GetRenderViewHost(), in IN_PROC_BROWSER_TEST_F() [all …]
|
/external/chromium_org/chrome/browser/password_manager/ |
D | password_generation_interactive_uitest.cc | 88 content::RenderViewHost* GetRenderViewHost() { in GetRenderViewHost() function in PasswordGenerationInteractiveTest 89 return GetWebContents()->GetRenderViewHost(); in GetRenderViewHost() 95 GetRenderViewHost(), in GetFieldValue() 105 GetRenderViewHost(), in GetFocusedElement() 114 GetRenderViewHost(), in FocusPasswordField() 122 GetRenderViewHost()->ForwardKeyboardEvent(event); in SendKeyToPopup() 184 ASSERT_TRUE(content::ExecuteScript(GetRenderViewHost(), in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/apps/ |
D | app_window_contents.cc | 44 web_contents_->GetRenderViewHost()->SyncRendererPrefs(); in Initialize() 52 if (web_contents_->GetRenderViewHost()->GetProcess()->GetID() == in LoadContents() 54 SuspendRenderViewHost(web_contents_->GetRenderViewHost()); in LoadContents() 57 << web_contents_->GetRenderViewHost()->GetProcess()->GetID() in LoadContents() 84 content::RenderViewHost* rvh = web_contents_->GetRenderViewHost(); in NativeWindowChanged() 94 content::RenderViewHost* rvh = web_contents_->GetRenderViewHost(); in NativeWindowClosed() 100 content::RenderViewHost* rvh = web_contents_->GetRenderViewHost(); in DispatchWindowShownForTests() 157 params, web_contents_->GetRenderViewHost()); in OnRequest()
|
/external/chromium_org/components/autofill/content/browser/ |
D | content_autofill_driver.cc | 89 return (web_contents()->GetRenderViewHost() != NULL); in RendererIsAvailable() 98 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in SendFormDataToRenderer() 114 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in PingRenderer() 126 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in SendAutofillTypePredictionsToRenderer() 138 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in RendererShouldAcceptDataListSuggestion() 146 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in RendererShouldClearFilledForm() 153 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in RendererShouldClearPreviewedForm() 161 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in RendererShouldFillFieldWithValue() 168 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in RendererShouldPreviewFieldWithValue()
|
/external/chromium_org/components/password_manager/content/browser/ |
D | content_password_manager_driver.cc | 40 web_contents()->GetRenderViewHost()->Send(new AutofillMsg_FillPasswordForm( in FillPasswordForm() 41 web_contents()->GetRenderViewHost()->GetRoutingID(), form_data)); in FillPasswordForm() 46 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in AllowPasswordGenerationForForm() 52 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in AccountCreationFormsFound() 60 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in FillSuggestion() 70 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in PreviewSuggestion() 78 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in ClearPreviewedForm()
|
/external/chromium_org/chrome/browser/devtools/ |
D | devtools_target_impl.cc | 52 virtual RenderViewHost* GetRenderViewHost() const OVERRIDE; 76 RenderViewHost* parent_rvh = rfh->GetParent()->GetRenderViewHost(); in RenderViewHostTarget() 92 guest_contents ? guest_contents->GetRenderViewHost() : NULL; in RenderViewHostTarget() 132 RenderViewHost* rvh = GetRenderViewHost(); in Activate() 143 RenderViewHost* rvh = GetRenderViewHost(); in Close() 150 RenderViewHost* RenderViewHostTarget::GetRenderViewHost() const { in GetRenderViewHost() function in __anon932007a90111::RenderViewHostTarget 151 return GetAgentHost()->GetRenderViewHost(); in GetRenderViewHost() 163 RenderViewHost* rvh = GetRenderViewHost(); in Inspect() 278 RenderViewHost* DevToolsTargetImpl::GetRenderViewHost() const { in GetRenderViewHost() function in DevToolsTargetImpl 302 tab_rvhs.insert(it->GetRenderViewHost()); in EnumerateRenderViewHostTargets()
|
/external/chromium_org/content/browser/browser_plugin/ |
D | browser_plugin_guest.cc | 217 GetWebContents()->GetRenderViewHost()->UpdateWebkitPreferences(prefs); in Initialize() 221 embedder_web_contents_->GetRenderViewHost())->input_method_active()) { in Initialize() 223 GetWebContents()->GetRenderViewHost()); in Initialize() 353 web_contents()->GetRenderViewHost()->DragSourceEndedAt(client_x, client_y, in DragSourceEndedAt() 359 GetWebContents()->GetRenderViewHost()); in EndSystemDrag() 385 RenderViewHost* rvh = GetWebContents()->GetRenderViewHost(); in RenderViewReady() 493 GetWebContents()->GetRenderViewHost())->Init(); in Attach() 496 new_view->CreateViewForWidget(web_contents()->GetRenderViewHost()); in Attach() 523 RenderViewHost* host = GetWebContents()->GetRenderViewHost(); in OnDragStatusUpdate() 607 GetWebContents()->GetRenderViewHost()); in OnHandleInputEvent() [all …]
|
/external/chromium_org/components/translate/content/browser/ |
D | content_translate_driver.cc | 61 web_contents->GetRenderViewHost()->Send(new ChromeViewMsg_TranslatePage( in TranslatePage() 62 web_contents->GetRenderViewHost()->GetRoutingID(), in TranslatePage() 77 web_contents->GetRenderViewHost()->Send(new ChromeViewMsg_RevertTranslation( in RevertTranslation() 78 web_contents->GetRenderViewHost()->GetRoutingID(), entry->GetPageID())); in RevertTranslation()
|
/external/chromium_org/content/shell/browser/ |
D | webkit_test_controller.cc | 264 main_window_->web_contents()->GetRenderViewHost()->GetView() in PrepareForLayoutTest() 266 main_window_->web_contents()->GetRenderViewHost()->WasResized(); in PrepareForLayoutTest() 268 main_window_->web_contents()->GetRenderViewHost(); in PrepareForLayoutTest() 281 main_window_->web_contents()->GetRenderViewHost()->SetActive(true); in PrepareForLayoutTest() 282 main_window_->web_contents()->GetRenderViewHost()->Focus(); in PrepareForLayoutTest() 351 main_window_->web_contents()->GetRenderViewHost(); in TestFinishedInSecondaryWindow() 445 main_window_->web_contents()->GetRenderViewHost(); in Observe() 486 main_window_->web_contents()->GetRenderViewHost(); in SendTestConfiguration() 505 main_window_->web_contents()->GetRenderViewHost(); in OnTestFinished() 609 main_window_->web_contents()->GetRenderViewHost(); in OnCaptureSessionHistory() [all …]
|
/external/chromium_org/content/browser/frame_host/ |
D | interstitial_page_impl.cc | 173 original_rvh_id_(web_contents->GetRenderViewHost()->GetRoutingID()), in InterstitialPageImpl() 226 Source<RenderWidgetHost>(controller_->delegate()->GetRenderViewHost())); in Show() 268 controller_->delegate()->GetRenderViewHost()->GetView(); in Hide() 285 controller_->delegate()->GetRenderViewHost()->GetView()) { in Hide() 286 controller_->delegate()->GetRenderViewHost()->GetView()->Focus(); in Hide() 407 RenderViewHost* render_view_host = render_frame_host->GetRenderViewHost(); in UpdateTitle() 477 controller_->delegate()->GetRenderViewHost()->GetView(); in DidNavigate() 496 controller_->delegate()->GetRenderViewHost(), false, true, NULL); in DidNavigate() 607 controller_->delegate()->GetRenderViewHost(), true, true, NULL); in Proceed() 714 RenderViewHost* InterstitialPageImpl::GetRenderViewHost() const { in GetRenderViewHost() function in content::InterstitialPageImpl
|
/external/chromium_org/chrome/browser/sessions/ |
D | session_tab_helper.cc | 30 web_contents()->GetRenderViewHost()->Send( in SetWindowID() 32 web_contents()->GetRenderViewHost()->GetRoutingID(), id.id())); in SetWindowID()
|
/external/chromium_org/components/navigation_interception/ |
D | intercept_navigation_resource_throttle_unittest.cc | 257 web_contents()->GetRenderViewHost()->GetProcess()->GetID(), in SetUpWebContentsDelegateAndDrainRunLoop() 322 web_contents()->GetRenderViewHost()->GetProcess()->GetID(), in TEST_F() 387 web_contents()->GetRenderViewHost()->GetProcess()->GetID(), in TEST_F() 415 web_contents()->GetRenderViewHost()->GetProcess()->GetID(), in TEST_F() 443 web_contents()->GetRenderViewHost()->GetProcess()->GetID(), in TEST_F() 471 web_contents()->GetRenderViewHost()->GetProcess()->GetID(), in TEST_F()
|
/external/chromium_org/chrome/browser/ui/ |
D | unload_controller.cc | 50 contents->GetRenderViewHost()) != NULL; in ShouldRunUnloadEventsHelper() 293 if (web_contents->GetRenderViewHost()) { in ProcessPendingTabs() 317 if (web_contents->GetRenderViewHost()) { in ProcessPendingTabs() 318 web_contents->GetRenderViewHost()->ClosePage(); in ProcessPendingTabs()
|
D | navigation_correction_tab_observer.cc | 74 UpdateNavigationCorrectionInfo(web_contents()->GetRenderViewHost()); in OnGoogleURLUpdated() 89 UpdateNavigationCorrectionInfo(web_contents()->GetRenderViewHost()); in OnEnabledChanged()
|
/external/chromium_org/content/test/ |
D | test_web_contents.cc | 134 SetIsLoading(GetRenderViewHost(), value, true, NULL); in TestSetIsLoading() 142 RenderViewHost* old_rvh = GetRenderViewHost(); in CommitPendingNavigation() 167 GetRenderViewHost()); in ProceedWithCrossSiteNavigation() 186 pending_contents_[contents->GetRenderViewHost()->GetRoutingID()] = contents; in AddPendingContents()
|
D | accessibility_browser_test_utils.cc | 30 web_contents->GetRenderViewHost()); in AccessibilityNotificationWaiter() 47 web_contents->GetRenderViewHost()); in AccessibilityNotificationWaiter()
|
/external/chromium_org/chrome/browser/prerender/ |
D | prerender_contents.cc | 338 child_id_ = GetRenderViewHost()->GetProcess()->GetID(); in StartPrerendering() 339 route_id_ = GetRenderViewHost()->GetRoutingID(); in StartPrerendering() 347 GetRenderViewHost()->GetProcess()); in StartPrerendering() 360 GetRenderViewHost()->GetProcess()->GetID(), in StartPrerendering() 736 if (!GetRenderViewHost() || !GetRenderViewHost()->GetProcess()) in MaybeGetProcessMetrics() 738 base::ProcessHandle handle = GetRenderViewHost()->GetProcess()->GetHandle(); in MaybeGetProcessMetrics() 774 return const_cast<RenderViewHost*>(GetRenderViewHost()); in GetRenderViewHostMutable() 777 const RenderViewHost* PrerenderContents::GetRenderViewHost() const { in GetRenderViewHost() function in prerender::PrerenderContents 780 return prerender_contents_->GetRenderViewHost(); in GetRenderViewHost()
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_impl.cc | 496 render_frame_host->GetRenderViewHost(), message)) in OnMessageReceived() 652 RenderViewHost* WebContentsImpl::GetRenderViewHost() const { in GetRenderViewHost() function in content::WebContentsImpl 657 if (!GetRenderViewHost()) in GetRoutingID() 660 return GetRenderViewHost()->GetRoutingID(); in GetRoutingID() 713 RenderViewHost* host = GetRenderViewHost(); in SetUserAgentOverride() 735 if (GetRenderViewHost()) in SetParentNativeViewAccessible() 969 static_cast<RenderViewHostImpl*>(GetRenderViewHost()); in WasShown() 1008 GetRenderViewHost())->SuddenTerminationAllowed(); in NeedToFireBeforeUnload() 1415 GetRenderViewHost()->GetProcess()->ResumeRequestsForView(route_id); in CreateNewWindow() 1416 GetRenderViewHost()->GetProcess()->ResumeRequestsForView( in CreateNewWindow() [all …]
|
D | web_drag_dest_mac.mm | 107 currentRVH_ = webContents_->GetRenderViewHost(); 143 webContents_->GetRenderViewHost()->DragTargetDragEnter( 158 if (currentRVH_ != webContents_->GetRenderViewHost()) 170 webContents_->GetRenderViewHost()->DragTargetDragLeave(); 177 if (currentRVH_ != webContents_->GetRenderViewHost()) 195 webContents_->GetRenderViewHost()->DragTargetDragOver( 209 if (currentRVH_ != webContents_->GetRenderViewHost()) 237 webContents_->GetRenderViewHost()->DragTargetDrop(
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_process_host_browsertest.cc | 65 shell()->web_contents()->GetRenderViewHost()->GetProcess(); in IN_PROC_BROWSER_TEST_F() 93 shell()->web_contents()->GetRenderViewHost()->GetProcess(); in IN_PROC_BROWSER_TEST_F() 170 shell()->web_contents()->GetRenderViewHost()->GetProcess(); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/content/browser/devtools/ |
D | renderer_overrides_handler.cc | 199 RenderViewHost* host = agent_->GetRenderViewHost(); in InnerSwapCompositorFrame() 248 RenderViewHost* host = agent_->GetRenderViewHost(); in ParseCaptureParameters() 291 RenderViewHost* host = agent_->GetRenderViewHost(); in GrantPermissionsForSetFileInputFiles() 311 GetContentClient()->browser()->ClearCache(agent_->GetRenderViewHost()); in ClearBrowserCache() 318 GetContentClient()->browser()->ClearCookies(agent_->GetRenderViewHost()); in ClearBrowserCookies() 349 RenderViewHost* host = agent_->GetRenderViewHost(); in PageHandleJavaScriptDialog() 376 RenderViewHost* host = agent_->GetRenderViewHost(); in PageNavigate() 391 RenderViewHost* host = agent_->GetRenderViewHost(); in PageReload() 409 RenderViewHost* host = agent_->GetRenderViewHost(); in PageGetNavigationHistory() 453 RenderViewHost* host = agent_->GetRenderViewHost(); in PageNavigateToHistoryEntry() [all …]
|
/external/chromium_org/apps/shell/browser/ |
D | shell_app_window.cc | 54 return web_contents_->GetRenderViewHost()->GetRoutingID(); in GetRenderViewRoutingID() 72 web_contents_->GetRenderViewHost()); in OnRequest()
|
/external/chromium_org/chrome/browser/ui/cocoa/renderer_context_menu/ |
D | render_view_context_menu_mac.mm | 134 content::RenderViewHost* view_host = GetRenderViewHost(); 179 content::RenderWidgetHostView* view = GetRenderViewHost()->GetView(); 220 content::RenderWidgetHostView* view = GetRenderViewHost()->GetView(); 251 content::RenderWidgetHostView* view = GetRenderViewHost()->GetView(); 257 content::RenderWidgetHostView* view = GetRenderViewHost()->GetView(); 263 content::RenderWidgetHostView* view = GetRenderViewHost()->GetView();
|
/external/chromium_org/chrome/browser/ui/autofill/ |
D | popup_controller_common.cc | 37 key_press_event_target_ = web_contents_->GetRenderViewHost(); in RegisterKeyPressCallback() 45 key_press_event_target_ == web_contents_->GetRenderViewHost()) { in RemoveKeyPressCallback() 46 web_contents_->GetRenderViewHost()->RemoveKeyPressEventCallback( in RemoveKeyPressCallback()
|