Home
last modified time | relevance | path

Searched refs:rwhv (Results 1 – 16 of 16) sorted by relevance

/external/chromium/chrome/browser/ui/views/tab_contents/
Dtab_contents_view_touch.cc107 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 …]
Dtab_contents_view_gtk.cc209 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 …]
Dtab_contents_view_views.cc95 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/
Drender_view_context_menu_gtk.cc30 RenderWidgetHostViewGtk* rwhv = static_cast<RenderWidgetHostViewGtk*>( in PlatformInit() local
32 if (rwhv) in PlatformInit()
33 rwhv->AppendInputMethodsContextMenu(menu_gtk_.get()); in PlatformInit()
Dtab_contents_view_gtk.cc172 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()
Dtab_contents_view_mac.mm131 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView();
132 if (!rwhv)
134 return rwhv->GetNativeView();
/external/chromium/chrome/browser/instant/
Dinstant_browsertest.cc438 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 …]
Dinstant_controller.cc299 RenderWidgetHostView* rwhv = in OnAutocompleteLostFocus() local
301 if (!view_gaining_focus || !rwhv) { in OnAutocompleteLostFocus()
309 if (rwhv->GetNativeView() == view_gaining_focus || in OnAutocompleteLostFocus()
Dinstant_loader.cc418 RenderWidgetHostView *rwhv = source->GetRenderWidgetHostView(); in NavigationStateChanged() local
419 if (rwhv) in NavigationStateChanged()
420 RegisterForPaintNotifications(rwhv->GetRenderWidgetHost()); in NavigationStateChanged()
/external/chromium/chrome/browser/extensions/
Dextension_web_ui.cc227 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); in GetNativeViewOfHost() local
228 return rwhv ? rwhv->GetNativeView() : NULL; in GetNativeViewOfHost()
/external/chromium/chrome/browser/ui/cocoa/
Drwhvm_editcommand_helper.mm136 RenderWidgetHostViewMac* rwhv = [(id<RenderWidgetHostViewMacOwner>)self
138 DCHECK(rwhv);
141 rwhv->GetRenderWidgetHost()->ForwardEditCommand(edit_command, "");
Dbrowser_window_controller.mm579 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 …]
Dbrowser_window_controller_private.mm470 if (RenderWidgetHostView* rwhv = contents->GetRenderWidgetHostView())
471 rwhv->WindowFrameChanged();
Dtabpose_window.mm268 // 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/
Dbrowser_window_gtk.cc1222 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/
Daccelerated_plugin_view_mac_unittest.mm49 // It truns out the rwhv and the plugin handle are not necessary for