OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPreLabelWidth
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/views/location_bar/
icon_label_bubble_view.cc
65
label_->SetBounds(
GetPreLabelWidth
(), (height() - label_height) / 2,
77
int IconLabelBubbleView::
GetPreLabelWidth
() const {
84
return
GetPreLabelWidth
() + kBubbleOuterPadding;
icon_label_bubble_view.h
52
int
GetPreLabelWidth
() const;
/external/chromium_org/chrome/browser/ui/views/location_bar/
icon_label_bubble_view.cc
91
const int pre_label_width =
GetPreLabelWidth
();
98
gfx::Size size(
GetPreLabelWidth
() + width + GetBubbleOuterPadding(false), 0);
127
int IconLabelBubbleView::
GetPreLabelWidth
() const {
icon_label_bubble_view.h
68
int
GetPreLabelWidth
() const;
Completed in 73 milliseconds