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

  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_layout.cc 18 double max_fraction,
31 // (making it invisible), whichever fits. If true, |max_fraction| must be 0.
37 double max_fraction; member in struct:LocationBarDecoration
54 double max_fraction,
61 max_fraction(max_fraction),
66 DCHECK((max_fraction == 0.0) || (!auto_collapse && (max_fraction > 0.0)));
84 double max_fraction,
89 y, height, auto_collapse, max_fraction, edge_item_padding, item_padding
    [all...]
location_bar_layout.h 36 // - The |max_fraction| it can use within the omnibox, or 0 for non-resizable
42 // Note that |auto_collapse| can be true if and only if |max_fraction| is 0.
46 double max_fraction,
  /external/chromium_org/v8/test/mjsunit/
toint32.js 126 // max_fraction is largest number below 1.
127 var max_fraction = (1 - Math.pow(2,-53));
128 assertEquals(0, toInt32(max_fraction));
129 assertEquals(0, toInt32(-max_fraction));
math-round.js 156 var max_fraction = Math.pow(2, 52) - 0.5; variable
170 testRound(Math.pow(2,52), max_fraction);
184 testRound(-Math.pow(2,52)+1, -max_fraction);

Completed in 187 milliseconds