Searched refs:old_position (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/courgette/third_party/ |
D | bsdiff_apply.cc | 81 const uint8* old_position = old_start; in MBS_ApplyPatch() local 106 if (copy_count > static_cast<size_t>(old_end - old_position)) in MBS_ApplyPatch() 120 uint8 byte = old_position[i] + diff_byte; in MBS_ApplyPatch() 124 old_position += copy_count; in MBS_ApplyPatch() 136 if (old_position + seek_adjustment < old_start || in MBS_ApplyPatch() 137 old_position + seek_adjustment > old_end) in MBS_ApplyPatch() 140 old_position += seek_adjustment; in MBS_ApplyPatch()
|
/external/chromium_org/content/browser/geolocation/ |
D | location_arbitrator_impl.cc | 174 const Geoposition& old_position, const Geoposition& new_position, in IsNewPositionBetter() argument 178 if (!old_position.Validate()) { in IsNewPositionBetter() 184 if (old_position.accuracy >= new_position.accuracy) { in IsNewPositionBetter() 190 } else if ((GetTimeNow() - old_position.timestamp).InMilliseconds() > in IsNewPositionBetter()
|
D | location_arbitrator_impl.h | 80 bool IsNewPositionBetter(const Geoposition& old_position,
|
/external/chromium_org/content/browser/renderer_host/input/ |
D | touch_handle_unittest.cc | 236 gfx::PointF old_position(7.3f, -3.7f); in TEST_F() local 237 handle.SetPosition(old_position); in TEST_F() 238 ASSERT_EQ(old_position, drawable().rect.origin()); in TEST_F() 245 EXPECT_EQ(old_position, drawable().rect.origin()); in TEST_F() 251 EXPECT_EQ(old_position, drawable().rect.origin()); in TEST_F() 256 EXPECT_EQ(old_position, drawable().rect.origin()); in TEST_F()
|
/external/chromium_org/v8/src/ |
D | hydrogen-bce.cc | 188 HInstruction* old_position = new_check->next(); in CoverCheck() local 191 MoveIndexIfNecessary(new_check->index(), new_check, old_position); in CoverCheck()
|