OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_top_margin_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/views/frame/
contents_container.cc
15
active_top_margin_
(0) {
29
if (
active_top_margin_
== margin)
32
active_top_margin_
= margin;
40
int content_y =
active_top_margin_
;
contents_container.h
61
int
active_top_margin_
;
member in class:ContentsContainer
/external/chromium/chrome/browser/ui/views/frame/
contents_container.cc
47
active_top_margin_
(0) {
83
if (
active_top_margin_
== margin)
86
active_top_margin_
= margin;
142
active_->SetBounds(0,
active_top_margin_
, width(),
143
std::max(0, height() -
active_top_margin_
));
contents_container.h
90
int
active_top_margin_
;
member in class:ContentsContainer
Completed in 386 milliseconds