Searched refs:max_fraction (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
D | location_bar_layout.cc | 18 double max_fraction, 38 double max_fraction; member 59 double max_fraction, in LocationBarDecoration() argument 67 max_fraction(max_fraction), in LocationBarDecoration() 73 DCHECK((max_fraction == 0.0) || (!auto_collapse && (max_fraction > 0.0))); in LocationBarDecoration() 91 double max_fraction, in AddDecoration() argument 97 y, height, auto_collapse, max_fraction, edge_item_padding, item_padding, in AddDecoration() 121 if (!(*i)->auto_collapse && ((*i)->max_fraction == 0.0)) { in LayoutPass1() 132 if ((*i)->max_fraction > 0.0) { in LayoutPass2() 133 int max_width = static_cast<int>(*entry_width * (*i)->max_fraction); in LayoutPass2()
|
D | location_bar_layout.h | 47 double max_fraction,
|
/external/chromium_org/v8/test/mjsunit/ |
D | 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);
|
D | toint32.js | 127 var max_fraction = (1 - Math.pow(2,-53)); variable 128 assertEquals(0, toInt32(max_fraction)); 129 assertEquals(0, toInt32(-max_fraction));
|
/external/v8/test/mjsunit/ |
D | 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);
|
D | toint32.js | 127 var max_fraction = (1 - Math.pow(2,-53)); variable 128 assertEquals(0, toInt32(max_fraction)); 129 assertEquals(0, toInt32(-max_fraction));
|