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

  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_layout.cc 17 bool auto_collapse,
33 bool auto_collapse; member in struct:LocationBarDecoration
37 // decorations. If non-zero, |auto_collapse| must be false.
58 bool auto_collapse,
66 auto_collapse(auto_collapse),
73 DCHECK((max_fraction == 0.0) || (!auto_collapse && (max_fraction > 0.0)));
90 bool auto_collapse,
97 y, height, auto_collapse, max_fraction, edge_item_padding, item_padding,
115 if (!(*i)->auto_collapse) {
    [all...]
location_bar_layout.h 35 // - Whether the decoration should |auto_collapse| if there is no room for it;
43 // Note that |auto_collapse| can be true if and only if |max_fraction| is 0.
46 bool auto_collapse,

Completed in 108 milliseconds