/external/chromium_org/content/browser/ |
D | security_exploit_browsertest.cc | 51 EXPECT_EQ(shell->web_contents()->GetRenderViewHost()->GetProcess()->GetID(), in PrepareToDuplicateHosts() 52 shell2->web_contents()->GetRenderViewHost()->GetProcess()->GetID()); in PrepareToDuplicateHosts() 54 shell2->web_contents()->GetRenderViewHost()->GetRoutingID(); in PrepareToDuplicateHosts() 56 shell->web_contents()->GetRenderViewHost()->GetRoutingID()); in PrepareToDuplicateHosts() 62 shell->web_contents()->GetRenderViewHost(), extension_url, in PrepareToDuplicateHosts() 72 EXPECT_NE(shell->web_contents()->GetRenderViewHost()->GetProcess()->GetID(), in PrepareToDuplicateHosts() 108 shell()->web_contents()->GetRenderViewHost()->GetEnabledBindings()); in IN_PROC_BROWSER_TEST_F() 113 shell()->web_contents()->GetRenderViewHost()->SetWebUIProperty( in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/components/autofill/content/browser/ |
D | autofill_driver_impl.cc | 88 return (web_contents()->GetRenderViewHost() != NULL); in RendererIsAvailable() 96 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in SetRendererActionOnFormDataReception() 112 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in SendFormDataToRenderer() 123 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in SendAutofillTypePredictionsToRenderer() 138 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in RendererShouldAcceptDataListSuggestion() 147 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in RendererShouldAcceptPasswordAutofillSuggestion() 156 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in RendererShouldClearFilledForm() 163 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in RendererShouldClearPreviewedForm() 171 content::RenderViewHost* host = web_contents()->GetRenderViewHost(); in RendererShouldSetNodeText()
|
/external/chromium_org/components/navigation_interception/ |
D | intercept_navigation_resource_throttle_unittest.cc | 254 web_contents()->GetRenderViewHost()->GetProcess()->GetID(), in SetUpWebContentsDelegateAndDrainRunLoop() 255 web_contents()->GetRenderViewHost()->GetRoutingID(), in SetUpWebContentsDelegateAndDrainRunLoop() 319 web_contents()->GetRenderViewHost()->GetProcess()->GetID(), in TEST_F() 320 web_contents()->GetRenderViewHost()->GetRoutingID(), in TEST_F() 384 web_contents()->GetRenderViewHost()->GetProcess()->GetID(), in TEST_F() 385 web_contents()->GetRenderViewHost()->GetRoutingID(), in TEST_F() 412 web_contents()->GetRenderViewHost()->GetProcess()->GetID(), in TEST_F() 413 web_contents()->GetRenderViewHost()->GetRoutingID(), in TEST_F() 440 web_contents()->GetRenderViewHost()->GetProcess()->GetID(), in TEST_F() 441 web_contents()->GetRenderViewHost()->GetRoutingID(), in TEST_F() [all …]
|
/external/chromium_org/apps/ |
D | app_window_contents.cc | 50 web_contents_->GetRenderViewHost()->SyncRendererPrefs(); in Initialize() 58 if (web_contents_->GetRenderViewHost()->GetProcess()->GetID() == in LoadContents() 60 SuspendRenderViewHost(web_contents_->GetRenderViewHost()); in LoadContents() 63 << web_contents_->GetRenderViewHost()->GetProcess()->GetID() in LoadContents() 116 content::RenderViewHost* rvh = web_contents_->GetRenderViewHost(); in NativeWindowChanged() 126 content::RenderViewHost* rvh = web_contents_->GetRenderViewHost(); in NativeWindowClosed() 178 params, web_contents_->GetRenderViewHost()); in OnRequest()
|
/external/chromium_org/content/browser/browser_plugin/ |
D | browser_plugin_host_browsertest.cc | 308 embedder_web_contents->GetRenderViewHost()); in StartBrowserPluginTest() 479 test_embedder()->web_contents()->GetRenderViewHost()); in IN_PROC_BROWSER_TEST_F() 506 test_embedder()->web_contents()->GetRenderViewHost()); in IN_PROC_BROWSER_TEST_F() 514 ExecuteSyncJSFunction(test_guest()->web_contents()->GetRenderViewHost(), in IN_PROC_BROWSER_TEST_F() 522 ExecuteSyncJSFunction(test_guest()->web_contents()->GetRenderViewHost(), in IN_PROC_BROWSER_TEST_F() 534 test_embedder()->web_contents()->GetRenderViewHost()); in IN_PROC_BROWSER_TEST_F() 563 test_embedder()->web_contents()->GetRenderViewHost(), in IN_PROC_BROWSER_TEST_F() 597 test_embedder()->web_contents()->GetRenderViewHost()); in IN_PROC_BROWSER_TEST_F() 652 test_embedder()->web_contents()->GetRenderViewHost()); in IN_PROC_BROWSER_TEST_F() 680 test_embedder()->web_contents()->GetRenderViewHost()); in IN_PROC_BROWSER_TEST_F() [all …]
|
D | browser_plugin_guest.cc | 616 GetWebContents()->GetRenderViewHost()->UpdateWebkitPreferences(prefs); in Initialize() 621 embedder_web_contents_->GetRenderViewHost())->input_method_active()) { in Initialize() 623 GetWebContents()->GetRenderViewHost()); in Initialize() 979 web_contents()->GetRenderViewHost()->DragSourceEndedAt(client_x, client_y, in DragSourceEndedAt() 985 web_contents()->GetRenderViewHost()->DragSourceMovedTo(client_x, client_y, in DragSourceMovedTo() 991 GetWebContents()->GetRenderViewHost()); in EndSystemDrag() 1086 RenderViewHost* rvh = GetWebContents()->GetRenderViewHost(); in RenderViewReady() 1223 GetWebContents()->GetRenderViewHost())->Init(); in Attach() 1226 new_view->CreateViewForWidget(web_contents()->GetRenderViewHost()); in Attach() 1276 RenderViewHost* host = GetWebContents()->GetRenderViewHost(); in OnDragStatusUpdate() [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/autofill/ |
D | autofill_interactive_uitest.cc | 234 content::RenderViewHost* GetRenderViewHost() { in GetRenderViewHost() function in autofill::AutofillInteractiveTest 235 return GetWebContents()->GetRenderViewHost(); in GetRenderViewHost() 270 ASSERT_TRUE(content::ExecuteScript(GetRenderViewHost(), js)); in PopulateForm() 332 GetRenderViewHost(), in FocusFirstNameField() 372 GetRenderViewHost()->AddKeyPressEventCallback(key_press_event_sink_); in SendKeyToPopupAndWait() 373 GetRenderViewHost()->ForwardKeyboardEvent(event); in SendKeyToPopupAndWait() 375 GetRenderViewHost()->RemoveKeyPressEventCallback(key_press_event_sink_); in SendKeyToPopupAndWait() 542 GetRenderViewHost(), in IN_PROC_BROWSER_TEST_F() 546 GetRenderViewHost(), in IN_PROC_BROWSER_TEST_F() 550 GetRenderViewHost(), in IN_PROC_BROWSER_TEST_F() [all …]
|
/external/chromium_org/content/browser/web_contents/ |
D | web_drag_dest_win.cc | 155 current_rvh_ = web_contents_->GetRenderViewHost(); in OnDragEnter() 189 web_contents_->GetRenderViewHost()->DragTargetDragEnter(*drop_data_, in OnDragEnter() 208 if (current_rvh_ != web_contents_->GetRenderViewHost()) in OnDragOver() 219 web_contents_->GetRenderViewHost()->DragTargetDragOver( in OnDragOver() 233 if (current_rvh_ != web_contents_->GetRenderViewHost()) in OnDragLeave() 242 web_contents_->GetRenderViewHost()->DragTargetDragLeave(); in OnDragLeave() 256 if (current_rvh_ != web_contents_->GetRenderViewHost()) in OnDrop() 267 web_contents_->GetRenderViewHost()->DragTargetDrop( in OnDrop()
|
D | web_drag_dest_gtk.cc | 100 GetRenderViewHost()->DragTargetDragLeave(); in DragLeave() 151 GetRenderViewHost()->DragTargetDragOver( in OnDragMotion() 275 GetRenderViewHost()->DragTargetDragEnter( in OnDragDataReceived() 320 GetRenderViewHost()-> in OnDragDrop() 335 RenderViewHostImpl* WebDragDestGtk::GetRenderViewHost() const { in GetRenderViewHost() function in content::WebDragDestGtk 336 return static_cast<RenderViewHostImpl*>(web_contents_->GetRenderViewHost()); in GetRenderViewHost()
|
/external/chromium_org/android_webview/browser/ |
D | find_helper.cc | 40 web_contents()->GetRenderViewHost()->StopFinding( in FindAllAsync() 52 web_contents()->GetRenderViewHost()->Find(current_request_id_, in FindAllAsync() 77 web_contents()->GetRenderViewHost()->Find(current_request_id_, in FindNext() 83 web_contents()->GetRenderViewHost()->StopFinding( in ClearMatches()
|
/external/chromium_org/chrome/browser/ui/ |
D | unload_controller.cc | 50 contents->GetRenderViewHost()) != NULL; in ShouldRunUnloadEventsHelper() 71 contents->GetRenderViewHost()->FirePageBeforeUnload(false); in RunUnloadEventsHelper() 271 if (web_contents->GetRenderViewHost()) { in ProcessPendingTabs() 277 web_contents->GetRenderViewHost()->FirePageBeforeUnload(false); in ProcessPendingTabs() 295 if (web_contents->GetRenderViewHost()) { in ProcessPendingTabs() 296 web_contents->GetRenderViewHost()->ClosePage(); in ProcessPendingTabs()
|
D | fast_unload_controller.cc | 79 contents->GetRenderViewHost()) != NULL; in ShouldRunUnloadEventsHelper() 101 contents->GetRenderViewHost()->FirePageBeforeUnload(false); in RunUnloadEventsHelper() 342 if (contents->GetRenderViewHost()) { in ProcessPendingTabs() 353 contents->GetRenderViewHost()->FirePageBeforeUnload(false); in ProcessPendingTabs() 376 if (contents->GetRenderViewHost()) { in ProcessPendingTabs() 381 contents->GetRenderViewHost()->ClosePage(); in ProcessPendingTabs()
|
/external/chromium_org/content/test/ |
D | test_web_contents.cc | 124 SetIsLoading(GetRenderViewHost(), value, NULL); in TestSetIsLoading() 132 RenderViewHost* old_rvh = GetRenderViewHost(); in CommitPendingNavigation() 158 GetRenderViewHost()); in ProceedWithCrossSiteNavigation() 177 pending_contents_[contents->GetRenderViewHost()->GetRoutingID()] = contents; in AddPendingContents() 207 OnMessageReceived(GetRenderViewHost(), msg); in TestDidFinishLoad() 218 OnMessageReceived(GetRenderViewHost(), msg); in TestDidFailLoadWithError()
|
/external/chromium_org/chrome/browser/devtools/ |
D | devtools_target_impl.cc | 47 virtual RenderViewHost* GetRenderViewHost() const OVERRIDE; 110 RenderViewHost* rvh = GetRenderViewHost(); in Activate() 121 RenderViewHost* rvh = GetRenderViewHost(); in Close() 128 RenderViewHost* RenderViewHostTarget::GetRenderViewHost() const { in GetRenderViewHost() function in __anon5aa426ef0111::RenderViewHostTarget 129 return agent_host_->GetRenderViewHost(); in GetRenderViewHost() 141 RenderViewHost* rvh = GetRenderViewHost(); in Inspect() 249 RenderViewHost* DevToolsTargetImpl::GetRenderViewHost() const { in GetRenderViewHost() function in DevToolsTargetImpl 279 tab_rvhs.insert(it->GetRenderViewHost()); in EnumerateRenderViewHostTargets()
|
/external/chromium_org/content/shell/browser/ |
D | webkit_test_controller.cc | 263 main_window_->web_contents()->GetRenderViewHost()->GetView() in PrepareForLayoutTest() 265 main_window_->web_contents()->GetRenderViewHost()->WasResized(); in PrepareForLayoutTest() 267 main_window_->web_contents()->GetRenderViewHost(); in PrepareForLayoutTest() 280 main_window_->web_contents()->GetRenderViewHost()->SetActive(true); in PrepareForLayoutTest() 281 main_window_->web_contents()->GetRenderViewHost()->Focus(); in PrepareForLayoutTest() 350 main_window_->web_contents()->GetRenderViewHost(); in TestFinishedInSecondaryWindow() 435 main_window_->web_contents()->GetRenderViewHost(); in Observe() 483 main_window_->web_contents()->GetRenderViewHost(); in SendTestConfiguration() 502 main_window_->web_contents()->GetRenderViewHost(); in OnTestFinished() 602 main_window_->web_contents()->GetRenderViewHost(); in OnCaptureSessionHistory() [all …]
|
D | shell_devtools_frontend.cc | 54 DevToolsAgentHost::GetOrCreateFor(inspected_contents->GetRenderViewHost()) in Show() 97 web_contents()->GetRenderViewHost()); in RenderViewCreated() 104 web_contents()->GetRenderViewHost()->ExecuteJavascriptInWebFrame( in DocumentOnLoadCompletedInMainFrame()
|
D | shell_web_contents_view_delegate_win.cc | 194 web_contents_->GetRenderViewHost()->Cut(); in MenuItemSelected() 197 web_contents_->GetRenderViewHost()->Copy(); in MenuItemSelected() 200 web_contents_->GetRenderViewHost()->Paste(); in MenuItemSelected() 203 web_contents_->GetRenderViewHost()->Delete(); in MenuItemSelected()
|
D | shell_web_contents_view_delegate_gtk.cc | 222 web_contents_->GetRenderViewHost()->Cut(); in OnCutMenuActivated() 226 web_contents_->GetRenderViewHost()->Copy(); in OnCopyMenuActivated() 230 web_contents_->GetRenderViewHost()->Paste(); in OnPasteMenuActivated() 234 web_contents_->GetRenderViewHost()->Delete(); in OnDeleteMenuActivated()
|
/external/chromium_org/chrome/browser/ui/find_bar/ |
D | find_tab_helper.cc | 92 web_contents()->GetRenderViewHost()->Find(current_find_request_id_, in StartFinding() 127 web_contents()->GetRenderViewHost()->StopFinding(action); in StopFinding() 133 web_contents()->GetRenderViewHost()->ActivateNearestFindResult( in ActivateNearestFindResult() 140 web_contents()->GetRenderViewHost()->RequestFindMatchRects(current_version); in RequestFindMatchRects()
|
/external/chromium_org/content/browser/frame_host/ |
D | interstitial_page_impl.cc | 167 original_rvh_id_(web_contents->GetRenderViewHost()->GetRoutingID()), in InterstitialPageImpl() 220 Source<RenderWidgetHost>(controller_->delegate()->GetRenderViewHost())); in Show() 265 controller_->delegate()->GetRenderViewHost()->GetView(); in Hide() 282 controller_->delegate()->GetRenderViewHost()->GetView()) { in Hide() 284 controller_->delegate()->GetRenderViewHost()->GetView())->Focus(); in Hide() 410 controller_->delegate()->GetRenderViewHost()->GetView(); in DidNavigate() 429 controller_->delegate()->GetRenderViewHost(), false, NULL); in DidNavigate() 577 controller_->delegate()->GetRenderViewHost(), true, NULL); in Proceed() 684 RenderViewHost* InterstitialPageImpl::GetRenderViewHost() const { in GetRenderViewHost() function in content::InterstitialPageImpl
|
/external/chromium_org/chrome/browser/task_manager/ |
D | guest_resource_provider.cc | 123 contents->GetRenderViewHost()->GetRoutingID() == routing_id) { in GetResource() 193 if (!web_contents || !web_contents->GetRenderViewHost()->IsSubframe()) in Observe() 198 Add(web_contents->GetRenderViewHost()); in Observe() 201 Remove(web_contents->GetRenderViewHost()); in Observe()
|
/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/chrome/browser/ui/cocoa/applescript/ |
D | tab_applescript.mm | 167 RenderViewHost* view = webContents_->GetRenderViewHost(); 177 RenderViewHost* view = webContents_->GetRenderViewHost(); 187 RenderViewHost* view = webContents_->GetRenderViewHost(); 197 RenderViewHost* view = webContents_->GetRenderViewHost(); 207 RenderViewHost* view = webContents_->GetRenderViewHost(); 217 RenderViewHost* view = webContents_->GetRenderViewHost(); 245 RenderViewHost* view = webContents_->GetRenderViewHost(); 318 RenderViewHost* view = webContents_->GetRenderViewHost();
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_process_host_browsertest.cc | 46 shell()->web_contents()->GetRenderViewHost()->GetProcess(); in IN_PROC_BROWSER_TEST_F() 72 shell()->web_contents()->GetRenderViewHost()->GetProcess(); in IN_PROC_BROWSER_TEST_F()
|