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

12

/external/chromium/chrome/browser/ui/views/frame/
H A Dpopup_non_client_frame_view.cc15 gfx::Rect PopupNonClientFrameView::GetBoundsForClientView() const { function in class:PopupNonClientFrameView
H A Dpopup_non_client_frame_view.h19 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
H A Dapp_panel_browser_frame_view.h43 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
H A Dglass_browser_frame_view.h40 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dpopup_non_client_frame_view.cc18 gfx::Rect PopupNonClientFrameView::GetBoundsForClientView() const { function in class:PopupNonClientFrameView
H A Dpopup_non_client_frame_view.h18 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
H A Dapp_panel_browser_frame_view.h40 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
H A Dglass_browser_frame_view.h34 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
H A Dbrowser_non_client_frame_view_ash.h43 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
/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.cc30 gfx::Rect MessageCenterFrameView::GetBoundsForClientView() const { function in class:message_center::MessageCenterFrameView
/external/chromium_org/ui/views/window/
H A Dnative_frame_view.cc30 gfx::Rect NativeFrameView::GetBoundsForClientView() const { function in class:views::NativeFrameView
H A Dnative_frame_view.h20 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
H A Dcustom_frame_view.h41 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
H A Dnon_client_view.h59 virtual gfx::Rect GetBoundsForClientView() const = 0;
/external/chromium_org/ash/wm/panels/
H A Dpanel_frame_view.cc133 gfx::Rect PanelFrameView::GetBoundsForClientView() const { function in class:ash::PanelFrameView
136 return HeaderPainter::GetBoundsForClientView(
H A Dpanel_frame_view.h46 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
/external/chromium_org/ui/views/bubble/
H A Dbubble_frame_view.h36 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
78 FRIEND_TEST_ALL_PREFIXES(BubbleFrameViewTest, GetBoundsForClientView);
H A Dbubble_frame_view_unittest.cc43 TEST_F(BubbleFrameViewTest, GetBoundsForClientView) {
51 EXPECT_EQ(insets.left() + margin_x, frame.GetBoundsForClientView().x());
52 EXPECT_EQ(insets.top() + margin_y, frame.GetBoundsForClientView().y());
/external/chromium_org/ash/wm/
H A Dcustom_frame_view_ash.h48 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
H A Dheader_painter.h62 static gfx::Rect GetBoundsForClientView(int header_height,
/external/chromium/chrome/browser/chromeos/frame/
H A Dbubble_frame_view.h37 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
/external/chromium_org/apps/ui/views/
H A Dshell_window_frame_view.h54 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
H A Dshell_window_frame_view.cc132 gfx::Rect ShellWindowFrameView::GetBoundsForClientView() const { function in class:apps::ShellWindowFrameView
332 gfx::Rect client_bounds = GetBoundsForClientView();
348 gfx::Size client_size = GetBoundsForClientView().size();
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_frame_view.h59 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;

Completed in 385 milliseconds

12