HomeSort by relevance Sort by last modified time
    Searched refs:item_padding (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_layout.cc 20 int item_padding,
44 int item_padding; member in struct:LocationBarDecoration
61 int item_padding,
69 item_padding(item_padding),
93 int item_padding,
97 y, height, auto_collapse, max_fraction, edge_item_padding, item_padding,
117 (first_item ? (*i)->edge_item_padding : (*i)->item_padding);
149 (first_visible ? (*i)->edge_item_padding : (*i)->item_padding);
169 (first_visible ? (*i)->edge_item_padding : (*i)->item_padding);
    [all...]
location_bar_layout.h 40 // - |item_padding|, the padding between the previous item and this one;
49 int item_padding,
location_bar_view.cc 703 const int item_padding = GetItemPadding(); local
710 LocationBarLayout::LEFT_EDGE, item_padding - kEditLeadingInternalSpace);
712 item_padding);
725 kBubblePadding, item_padding, 0,
749 item_padding, 0, ev_bubble_view_);
791 bubble_location_y, bubble_height, false, 0, item_padding,
792 item_padding, GetBuiltInHorizontalPaddingForChildViews(), (*i));
809 location_height, true, 0, item_padding, local
810 item_padding, 0, keyword_hint_view_); local
    [all...]

Completed in 45 milliseconds