Lines Matching refs:web_contents_

660   void SendScreenRects() { view_->web_contents_->SendScreenRects(); }  in SendScreenRects()
685 : web_contents_(web_contents), in WebContentsViewAura()
722 if (!web_contents_) in EndDrag()
740 if (source_rwh && web_contents_->GetRenderWidgetHostView()) { in EndDrag()
742 web_contents_->GetRenderWidgetHostView()) in EndDrag()
749 web_contents_->DragSourceEndedAt(transformed_point.x(), transformed_point.y(), in EndDrag()
753 web_contents_->SystemDragEnded(source_rwh); in EndDrag()
762 gesture_nav_simple_ = std::make_unique<GestureNavSimple>(web_contents_); in InstallOverscrollControllerDelegate()
770 ToRenderWidgetHostViewAura(web_contents_->GetRenderWidgetHostView()); in GetSelectionController()
777 ToRenderWidgetHostViewAura(web_contents_->GetRenderWidgetHostView()); in GetSelectionControllerClient()
790 GetRenderViewHostID(web_contents_->GetRenderViewHost()) != in IsValidDragTarget()
802 RenderWidgetHostView* rwhv = web_contents_->GetRenderWidgetHostView(); in GetContentNativeView()
822 RenderWidgetHostView* rwhv = web_contents_->GetRenderWidgetHostView(); in Focus()
831 if (web_contents_->FocusLocationBarByDefault()) in SetInitialFocus()
832 web_contents_->SetFocusToLocationBar(); in SetInitialFocus()
852 web_contents_->GetRenderViewHost()->SetInitialFocus(reverse); in FocusThroughTabTraversal()
892 if (!BrowserPluginGuest::IsGuest(web_contents_)) in CreateAuraWindow()
897 web_contents_->UpdateWebContentsVisibility(GetVisibility()); in UpdateWebContentsVisibility()
953 (!web_contents_->GetDelegate() || in CreateViewForWidget()
954 web_contents_->GetDelegate()->CanOverscrollContent())) { in CreateViewForWidget()
980 ToRenderWidgetHostViewAura(web_contents_->GetRenderWidgetHostView()); in SetOverscrollControllerEnabled()
1016 web_contents_->SystemDragEnded(source_rwh); in StartDragging()
1029 drag_start_view_id_ = GetRenderViewHostID(web_contents_->GetRenderViewHost()); in StartDragging()
1036 PrepareDragData(drop_data, provider.get(), web_contents_); in StartDragging()
1045 new WebDragSourceAura(GetNativeView(), web_contents_)); in StartDragging()
1086 web_contents_->NotifyWebContentsFocused(render_widget_host); in GotFocus()
1090 web_contents_->NotifyWebContentsLostFocus(render_widget_host); in LostFocus()
1094 if (web_contents_->GetDelegate() && in TakeFocus()
1095 !web_contents_->GetDelegate()->TakeFocus(web_contents_, reverse) && in TakeFocus()
1114 RenderWidgetHostView* rwhv = web_contents_->GetRenderWidgetHostView(); in OnBoundsChanged()
1150 web_contents_->GetRenderWidgetHostView()); in CanFocus()
1193 if (!web_contents_->GetDelegate()) in OnMouseEvent()
1206 web_contents_->GetDelegate()->ActivateContents(web_contents_); in OnMouseEvent()
1212 web_contents_->GetDelegate()->ContentsMouseEvent( in OnMouseEvent()
1213 web_contents_, type == ui::ET_MOUSE_MOVED, type == ui::ET_MOUSE_EXITED); in OnMouseEvent()
1234 GetRenderViewHostID(web_contents_->GetRenderViewHost()); in DragEnteredCallback()
1241 if (web_contents_->GetDelegate() && in DragEnteredCallback()
1242 !web_contents_->GetDelegate()->CanDragEnter( in DragEnteredCallback()
1243 web_contents_, *current_drop_data_.get(), op)) { in DragEnteredCallback()
1260 if (web_contents_->ShouldIgnoreInputEvents()) in OnDragEntered()
1272 drag_dest_delegate_->DragInitialize(web_contents_); in OnDragEntered()
1276 web_contents_->GetInputEventRouter() in OnDragEntered()
1278 web_contents_->GetRenderViewHost()->GetWidget()->GetView(), in OnDragEntered()
1315 web_contents_->GetRenderWidgetHostView()) in DragUpdatedCallback()
1342 if (web_contents_->ShouldIgnoreInputEvents()) in OnDragUpdated()
1349 web_contents_->GetInputEventRouter() in OnDragUpdated()
1351 web_contents_->GetRenderViewHost()->GetWidget()->GetView(), in OnDragUpdated()
1360 if (web_contents_->ShouldIgnoreInputEvents()) in OnDragExited()
1369 GetRenderViewHostID(web_contents_->GetRenderViewHost()) || in CompleteDragExit()
1477 web_contents_, std::move(current_drop_data_), in FinishOnPerformDropCallback()
1494 if (web_contents_->ShouldIgnoreInputEvents()) in OnPerformDrop()
1497 web_contents_->GetInputEventRouter() in OnPerformDrop()
1499 web_contents_->GetRenderViewHost()->GetWidget()->GetView(), in OnPerformDrop()
1512 web_contents_->Focus(); in CompleteDrop()
1590 WebContentsDelegate* delegate = web_contents_->GetDelegate(); in GetTopControlsHeight()
1597 WebContentsDelegate* delegate = web_contents_->GetDelegate(); in GetBottomControlsHeight()
1604 WebContentsDelegate* delegate = web_contents_->GetDelegate(); in DoBrowserControlsShrinkRendererSize()
1607 return delegate->DoBrowserControlsShrinkRendererSize(web_contents_); in DoBrowserControlsShrinkRendererSize()