OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vertical_edge_thickness
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc
589
return std::max(total_height - (
vertical_edge_thickness
() * 2), 0);
738
const int bubble_location_y =
vertical_edge_thickness
() + kBubblePadding;
776
vertical_edge_thickness
(), location_height,
782
vertical_edge_thickness
(), location_height, star_view_);
786
vertical_edge_thickness
(), location_height, add_to_app_launcher_view_);
790
vertical_edge_thickness
(), location_height, translate_icon_view_);
794
vertical_edge_thickness
(), location_height, open_pdf_in_reader_view_);
797
trailing_decorations.AddDecoration(
vertical_edge_thickness
(),
805
vertical_edge_thickness
(), location_height, (*i));
809
trailing_decorations.AddDecoration(
vertical_edge_thickness
(),
[
all
...]
location_bar_view.h
297
int
vertical_edge_thickness
() const {
function in class:LocationBarView
Completed in 2415 milliseconds