OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maximized_top_inset_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/window/
frame_background.h
48
void set_maximized_top_inset(int inset) {
maximized_top_inset_
= inset; }
95
int
maximized_top_inset_
;
member in class:views::FrameBackground
frame_background.cc
28
maximized_top_inset_
(0) {
123
// We will be painting from -|
maximized_top_inset_
| to
124
// -|
maximized_top_inset_
| + |theme_image_|->height(). If this is less than
127
int theme_frame_bottom = -
maximized_top_inset_
+ theme_image_->height();
136
-
maximized_top_inset_
,
141
canvas->DrawImageInt(*theme_overlay_image_, 0, -
maximized_top_inset_
);
Completed in 43 milliseconds