/external/chromium_org/content/browser/web_contents/ |
D | web_contents_view_aura_browsertest.cc | 166 RenderViewHostImpl* view_host = static_cast<RenderViewHostImpl*>( in TestOverscrollNavigation() local 176 content::ExecuteScriptAndGetValue(view_host, "get_current()"); in TestOverscrollNavigation() 181 ExecuteSyncJSFunction(view_host, "install_touch_handler()"); in TestOverscrollNavigation() 183 ExecuteSyncJSFunction(view_host, "navigate_next()"); in TestOverscrollNavigation() 184 ExecuteSyncJSFunction(view_host, "navigate_next()"); in TestOverscrollNavigation() 185 value = content::ExecuteScriptAndGetValue(view_host, "get_current()"); in TestOverscrollNavigation() 208 value = content::ExecuteScriptAndGetValue(view_host, "get_current()"); in TestOverscrollNavigation() 226 value = content::ExecuteScriptAndGetValue(view_host, "get_current()"); in TestOverscrollNavigation() 244 value = content::ExecuteScriptAndGetValue(view_host, "get_current()"); in TestOverscrollNavigation() 255 RenderViewHostImpl* view_host = static_cast<RenderViewHostImpl*>( in GetCurrentIndex() local [all …]
|
D | touch_editable_impl_aura_browsertest.cc | 148 RenderViewHostImpl* view_host = static_cast<RenderViewHostImpl*>( in TestTouchSelectionOriginatingFromWebpage() local 162 ExecuteSyncJSFunction(view_host, "select_all_text()"); in TestTouchSelectionOriginatingFromWebpage() 170 content::ExecuteScriptAndGetValue(view_host, "get_selection()"); in TestTouchSelectionOriginatingFromWebpage() 188 value = content::ExecuteScriptAndGetValue(view_host, "get_selection()"); in TestTouchSelectionOriginatingFromWebpage() 201 RenderViewHostImpl* view_host = static_cast<RenderViewHostImpl*>( in TestTouchSelectionOnLongPress() local 233 content::ExecuteScriptAndGetValue(view_host, "get_selection()"); in TestTouchSelectionOnLongPress() 244 RenderViewHostImpl* view_host = static_cast<RenderViewHostImpl*>( in TestTouchSelectionHiddenWhenScrolling() local 276 content::ExecuteScriptAndGetValue(view_host, "get_selection()"); in TestTouchSelectionHiddenWhenScrolling() 311 RenderViewHostImpl* view_host = static_cast<RenderViewHostImpl*>( in TestTouchCursorInTextfield() local 325 ExecuteSyncJSFunction(view_host, "focus_textfield()"); in TestTouchCursorInTextfield() [all …]
|
/external/chromium_org/chrome/browser/renderer_host/pepper/ |
D | pepper_extensions_common_message_filter.cc | 36 content::RenderViewHost* view_host, in DispatcherOwner() argument 39 render_view_host_(view_host), in DispatcherOwner() 162 content::RenderViewHost* view_host = content::RenderViewHost::FromID( in EnsureDispatcherOwnerInitialized() local 164 if (!view_host) in EnsureDispatcherOwnerInitialized() 167 content::WebContents::FromRenderViewHost(view_host); in EnsureDispatcherOwnerInitialized() 179 this, profile, view_host, web_contents); in EnsureDispatcherOwnerInitialized()
|
/external/chromium_org/chrome/browser/automation/ |
D | automation_provider_win.cc | 215 RenderViewHost* view_host = GetViewForTab(handle); in OnMessageFromExternalHost() local 216 if (!view_host) in OnMessageFromExternalHost() 219 view_host->Send(new ChromeViewMsg_HandleMessageFromExternalHost( in OnMessageFromExternalHost() 220 view_host->GetRoutingID(), message, origin, target)); in OnMessageFromExternalHost()
|
D | automation_provider.cc | 749 RenderViewHost* view_host = web_contents->GetRenderViewHost(); in GetViewForTab() local 750 return view_host; in GetViewForTab()
|
/external/chromium_org/chrome/browser/ui/views/tab_contents/ |
D | render_view_context_menu_views.cc | 126 content::RenderViewHost* view_host = GetRenderViewHost(); in ExecuteCommand() local 127 view_host->UpdateTextDirection((command_id == IDC_WRITING_DIRECTION_RTL) ? in ExecuteCommand() 130 view_host->NotifyTextDirection(); in ExecuteCommand()
|
/external/chromium_org/chrome/browser/ui/gtk/tab_contents/ |
D | render_view_context_menu_gtk.cc | 153 content::RenderViewHost* view_host = GetRenderViewHost(); in ExecuteCommand() local 157 view_host->UpdateTextDirection(dir); in ExecuteCommand() 158 view_host->NotifyTextDirection(); in ExecuteCommand()
|
/external/chromium/chrome/browser/accessibility/ |
D | renderer_accessibility_browsertest.cc | 39 RenderViewHost* view_host = static_cast<RenderViewHost*>(host); in GetWebAccessibilityTree() local 40 view_host->set_save_accessibility_tree_for_testing(true); in GetWebAccessibilityTree() 41 view_host->EnableRendererAccessibility(); in GetWebAccessibilityTree() 44 return view_host->accessibility_tree(); in GetWebAccessibilityTree()
|
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/ |
D | render_view_context_menu_mac.mm | 131 content::RenderViewHost* view_host = GetRenderViewHost(); 135 view_host->UpdateTextDirection(dir); 136 view_host->NotifyTextDirection();
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
D | private_api_misc.cc | 167 content::RenderViewHost* const view_host = render_view_host(); in RunImpl() local 183 view_host->Zoom(zoom_type); in RunImpl()
|
/external/chromium_org/android_webview/browser/renderer_host/ |
D | aw_render_view_host_ext.h | 84 virtual void RenderViewCreated(content::RenderViewHost* view_host) OVERRIDE;
|
/external/chromium/chrome/browser/automation/ |
D | automation_provider_win.cc | 420 RenderViewHost* view_host = GetViewForTab(handle); in OnMessageFromExternalHost() local 421 if (!view_host) in OnMessageFromExternalHost() 424 view_host->ForwardMessageFromExternalHost(message, origin, target); in OnMessageFromExternalHost()
|
D | automation_provider.cc | 759 RenderViewHost* view_host = tab_contents->render_view_host(); in GetViewForTab() local 760 return view_host; in GetViewForTab()
|