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

  /external/chromium_org/ui/views/animation/
scroll_animator.cc 24 float GetDelta(float v0, float a, float t1, float t2) {
72 float dx = GetDelta(velocity_x_, a_x, last_t_, t);
73 float dy = GetDelta(velocity_y_, a_y, last_t_, t);
  /external/chromium_org/ppapi/cpp/
input_event.cc 167 FloatPoint WheelInputEvent::GetDelta() const {
170 return get_interface<PPB_WheelInputEvent_1_0>()->GetDelta(pp_resource());
  /external/chromium_org/chrome/browser/net/
load_timing_browsertest.cc 72 base::TimeDelta GetDelta() const {
134 time_to_wait = load_timing_deltas_.receive_headers_end.GetDelta() +
151 start_time_ + load_timing_deltas_.receive_headers_end.GetDelta(),
338 EXPECT_LE(fetch_start.GetDelta(), navigation_deltas->dns_start.GetDelta());
341 EXPECT_LE(navigation_deltas->receive_headers_end.GetDelta(),
342 load_event_end.GetDelta());
375 EXPECT_EQ(base::TimeDelta(), navigation_deltas.dns_start.GetDelta());
376 EXPECT_EQ(base::TimeDelta(), navigation_deltas.dns_end.GetDelta());
377 EXPECT_EQ(base::TimeDelta(), navigation_deltas.connect_start.GetDelta());
    [all...]
  /external/chromium_org/ppapi/c/
ppb_input_event.h 631 * GetDelta() returns the amount vertically and horizontally the user has
654 struct PP_FloatPoint (*GetDelta)(PP_Resource wheel_event);
659 * negative meanings are the same as for GetDelta().
    [all...]

Completed in 442 milliseconds