GetBoundsForClientView  332 apps/ui/views/app_window_frame_view.cc   gfx::Rect client_bounds = GetBoundsForClientView();
GetBoundsForClientView  347 apps/ui/views/app_window_frame_view.cc   gfx::Size client_size = GetBoundsForClientView().size();
GetBoundsForClientView   62 apps/ui/views/app_window_frame_view.h   virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
GetBoundsForClientView   45 ash/frame/custom_frame_view_ash.h   virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
GetBoundsForClientView   44 ash/wm/panels/panel_frame_view.h   virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
GetBoundsForClientView   40 chrome/browser/ui/views/frame/app_panel_browser_frame_view.h   virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
GetBoundsForClientView   45 chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h   virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
GetBoundsForClientView   83 chrome/browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest.cc   EXPECT_EQ(0, frame_view->GetBoundsForClientView().y());
GetBoundsForClientView   33 chrome/browser/ui/views/frame/glass_browser_frame_view.h   virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
GetBoundsForClientView   51 chrome/browser/ui/views/frame/opaque_browser_frame_view.h   virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
GetBoundsForClientView   18 chrome/browser/ui/views/frame/popup_non_client_frame_view.h   virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
GetBoundsForClientView   25 chrome/browser/ui/views/message_center/message_center_frame_view.h   virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
GetBoundsForClientView   59 chrome/browser/ui/views/panels/panel_frame_view.h   virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
GetBoundsForClientView   36 ui/views/bubble/bubble_frame_view.h   virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
GetBoundsForClientView   78 ui/views/bubble/bubble_frame_view.h   FRIEND_TEST_ALL_PREFIXES(BubbleFrameViewTest, GetBoundsForClientView);
GetBoundsForClientView   44 ui/views/bubble/bubble_frame_view_unittest.cc TEST_F(BubbleFrameViewTest, GetBoundsForClientView) {
GetBoundsForClientView   52 ui/views/bubble/bubble_frame_view_unittest.cc   EXPECT_EQ(insets.left() + margin_x, frame.GetBoundsForClientView().x());
GetBoundsForClientView   53 ui/views/bubble/bubble_frame_view_unittest.cc   EXPECT_EQ(insets.top() + margin_y, frame.GetBoundsForClientView().y());
GetBoundsForClientView   41 ui/views/window/custom_frame_view.h   virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
GetBoundsForClientView   20 ui/views/window/native_frame_view.h   virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
GetBoundsForClientView  157 ui/views/window/non_client_view.cc   client_view_->SetBoundsRect(frame_view_->GetBoundsForClientView());
GetBoundsForClientView   65 ui/views/window/non_client_view.h   virtual gfx::Rect GetBoundsForClientView() const = 0;