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

  /external/chromium_org/v8/test/mjsunit/
math-round.js 137 var max_fraction = Math.pow(2, 52) - 0.5; variable
151 testRound(Math.pow(2,52), max_fraction);
165 testRound(-Math.pow(2,52)+1, -max_fraction);
  /external/v8/test/mjsunit/
math-round.js 137 var max_fraction = Math.pow(2, 52) - 0.5; variable
151 testRound(Math.pow(2,52), max_fraction);
165 testRound(-Math.pow(2,52)+1, -max_fraction);
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_layout.cc 18 double max_fraction,
32 // (making it invisible), whichever fits. If true, |max_fraction| must be 0.
38 double max_fraction; member in struct:LocationBarDecoration
59 double max_fraction,
67 max_fraction(max_fraction),
73 DCHECK((max_fraction == 0.0) || (!auto_collapse && (max_fraction > 0.0)));
91 double max_fraction,
97 y, height, auto_collapse, max_fraction, edge_item_padding, item_padding
    [all...]

Completed in 144 milliseconds