OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bar_target_height_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/infobars/
infobar.cc
21
bar_target_height_
(kDefaultBarTargetHeight) {
68
if (
bar_target_height_
!= height) {
69
bar_target_height_
= height;
76
std::max((
bar_target_height_
- prefsize.height()) / 2, 0) -
77
(
bar_target_height_
- bar_height_);
120
static_cast<int>(
bar_target_height_
* animation()->GetCurrentValue());
infobar.h
110
int
bar_target_height_
;
member in class:InfoBar
Completed in 296 milliseconds