OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:location_height
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.cc
449
int
location_height
= std::max(height() - (kVerticalEdgeThickness * 2), 0);
local
566
star_view_->SetBounds(offset, location_y, star_width,
location_height
);
575
(*i)->SetBounds(offset, location_y, page_action_width,
location_height
);
588
location_height
);
596
location_y, location_icon_width,
location_height
);
610
gfx::Rect location_bounds(offset, location_y, entry_width,
location_height
);
620
keyword_hint_view_->SetBounds(0, location_y, 0,
location_height
);
[
all
...]
Completed in 486 milliseconds