RootView 978 chrome/browser/ui/views/download/download_item_view.cc static_cast<views::internal::RootView*>(GetWidget()->GetRootView())-> RootView 195 chrome/browser/ui/views/frame/browser_frame.cc views::internal::RootView* BrowserFrame::CreateRootView() { RootView 83 chrome/browser/ui/views/frame/browser_frame.h virtual views::internal::RootView* CreateRootView() OVERRIDE; RootView 28 chrome/browser/ui/views/frame/browser_root_view.cc : views::internal::RootView(widget), RootView 148 chrome/browser/ui/views/frame/browser_root_view.cc return RootView::OnMouseWheel(event); RootView 158 chrome/browser/ui/views/frame/browser_root_view.cc RootView::DispatchGestureEvent(event); RootView 22 chrome/browser/ui/views/frame/browser_root_view.h class BrowserRootView : public views::internal::RootView { RootView 1052 chrome/browser/ui/views/tabs/tab_drag_controller.cc static_cast<views::internal::RootView*>( RootView 99 ui/views/controls/button/menu_button.cc static_cast<internal::RootView*>(GetWidget()->GetRootView())-> RootView 378 ui/views/controls/menu/menu_controller.cc static_cast<internal::RootView*>(root_view)->current_event(); RootView 109 ui/views/controls/menu/menu_host.cc internal::RootView* MenuHost::CreateRootView() { RootView 59 ui/views/controls/menu/menu_host.h virtual internal::RootView* CreateRootView() OVERRIDE; RootView 15 ui/views/controls/menu/menu_host_root_view.cc : internal::RootView(widget), RootView 23 ui/views/controls/menu/menu_host_root_view.cc !RootView::OnMousePressed(event) || RootView 36 ui/views/controls/menu/menu_host_root_view.cc return RootView::OnMouseDragged(event); RootView 40 ui/views/controls/menu/menu_host_root_view.cc RootView::OnMouseReleased(event); RootView 48 ui/views/controls/menu/menu_host_root_view.cc RootView::OnMouseMoved(event); RootView 59 ui/views/controls/menu/menu_host_root_view.cc RootView::DispatchGestureEvent(event); RootView 21 ui/views/controls/menu/menu_host_root_view.h class MenuHostRootView : public internal::RootView { RootView 126 ui/views/corewm/desktop_capture_controller_unittest.cc internal::RootView* root1 = RootView 127 ui/views/corewm/desktop_capture_controller_unittest.cc static_cast<internal::RootView*>(widget1->GetRootView()); RootView 147 ui/views/corewm/desktop_capture_controller_unittest.cc internal::RootView* root2 = RootView 148 ui/views/corewm/desktop_capture_controller_unittest.cc static_cast<internal::RootView*>(widget2->GetRootView()); RootView 85 ui/views/focus/focus_manager.h class RootView; RootView 145 ui/views/focus/focus_traversal_unittest.cc virtual internal::RootView* GetContentsRootView() { RootView 146 ui/views/focus/focus_traversal_unittest.cc return static_cast<internal::RootView*>(widget_->GetRootView()); RootView 150 ui/views/focus/focus_traversal_unittest.cc return static_cast<internal::RootView*>(widget_->GetRootView()); RootView 170 ui/views/focus/focus_traversal_unittest.cc static_cast<internal::RootView*>(widget_->GetRootView())-> RootView 93 ui/views/test/widget_test.cc View* WidgetTest::GetMousePressedHandler(internal::RootView* root_view) { RootView 97 ui/views/test/widget_test.cc View* WidgetTest::GetMouseMoveHandler(internal::RootView* root_view) { RootView 101 ui/views/test/widget_test.cc View* WidgetTest::GetGestureHandler(internal::RootView* root_view) { RootView 19 ui/views/test/widget_test.h class RootView; RootView 62 ui/views/test/widget_test.h View* GetMousePressedHandler(internal::RootView* root_view); RootView 64 ui/views/test/widget_test.h View* GetMouseMoveHandler(internal::RootView* root_view); RootView 66 ui/views/test/widget_test.h View* GetGestureHandler(internal::RootView* root_view); RootView 76 ui/views/view.h class RootView; RootView 1222 ui/views/view.h friend class internal::RootView; RootView 386 ui/views/view_unittest.cc internal::RootView* root = RootView 387 ui/views/view_unittest.cc static_cast<internal::RootView*>(widget->GetRootView()); RootView 487 ui/views/view_unittest.cc internal::RootView* root = RootView 488 ui/views/view_unittest.cc static_cast<internal::RootView*>(widget->GetRootView()); RootView 565 ui/views/view_unittest.cc internal::RootView* root = RootView 566 ui/views/view_unittest.cc static_cast<internal::RootView*>(widget->GetRootView()); RootView 21 ui/views/widget/drop_helper.h class RootView; RootView 96 ui/views/widget/root_view.cc const char RootView::kViewClassName[] = "RootView"; RootView 103 ui/views/widget/root_view.cc RootView::RootView(Widget* widget) RootView 124 ui/views/widget/root_view.cc RootView::~RootView() { RootView 133 ui/views/widget/root_view.cc void RootView::SetContentsView(View* contents_view) { RootView 150 ui/views/widget/root_view.cc View* RootView::GetContentsView() { RootView 154 ui/views/widget/root_view.cc void RootView::NotifyNativeViewHierarchyChanged() { RootView 160 ui/views/widget/root_view.cc void RootView::SetFocusTraversableParent(FocusTraversable* focus_traversable) { RootView 165 ui/views/widget/root_view.cc void RootView::SetFocusTraversableParentView(View* view) { RootView 171 ui/views/widget/root_view.cc void RootView::ThemeChanged() { RootView 175 ui/views/widget/root_view.cc void RootView::LocaleChanged() { RootView 182 ui/views/widget/root_view.cc FocusSearch* RootView::GetFocusSearch() { RootView 186 ui/views/widget/root_view.cc FocusTraversable* RootView::GetFocusTraversableParent() { RootView 190 ui/views/widget/root_view.cc View* RootView::GetFocusTraversableParentView() { RootView 197 ui/views/widget/root_view.cc ui::EventTarget* RootView::GetRootTarget() { RootView 201 ui/views/widget/root_view.cc ui::EventDispatchDetails RootView::OnEventFromSource(ui::Event* event) { RootView 226 ui/views/widget/root_view.cc const Widget* RootView::GetWidget() const { RootView 230 ui/views/widget/root_view.cc Widget* RootView::GetWidget() { RootView 231 ui/views/widget/root_view.cc return const_cast<Widget*>(const_cast<const RootView*>(this)->GetWidget()); RootView 234 ui/views/widget/root_view.cc bool RootView::IsDrawn() const { RootView 238 ui/views/widget/root_view.cc void RootView::Layout() { RootView 243 ui/views/widget/root_view.cc const char* RootView::GetClassName() const { RootView 247 ui/views/widget/root_view.cc void RootView::SchedulePaintInRect(const gfx::Rect& rect) { RootView 258 ui/views/widget/root_view.cc bool RootView::OnMousePressed(const ui::MouseEvent& event) { RootView 340 ui/views/widget/root_view.cc bool RootView::OnMouseDragged(const ui::MouseEvent& event) { RootView 354 ui/views/widget/root_view.cc void RootView::OnMouseReleased(const ui::MouseEvent& event) { RootView 371 ui/views/widget/root_view.cc void RootView::OnMouseCaptureLost() { RootView 397 ui/views/widget/root_view.cc void RootView::OnMouseMoved(const ui::MouseEvent& event) { RootView 460 ui/views/widget/root_view.cc void RootView::OnMouseExited(const ui::MouseEvent& event) { RootView 473 ui/views/widget/root_view.cc bool RootView::OnMouseWheel(const ui::MouseWheelEvent& event) { RootView 486 ui/views/widget/root_view.cc void RootView::SetMouseHandler(View* new_mh) { RootView 495 ui/views/widget/root_view.cc void RootView::GetAccessibleState(ui::AXViewState* state) { RootView 500 ui/views/widget/root_view.cc void RootView::UpdateParentLayer() { RootView 508 ui/views/widget/root_view.cc void RootView::DispatchGestureEvent(ui::GestureEvent* event) { RootView 644 ui/views/widget/root_view.cc void RootView::ViewHierarchyChanged( RootView 664 ui/views/widget/root_view.cc void RootView::VisibilityChanged(View* /*starting_from*/, bool is_visible) { RootView 679 ui/views/widget/root_view.cc void RootView::OnPaint(gfx::Canvas* canvas) { RootView 686 ui/views/widget/root_view.cc gfx::Vector2d RootView::CalculateOffsetToAncestorWithLayer( RootView 694 ui/views/widget/root_view.cc View::DragInfo* RootView::GetDragInfo() { RootView 703 ui/views/widget/root_view.cc void RootView::DispatchScrollEvent(ui::ScrollEvent* event) { RootView 722 ui/views/widget/root_view.cc void RootView::UpdateCursor(const ui::MouseEvent& event) { RootView 730 ui/views/widget/root_view.cc void RootView::SetMouseLocationAndFlags(const ui::MouseEvent& event) { RootView 736 ui/views/widget/root_view.cc void RootView::NotifyEnterExitOfDescendant(const ui::MouseEvent& event, RootView 757 ui/views/widget/root_view.cc bool RootView::CanDispatchToTarget(ui::EventTarget* target) { RootView 761 ui/views/widget/root_view.cc ui::EventDispatchDetails RootView::PreDispatchEvent(ui::EventTarget* target, RootView 768 ui/views/widget/root_view.cc ui::EventDispatchDetails RootView::PostDispatchEvent(ui::EventTarget* target, RootView 46 ui/views/widget/root_view.h class VIEWS_EXPORT RootView : public View, RootView 53 ui/views/widget/root_view.h explicit RootView(Widget* widget); RootView 54 ui/views/widget/root_view.h virtual ~RootView(); RootView 223 ui/views/widget/root_view.h DISALLOW_IMPLICIT_CONSTRUCTORS(RootView); RootView 40 ui/views/widget/root_view_unittest.cc internal::RootView* root_view = RootView 41 ui/views/widget/root_view_unittest.cc static_cast<internal::RootView*>(widget.GetRootView()); RootView 104 ui/views/widget/root_view_unittest.cc internal::RootView* root_view = RootView 105 ui/views/widget/root_view_unittest.cc static_cast<internal::RootView*>(widget.GetRootView()); RootView 162 ui/views/widget/root_view_unittest.cc internal::RootView* root_view = RootView 163 ui/views/widget/root_view_unittest.cc static_cast<internal::RootView*>(widget.GetRootView()); RootView 830 ui/views/widget/widget.cc return static_cast<internal::RootView*>(root_view_.get()); RootView 1325 ui/views/widget/widget.cc internal::RootView* Widget::CreateRootView() { RootView 1326 ui/views/widget/widget.cc return new internal::RootView(this); RootView 67 ui/views/widget/widget.h class RootView; RootView 759 ui/views/widget/widget.h virtual internal::RootView* CreateRootView(); RootView 808 ui/views/widget/widget.h scoped_ptr<internal::RootView> root_view_; RootView 1828 ui/views/widget/widget_unittest.cc internal::RootView* root_view = RootView 1829 ui/views/widget/widget_unittest.cc static_cast<internal::RootView*>(widget->GetRootView()); RootView 1885 ui/views/widget/widget_unittest.cc internal::RootView* root_view = RootView 1886 ui/views/widget/widget_unittest.cc static_cast<internal::RootView*>(widget->GetRootView());