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

  /external/chromium_org/ui/views/window/
custom_frame_view.h 79 int CaptionButtonY() const;
custom_frame_view.cc 279 CaptionButtonY() + kCaptionButtonHeightWithPadding) +
283 int CustomFrameView::CaptionButtonY() const {
485 int caption_y = CaptionButtonY();
  /external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view_layout.h 72 int CaptionButtonY(bool restored) const;
opaque_browser_frame_view_layout.cc 207 CaptionButtonY(restored) + kCaptionButtonHeightWithPadding) +
233 int OpaqueBrowserFrameViewLayout::CaptionButtonY(bool restored) const {
280 int caption_y = CaptionButtonY(false);
391 int button_y = CaptionButtonY(!IsTitleBarCondensed());

Completed in 151 milliseconds