Searched refs:last_value (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dchrome_page_zoom_unittest.cc29 double last_value = 0; local
34 EXPECT_GT(factor, last_value);
39 last_value = factor;
61 double last_value = -99; local
66 EXPECT_GT(level, last_value);
71 last_value = level;
/external/chromium_org/ui/base/animation/
H A Dmulti_animation.cc47 double last_value = current_value_; local
64 if ((current_value_ != last_value || current_part_index_ != last_index) &&
/external/webrtc/src/system_wrappers/source/
H A Dmap_unittest.cc191 const int last_value = ItemValue(item_last); local
192 EXPECT_TRUE(last_value == kNumberOfElements - 1);
193 EXPECT_EQ(last_value_id, last_value);
/external/chromium/googleurl/src/
H A Durl_canon_ip.cc243 uint32 last_value = component_values[existing_components - 1]; local
245 address[i] = static_cast<unsigned char>(last_value);
246 last_value >>= 8;
250 if (last_value != 0)
/external/chromium_org/url/
H A Durl_canon_ip.cc209 uint32 last_value = component_values[existing_components - 1]; local
211 address[i] = static_cast<unsigned char>(last_value);
212 last_value >>= 8;
216 if (last_value != 0)
/external/chromium_org/v8/tools/
H A Dstats-viewer.py280 self.last_value = None
292 if value == self.last_value:
295 self.last_value = value
/external/v8/tools/
H A Dstats-viewer.py280 self.last_value = None
292 if value == self.last_value:
295 self.last_value = value

Completed in 141 milliseconds