Searched refs:GetBoundsForClientView (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_frame_view.h25 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
H A Dmessage_center_frame_view.cc31 gfx::Rect MessageCenterFrameView::GetBoundsForClientView() const { function in class:message_center::MessageCenterFrameView
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dglass_app_window_frame_view_win.cc45 gfx::Rect GlassAppWindowFrameViewWin::GetBoundsForClientView() const { function in class:GlassAppWindowFrameViewWin
122 gfx::Rect client_bounds = GetBoundsForClientView();
132 gfx::Size client_size = GetBoundsForClientView().size();
H A Dglass_app_window_frame_view_win.h28 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
/external/chromium_org/ui/views/bubble/
H A Dbubble_frame_view.h40 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
88 FRIEND_TEST_ALL_PREFIXES(BubbleFrameViewTest, GetBoundsForClientView);
H A Dbubble_frame_view_unittest.cc44 TEST_F(BubbleFrameViewTest, GetBoundsForClientView) {
52 EXPECT_EQ(insets.left() + margin_x, frame.GetBoundsForClientView().x());
53 EXPECT_EQ(insets.top() + margin_y, frame.GetBoundsForClientView().y());
/external/chromium_org/ash/wm/panels/
H A Dpanel_frame_view.h44 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
H A Dpanel_frame_view.cc121 gfx::Rect PanelFrameView::GetBoundsForClientView() const { function in class:ash::PanelFrameView
/external/chromium_org/athena/activity/
H A Dactivity_frame_view.h33 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
H A Dactivity_frame_view.cc69 gfx::Rect ActivityFrameView::GetBoundsForClientView() const { function in class:athena::ActivityFrameView
/external/chromium_org/athena/main/
H A Dathena_frame_view.cc40 gfx::Rect AthenaFrameView::GetBoundsForClientView() const { function in class:athena::AthenaFrameView
H A Dathena_frame_view.h27 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
/external/chromium_org/ui/views/window/
H A Dnative_frame_view.cc33 gfx::Rect NativeFrameView::GetBoundsForClientView() const { function in class:views::NativeFrameView
H A Dnative_frame_view.h22 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
H A Dcustom_frame_view.h42 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
H A Dnon_client_view.h67 virtual gfx::Rect GetBoundsForClientView() const = 0;
H A Dnon_client_view.cc164 client_view_->SetBoundsRect(frame_view_->GetBoundsForClientView());
/external/chromium_org/apps/ui/views/
H A Dapp_window_frame_view.h71 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
H A Dapp_window_frame_view.cc126 gfx::Rect AppWindowFrameView::GetBoundsForClientView() const { function in class:apps::AppWindowFrameView
332 gfx::Rect client_bounds = GetBoundsForClientView();
347 gfx::Size client_size = GetBoundsForClientView().size();
/external/chromium_org/ash/frame/
H A Dcustom_frame_view_ash.h45 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.h33 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
H A Dbrowser_non_client_frame_view_ash.h49 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
H A Dopaque_browser_frame_view.h51 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
H A Dbrowser_non_client_frame_view_ash_browsertest.cc84 EXPECT_EQ(0, frame_view->GetBoundsForClientView().y());
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_frame_view.h59 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;

Completed in 1896 milliseconds

12