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 - 4
of
4
) 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
/external/chromium_org/chrome/browser/infobars/
infobar.cc
24
bar_target_height_
(kDefaultBarTargetHeight) {
107
if (
bar_target_height_
!= height) {
108
bar_target_height_
= height;
156
bar_height_ = animation_.CurrentValueBetween(0,
bar_target_height_
);
infobar.h
107
int bar_target_height() const { return
bar_target_height_
; }
144
int
bar_target_height_
;
member in class:InfoBar
Completed in 118 milliseconds