OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:top_area_height_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/window/
frame_background.cc
19
top_area_height_
(0),
125
// |
top_area_height_
|, we need to paint the frame color to fill in the area
128
if (
top_area_height_
> theme_frame_bottom) {
129
canvas->FillRect(gfx::Rect(0, 0, view->width(),
top_area_height_
),
146
canvas->FillRect(gfx::Rect(0, 0, view->width(),
top_area_height_
),
150
int remaining_height = view->height() -
top_area_height_
;
155
canvas->FillRect(gfx::Rect(0,
top_area_height_
, left_edge_->width(),
158
top_area_height_
, right_edge_->width(),
frame_background.h
45
void set_top_area_height(int height) {
top_area_height_
= height; }
80
int
top_area_height_
;
member in class:views::FrameBackground
Completed in 390 milliseconds