Lines Matching refs:view
317 content::RenderWidgetHostView* view = widget->GetView();
320 if (view) {
321 aura::Window *window = view->GetNativeView();
332 view->SetInsets(gfx::Insets(0, 0, overlap, 0));
334 view->SetInsets(gfx::Insets());
464 content::RenderWidgetHostView* view = widget->GetView();
465 view && window->Contains(view->GetNativeView())) {
466 gfx::Rect window_bounds = view->GetNativeView()->GetBoundsInScreen();
471 view->SetInsets(gfx::Insets(0, 0, overlap, 0));
473 view->SetInsets(gfx::Insets());
558 content::RenderWidgetHostView* view = widget->GetView();
559 if (view)
560 view->SetInsets(insets);