HomeSort by relevance Sort by last modified time
    Searched refs:CaptionButtonY (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/views/window/
custom_frame_view.h 75 int CaptionButtonY() const;
custom_frame_view.cc 278 CaptionButtonY() + kCaptionButtonHeightWithPadding) +
282 int CustomFrameView::CaptionButtonY() const {
467 int caption_y = CaptionButtonY();
  /external/chromium/chrome/browser/ui/views/frame/
opaque_browser_frame_view.h 115 int CaptionButtonY(bool restored) const;
opaque_browser_frame_view.cc 211 CaptionButtonY(restored) + kCaptionButtonHeightWithPadding) +
497 int OpaqueBrowserFrameView::CaptionButtonY(bool restored) const {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view_layout.h 71 int CaptionButtonY(bool restored) const;
opaque_browser_frame_view_layout.cc 213 CaptionButtonY(restored) + kCaptionButtonHeightWithPadding) +
236 int OpaqueBrowserFrameViewLayout::CaptionButtonY(bool restored) const {
271 int caption_y = CaptionButtonY(false);
382 int button_y = CaptionButtonY(false);

Completed in 317 milliseconds