OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arrow_half_width_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/views/infobars/
infobar.h
30
// The half-width (see comments on |
arrow_half_width_
| below) scales to its
76
int arrow_half_width() const { return
arrow_half_width_
; }
108
int
arrow_half_width_
; // Includes only fill.
member in class:InfoBar
infobar.cc
19
arrow_half_width_
(0),
94
// |arrow_height_| * |
arrow_half_width_
|. When the bar is opening or closing,
101
arrow_half_width_
= static_cast<int>(std::min(arrow_target_height_,
107
arrow_half_width_
= kDefaultArrowTargetHalfWidth +
/external/chromium_org/chrome/browser/infobars/
infobar.cc
22
arrow_half_width_
(0),
131
// |arrow_height_| * |
arrow_half_width_
|. When the bar is opening or closing,
138
arrow_half_width_
= static_cast<int>(std::min(arrow_target_height_,
144
arrow_half_width_
= kDefaultArrowTargetHalfWidth +
infobar.h
47
// The half-width (see comments on |
arrow_half_width_
| below) scales to its
96
int arrow_half_width() const { return
arrow_half_width_
; }
142
int
arrow_half_width_
; // Includes only fill.
member in class:InfoBar
Completed in 39 milliseconds