OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:edge_item_padding_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.h
92
void set_edge_item_padding(int value) {
edge_item_padding_
= value; }
141
int
edge_item_padding_
;
member in class:OmniboxResultView
omnibox_result_view.cc
111
:
edge_item_padding_
(LocationBarView::GetItemPadding()),
571
icon_bounds_.SetRect(
edge_item_padding_
+
576
int text_x =
edge_item_padding_
+ default_icon_size_ + item_padding_;
582
keyword_icon_->width() +
edge_item_padding_
;
585
animation_->CurrentValueBetween(max_kw_x,
edge_item_padding_
);
590
std::max(width() - kw_text_x -
edge_item_padding_
, 0), text_height);
594
text_width = width() - text_x -
edge_item_padding_
;
Completed in 1126 milliseconds