OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaximumArrowTargetHeight
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/views/infobars/
infobar.cc
49
DCHECK_LE(height,
kMaximumArrowTargetHeight
);
110
(
kMaximumArrowTargetHeight
- kDefaultArrowTargetHeight)));
infobar.h
29
static const int
kMaximumArrowTargetHeight
;
infobar_container.cc
87
InfoBar::
kMaximumArrowTargetHeight
);
infobar_view.cc
43
const int InfoBar::
kMaximumArrowTargetHeight
= 24;
Completed in 15 milliseconds