/external/chromium_org/chrome/browser/ui/views/frame/ |
D | opaque_browser_frame_view_layout_unittest.cc | 164 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 …]
|
D | browser_view_layout_unittest.cc | 145 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
|
D | browser_frame.cc | 57 root_view_(NULL), in BrowserFrame() 174 root_view_ = new BrowserRootView(browser_view_, this); in CreateRootView() 175 return root_view_; in CreateRootView()
|
D | browser_frame.h | 110 BrowserRootView* root_view_; variable
|
/external/chromium_org/ui/views/widget/ |
D | root_view_test_helper.h | 16 : root_view_(root_view) { in RootViewTestHelper() 21 root_view_->DispatchKeyEventStartAt(view, event); in DispatchKeyEventStartAt() 25 internal::RootView* root_view_;
|
D | drop_helper.cc | 14 : 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()
|
D | widget.cc | 373 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 …]
|
D | drop_helper.h | 38 View* root_view() const { return root_view_; } in root_view() 94 View* root_view_; variable
|
D | window_reorderer.cc | 124 root_view_(root_view), in WindowReorderer() 158 GetOrderOfViewsWithLayers(root_view_, parent_window_->layer(), hosted_windows, in ReorderChildWindows()
|
D | window_reorderer.h | 47 View* root_view_; variable
|
D | widget.h | 805 scoped_ptr<internal::RootView> root_view_; variable
|
/external/chromium/chrome/browser/ui/views/ |
D | fullscreen_exit_bubble.cc | 120 : 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()
|
D | fullscreen_exit_bubble.h | 70 views::View* root_view_; variable
|
/external/chromium/chrome/browser/ui/views/frame/ |
D | browser_frame.cc | 62 root_view_ = new BrowserRootView( in DelegateCreateRootView() 65 return root_view_; in DelegateCreateRootView() 80 root_view_(NULL), in BrowserFrame()
|
D | browser_frame.h | 102 BrowserRootView* root_view_; variable
|