Home
last modified time | relevance | path

Searched refs:root_view_ (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
Dopaque_browser_frame_view_layout_unittest.cc164 root_view_ = widget_->GetRootView(); in SetUp()
165 root_view_->SetSize(gfx::Size(kWidth, kWidth)); in SetUp()
166 root_view_->SetLayoutManager(layout_manager_); in SetUp()
199 root_view_->AddChildView(button); in InitWindowCaptionButton()
207 root_view_->AddChildView(tab_icon_view_); in AddWindowTitleIcons()
216 root_view_->AddChildView(window_title_); in AddWindowTitleIcons()
223 root_view_->AddChildView(menu_button_); in AddAvatarButton()
229 root_view_->AddChildView(avatar_label_); in AddAvatarLabel()
239 root_view_->AddChildView(new_avatar_button_); in AddNewAvatarButton()
252 views::View* root_view_; member in OpaqueBrowserFrameViewLayoutTest
[all …]
Dbrowser_view_layout_unittest.cc145 MockView* root_view() { return root_view_.get(); } in root_view()
157 root_view_.reset(new MockView(gfx::Size(800, 600))); in SetUp()
166 root_view_->AddChildView(top_container_); in SetUp()
169 root_view_->AddChildView(infobar_container_); in SetUp()
175 root_view_->AddChildView(contents_split_); in SetUp()
195 scoped_ptr<MockView> root_view_; member in BrowserViewLayoutTest
Dbrowser_frame.cc57 root_view_(NULL), in BrowserFrame()
174 root_view_ = new BrowserRootView(browser_view_, this); in CreateRootView()
175 return root_view_; in CreateRootView()
Dbrowser_frame.h110 BrowserRootView* root_view_; variable
/external/chromium_org/ui/views/widget/
Droot_view_test_helper.h16 : root_view_(root_view) { in RootViewTestHelper()
21 root_view_->DispatchKeyEventStartAt(view, event); in DispatchKeyEventStartAt()
25 internal::RootView* root_view_;
Ddrop_helper.cc14 : root_view_(root_view), in DropHelper()
84 View* view = root_view_->GetEventHandlerForPoint(root_view_location); in CalculateTargetViewImpl()
128 View::ConvertPointToTarget(root_view_, target_view_, &target_view_location); in NotifyDragEntered()
143 View::ConvertPointToTarget(root_view_, target_view_, &target_view_location); in NotifyDragOver()
Dwidget.cc373 root_view_.reset(CreateRootView()); in Init()
447 focus_manager->ViewRemoved(root_view_.get()); in NotifyNativeViewHierarchyWillChange()
451 root_view_->NotifyNativeViewHierarchyChanged(); in NotifyNativeViewHierarchyChanged()
473 root_view_->SetContentsView(view); in SetContentsView()
487 return root_view_->GetContentsView(); in GetContentsView()
711 return root_view_.get(); in GetRootView()
715 return root_view_.get(); in GetRootView()
833 return static_cast<internal::RootView*>(root_view_.get()); in GetFocusTraversable()
837 root_view_->ThemeChanged(); in ThemeChanged()
841 root_view_->LocaleChanged(); in LocaleChanged()
[all …]
Ddrop_helper.h38 View* root_view() const { return root_view_; } in root_view()
94 View* root_view_; variable
Dwindow_reorderer.cc124 root_view_(root_view), in WindowReorderer()
158 GetOrderOfViewsWithLayers(root_view_, parent_window_->layer(), hosted_windows, in ReorderChildWindows()
Dwindow_reorderer.h47 View* root_view_; variable
Dwidget.h805 scoped_ptr<internal::RootView> root_view_; variable
/external/chromium/chrome/browser/ui/views/
Dfullscreen_exit_bubble.cc120 : root_view_(frame->GetRootView()), in FullscreenExitBubble()
149 views::View::ConvertPointToView(NULL, root_view_, &last_mouse_pos_); in FullscreenExitBubble()
211 views::View::ConvertPointToView(NULL, root_view_, &transformed_pos); in CheckMousePosition()
222 if ((!root_view_->GetWidget()->IsActive()) || in CheckMousePosition()
223 !root_view_->HitTest(transformed_pos) || in CheckMousePosition()
240 if ((!root_view_->GetWidget()->IsActive()) || !initial_delay_.IsRunning()) { in Hide()
256 root_view_->GetWidget()->GetNativeView()); in GetPopupRect()
Dfullscreen_exit_bubble.h70 views::View* root_view_; variable
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_frame.cc62 root_view_ = new BrowserRootView( in DelegateCreateRootView()
65 return root_view_; in DelegateCreateRootView()
80 root_view_(NULL), in BrowserFrame()
Dbrowser_frame.h102 BrowserRootView* root_view_; variable