HomeSort by relevance Sort by last modified time
    Searched refs:rwhv (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu_gtk.cc 30 RenderWidgetHostViewGtk* rwhv = static_cast<RenderWidgetHostViewGtk*>( local
32 if (rwhv)
33 rwhv->AppendInputMethodsContextMenu(menu_gtk_.get());
tab_contents_view_gtk.cc 172 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); local
173 if (!rwhv)
175 return rwhv->GetNativeView();
218 // need to pass the sizing information on to the RWHV which will pass the
221 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); local
222 if (rwhv)
223 rwhv->SetSize(size);
423 // We manually tell our RWHV to resize the renderer content. This avoids
425 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); local
426 if (rwhv)
    [all...]
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_touch.cc 107 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); local
108 if (!rwhv)
110 return rwhv->GetNativeView();
151 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); local
152 if (rwhv)
153 rwhv->SetSize(size);
167 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); local
168 if (rwhv)
169 rwhv->Focus();
279 RenderWidgetHostViewViews* rwhv = static_cast<RenderWidgetHostViewViews* local
323 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); local
    [all...]
tab_contents_view_views.cc 95 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); local
96 return rwhv ? rwhv->GetNativeView() : NULL;
154 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); local
155 GetWidget()->GetFocusManager()->FocusNativeView(rwhv ? rwhv->GetNativeView()
313 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); local
314 if (rwhv)
315 rwhv->SetSize(size);
tab_contents_view_gtk.cc 209 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); local
210 if (!rwhv)
212 return rwhv->GetNativeView();
263 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); local
264 if (rwhv)
265 rwhv->SetSize(size);
284 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); local
285 gtk_widget_grab_focus(rwhv ? rwhv->GetNativeView() : GetNativeView());
450 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView() local
    [all...]
  /external/chromium/chrome/browser/instant/
instant_browsertest.cc 438 RenderWidgetHostView* rwhv = local
441 ASSERT_TRUE(rwhv);
442 ASSERT_TRUE(rwhv->IsShowing());
457 RenderWidgetHostView* rwhv = local
459 ASSERT_TRUE(rwhv);
460 ASSERT_TRUE(rwhv->IsShowing());
474 rwhv = current_tab->tab_contents()->GetRenderWidgetHostView();
475 ASSERT_TRUE(rwhv);
476 ASSERT_TRUE(rwhv->IsShowing());
513 ASSERT_NE(new_rwhv, rwhv);
577 RenderWidgetHostView* rwhv = local
    [all...]
instant_controller.cc 281 // Otherwise, the RWHV was clicked, so we commit the preview.
299 RenderWidgetHostView* rwhv = local
301 if (!view_gaining_focus || !rwhv) {
309 if (rwhv->GetNativeView() == view_gaining_focus ||
instant_loader.cc 418 RenderWidgetHostView *rwhv = source->GetRenderWidgetHostView(); local
419 if (rwhv)
420 RegisterForPaintNotifications(rwhv->GetRenderWidgetHost());
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_web_ui.cc 227 RenderWidgetHostView* rwhv = tab_contents()->GetRenderWidgetHostView(); local
228 return rwhv ? rwhv->GetNativeView() : NULL;
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc 1222 RenderWidgetHostView* rwhv = local
1232 RenderWidgetHostView* rwhv = local
    [all...]

Completed in 208 milliseconds