HomeSort by relevance Sort by last modified time
    Searched full: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,
32 bool auto_collapse; member in struct:LocationBarDecoration
36 // decorations. If non-zero, |auto_collapse| must be false.
53 bool auto_collapse,
60 auto_collapse(auto_collapse),
66 DCHECK((max_fraction == 0.0) || (!auto_collapse && (max_fraction > 0.0)));
83 bool auto_collapse,
89 y, height, auto_collapse, max_fraction, edge_item_padding, item_padding,
106 if (!(*i)->auto_collapse) {
    [all...]
location_bar_layout.h 35 // - Whether the decoration should |auto_collapse| if there is no room for it;
42 // Note that |auto_collapse| can be true if and only if |max_fraction| is 0.
45 bool auto_collapse,

Completed in 470 milliseconds