HomeSort by relevance Sort by last modified time
    Searched refs:GetBoundsForClientView (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/views/message_center/
message_center_frame_view.h 25 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
message_center_frame_view.cc 31 gfx::Rect MessageCenterFrameView::GetBoundsForClientView() const {
  /external/chromium_org/athena/main/
athena_frame_view.h 27 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
athena_frame_view.cc 40 gfx::Rect AthenaFrameView::GetBoundsForClientView() const {
  /external/chromium_org/chrome/browser/ui/views/apps/
glass_app_window_frame_view_win.h 28 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
glass_app_window_frame_view_win.cc 45 gfx::Rect GlassAppWindowFrameViewWin::GetBoundsForClientView() const {
122 gfx::Rect client_bounds = GetBoundsForClientView();
132 gfx::Size client_size = GetBoundsForClientView().size();
  /external/chromium_org/ui/views/window/
native_frame_view.h 22 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
native_frame_view.cc 33 gfx::Rect NativeFrameView::GetBoundsForClientView() const {
custom_frame_view.h 42 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
non_client_view.h 67 virtual gfx::Rect GetBoundsForClientView() const = 0;
non_client_view.cc 164 client_view_->SetBoundsRect(frame_view_->GetBoundsForClientView());
  /external/chromium_org/ui/views/bubble/
bubble_frame_view.h 40 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
88 FRIEND_TEST_ALL_PREFIXES(BubbleFrameViewTest, GetBoundsForClientView);
bubble_frame_view_unittest.cc 44 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/frame/
custom_frame_view_ash.h 45 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
  /external/chromium_org/ash/wm/panels/
panel_frame_view.h 44 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
panel_frame_view.cc 121 gfx::Rect PanelFrameView::GetBoundsForClientView() const {
  /external/chromium_org/athena/activity/
activity_frame_view.h 33 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
activity_frame_view.cc 69 gfx::Rect ActivityFrameView::GetBoundsForClientView() const {
  /external/chromium_org/apps/ui/views/
app_window_frame_view.h 71 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
app_window_frame_view.cc 126 gfx::Rect AppWindowFrameView::GetBoundsForClientView() const {
332 gfx::Rect client_bounds = GetBoundsForClientView();
347 gfx::Size client_size = GetBoundsForClientView().size();
  /external/chromium_org/chrome/browser/ui/views/frame/
glass_browser_frame_view.h 33 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
browser_non_client_frame_view_ash.h 49 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
opaque_browser_frame_view.h 51 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
browser_non_client_frame_view_ash_browsertest.cc 84 EXPECT_EQ(0, frame_view->GetBoundsForClientView().y());
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.h 59 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;

Completed in 291 milliseconds

1 2