OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:caption_y
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view_layout.cc
280
int
caption_y
= CaptionButtonY(false);
local
291
ConfigureButton(host, *it, ALIGN_LEADING,
caption_y
);
299
ConfigureButton(host, *it, ALIGN_TRAILING,
caption_y
);
471
int
caption_y
) {
475
SetBoundsForButton(host, minimize_button_, alignment,
caption_y
);
489
SetBoundsForButton(host, visible_button, alignment,
caption_y
);
494
SetBoundsForButton(host, close_button_, alignment,
caption_y
);
519
int
caption_y
) {
555
caption_y
- extra_height,
577
caption_y
- extra_height
[
all
...]
/external/chromium_org/ui/views/window/
custom_frame_view.cc
485
int
caption_y
= CaptionButtonY();
local
512
gfx::Rect target_bounds(gfx::Point(next_button_x,
caption_y
),
528
gfx::Rect target_bounds(gfx::Point(next_button_x,
caption_y
),
Completed in 76 milliseconds