HomeSort by relevance Sort by last modified time
    Searched defs:GetBoundsForClientView (Results 1 - 22 of 22) sorted by null

  /external/chromium/chrome/browser/ui/views/frame/
popup_non_client_frame_view.cc 15 gfx::Rect PopupNonClientFrameView::GetBoundsForClientView() const {
app_panel_browser_frame_view.cc 123 gfx::Rect AppPanelBrowserFrameView::GetBoundsForClientView() const {
glass_browser_frame_view.cc 169 gfx::Rect GlassBrowserFrameView::GetBoundsForClientView() const {
opaque_browser_frame_view.cc 283 gfx::Rect OpaqueBrowserFrameView::GetBoundsForClientView() const {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
popup_non_client_frame_view.cc 18 gfx::Rect PopupNonClientFrameView::GetBoundsForClientView() const {
app_non_client_frame_view_ash.cc 237 gfx::Rect AppNonClientFrameViewAsh::GetBoundsForClientView() const {
app_panel_browser_frame_view.cc 132 gfx::Rect AppPanelBrowserFrameView::GetBoundsForClientView() const {
browser_non_client_frame_view_ash.cc 159 gfx::Rect BrowserNonClientFrameViewAsh::GetBoundsForClientView() const {
161 return frame_painter_->GetBoundsForClientView(top_height, bounds());
glass_browser_frame_view.cc 172 gfx::Rect GlassBrowserFrameView::GetBoundsForClientView() const {
opaque_browser_frame_view.cc 312 gfx::Rect OpaqueBrowserFrameView::GetBoundsForClientView() const {
    [all...]
  /external/chromium_org/ui/views/window/
native_frame_view.cc 30 gfx::Rect NativeFrameView::GetBoundsForClientView() const {
custom_frame_view.cc 139 gfx::Rect CustomFrameView::GetBoundsForClientView() const {
  /external/chromium_org/ash/wm/panels/
panel_frame_view.cc 133 gfx::Rect PanelFrameView::GetBoundsForClientView() const {
136 return frame_painter_->GetBoundsForClientView(
  /external/chromium_org/chrome/browser/ui/views/message_center/
message_center_frame_view.cc 35 gfx::Rect MessageCenterFrameView::GetBoundsForClientView() const {
  /external/chromium/chrome/browser/chromeos/frame/
bubble_frame_view.cc 94 gfx::Rect BubbleFrameView::GetBoundsForClientView() const {
  /external/chromium_org/ash/wm/
custom_frame_view_ash.cc 80 gfx::Rect CustomFrameViewAsh::GetBoundsForClientView() const {
82 return frame_painter_->GetBoundsForClientView(top_height,
frame_painter.cc 300 gfx::Rect FramePainter::GetBoundsForClientView(
371 gfx::Rect client_bounds = view->GetBoundsForClientView();
564 gfx::Rect client_bounds = view->GetBoundsForClientView();
    [all...]
  /external/chromium_org/chrome/browser/ui/views/extensions/
shell_window_frame_view.cc 139 gfx::Rect ShellWindowFrameView::GetBoundsForClientView() const {
332 gfx::Rect client_bounds = GetBoundsForClientView();
348 gfx::Size client_size = GetBoundsForClientView().size();
  /external/chromium_org/ui/views/bubble/
bubble_frame_view.cc 88 gfx::Rect BubbleFrameView::GetBoundsForClientView() const {
  /external/chromium/chrome/browser/ui/views/
constrained_window_views.cc 156 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
297 gfx::Rect ConstrainedWindowFrameView::GetBoundsForClientView() const {
  /external/chromium_org/chrome/browser/ui/views/
constrained_window_views.cc 255 virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
400 gfx::Rect ConstrainedWindowFrameView::GetBoundsForClientView() const {
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.cc 378 gfx::Rect PanelFrameView::GetBoundsForClientView() const {

Completed in 1293 milliseconds