/external/chromium/chrome/browser/ui/views/tab_contents/ |
D | tab_contents_view_touch.cc | 107 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); in GetContentNativeView() local 108 if (!rwhv) in GetContentNativeView() 110 return rwhv->GetNativeView(); in GetContentNativeView() 151 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); in SizeContents() local 152 if (rwhv) in SizeContents() 153 rwhv->SetSize(size); in SizeContents() 167 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); in Focus() local 168 if (rwhv) in Focus() 169 rwhv->Focus(); in Focus() 279 RenderWidgetHostViewViews* rwhv = static_cast<RenderWidgetHostViewViews*> in ShowContextMenu() local [all …]
|
D | tab_contents_view_gtk.cc | 209 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); in GetContentNativeView() local 210 if (!rwhv) in GetContentNativeView() 212 return rwhv->GetNativeView(); in GetContentNativeView() 263 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); in SizeContents() local 264 if (rwhv) in SizeContents() 265 rwhv->SetSize(size); in SizeContents() 284 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); in Focus() local 285 gtk_widget_grab_focus(rwhv ? rwhv->GetNativeView() : GetNativeView()); in Focus() 450 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); in WasSized() local 451 if (rwhv && rwhv->GetViewBounds().size() != size) in WasSized() [all …]
|
D | tab_contents_view_views.cc | 95 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); in GetContentNativeView() local 96 return rwhv ? rwhv->GetNativeView() : NULL; in GetContentNativeView() 154 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); in Focus() local 155 GetWidget()->GetFocusManager()->FocusNativeView(rwhv ? rwhv->GetNativeView() in Focus() 313 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); in OnNativeTabContentsViewSized() local 314 if (rwhv) in OnNativeTabContentsViewSized() 315 rwhv->SetSize(size); in OnNativeTabContentsViewSized()
|
/external/chromium/chrome/browser/tab_contents/ |
D | render_view_context_menu_gtk.cc | 30 RenderWidgetHostViewGtk* rwhv = static_cast<RenderWidgetHostViewGtk*>( in PlatformInit() local 32 if (rwhv) in PlatformInit() 33 rwhv->AppendInputMethodsContextMenu(menu_gtk_.get()); in PlatformInit()
|
D | tab_contents_view_gtk.cc | 172 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); in GetContentNativeView() local 173 if (!rwhv) in GetContentNativeView() 175 return rwhv->GetNativeView(); in GetContentNativeView() 221 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); in SizeContents() local 222 if (rwhv) in SizeContents() 223 rwhv->SetSize(size); in SizeContents() 425 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); in OnSizeAllocate() local 426 if (rwhv) in OnSizeAllocate() 427 rwhv->SetSize(size); in OnSizeAllocate()
|
D | tab_contents_view_mac.mm | 131 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); 132 if (!rwhv) 134 return rwhv->GetNativeView();
|
/external/chromium/chrome/browser/instant/ |
D | instant_browsertest.cc | 438 RenderWidgetHostView* rwhv = in IN_PROC_BROWSER_TEST_F() local 441 ASSERT_TRUE(rwhv); in IN_PROC_BROWSER_TEST_F() 442 ASSERT_TRUE(rwhv->IsShowing()); in IN_PROC_BROWSER_TEST_F() 457 RenderWidgetHostView* rwhv = in IN_PROC_BROWSER_TEST_F() local 459 ASSERT_TRUE(rwhv); in IN_PROC_BROWSER_TEST_F() 460 ASSERT_TRUE(rwhv->IsShowing()); in IN_PROC_BROWSER_TEST_F() 474 rwhv = current_tab->tab_contents()->GetRenderWidgetHostView(); in IN_PROC_BROWSER_TEST_F() 475 ASSERT_TRUE(rwhv); in IN_PROC_BROWSER_TEST_F() 476 ASSERT_TRUE(rwhv->IsShowing()); in IN_PROC_BROWSER_TEST_F() 513 ASSERT_NE(new_rwhv, rwhv); in IN_PROC_BROWSER_TEST_F() [all …]
|
D | instant_controller.cc | 299 RenderWidgetHostView* rwhv = in OnAutocompleteLostFocus() local 301 if (!view_gaining_focus || !rwhv) { in OnAutocompleteLostFocus() 309 if (rwhv->GetNativeView() == view_gaining_focus || in OnAutocompleteLostFocus()
|
D | instant_loader.cc | 418 RenderWidgetHostView *rwhv = source->GetRenderWidgetHostView(); in NavigationStateChanged() local 419 if (rwhv) in NavigationStateChanged() 420 RegisterForPaintNotifications(rwhv->GetRenderWidgetHost()); in NavigationStateChanged()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_web_ui.cc | 227 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); in GetNativeViewOfHost() local 228 return rwhv ? rwhv->GetNativeView() : NULL; in GetNativeViewOfHost()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | rwhvm_editcommand_helper.mm | 136 RenderWidgetHostViewMac* rwhv = [(id<RenderWidgetHostViewMacOwner>)self 138 DCHECK(rwhv); 141 rwhv->GetRenderWidgetHost()->ForwardEditCommand(edit_command, "");
|
D | browser_window_controller.mm | 579 if (RenderWidgetHostView* rwhv = contents->GetRenderWidgetHostView()) 580 rwhv->SetActive(true); 596 if (RenderWidgetHostView* rwhv = contents->GetRenderWidgetHostView()) 597 rwhv->SetActive(false); 605 if (RenderWidgetHostView* rwhv = contents->GetRenderWidgetHostView()) 606 rwhv->SetWindowVisibility(false); 614 if (RenderWidgetHostView* rwhv = contents->GetRenderWidgetHostView()) 615 rwhv->SetWindowVisibility(true); 625 if (RenderWidgetHostView* rwhv = contents->GetRenderWidgetHostView()) 626 rwhv->SetWindowVisibility(false); [all …]
|
D | browser_window_controller_private.mm | 470 if (RenderWidgetHostView* rwhv = contents->GetRenderWidgetHostView()) 471 rwhv->WindowFrameChanged();
|
D | tabpose_window.mm | 268 // TODO(thakis): Add a sublayer for each accelerated surface in the rwhv. 285 RenderWidgetHostView* rwhv = rwh ? rwh->view() : NULL; 286 if (!rwhv) {
|
/external/chromium/chrome/browser/ui/gtk/ |
D | browser_window_gtk.cc | 1222 RenderWidgetHostView* rwhv = in FadeForInstant() local 1224 if (rwhv) { in FadeForInstant() 1226 rwhv->SetVisuallyDeemphasized(&whitish, animate); in FadeForInstant() 1232 RenderWidgetHostView* rwhv = in CancelInstantFade() local 1234 if (rwhv) in CancelInstantFade() 1235 rwhv->SetVisuallyDeemphasized(NULL, false); in CancelInstantFade()
|
/external/chromium/chrome/browser/renderer_host/ |
D | accelerated_plugin_view_mac_unittest.mm | 49 // It truns out the rwhv and the plugin handle are not necessary for
|