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 171 FloatPoint WheelInputEvent::GetDelta() const {
174 return get_interface<PPB_WheelInputEvent_1_0>()->GetDelta(pp_resource());
  /external/chromium_org/chrome/browser/net/
load_timing_browsertest.cc 73 base::TimeDelta GetDelta() const {
138 time_to_wait = load_timing_deltas_.receive_headers_end.GetDelta() +
155 start_time_ + load_timing_deltas_.receive_headers_end.GetDelta(),
341 EXPECT_LE(fetch_start.GetDelta(), navigation_deltas->dns_start.GetDelta());
344 EXPECT_LE(navigation_deltas->receive_headers_end.GetDelta(),
345 load_event_end.GetDelta());
378 EXPECT_EQ(base::TimeDelta(), navigation_deltas.dns_start.GetDelta());
379 EXPECT_EQ(base::TimeDelta(), navigation_deltas.dns_end.GetDelta());
380 EXPECT_EQ(base::TimeDelta(), navigation_deltas.connect_start.GetDelta());
    [all...]
  /external/chromium_org/ppapi/c/
ppb_input_event.h 630 * GetDelta() returns the amount vertically and horizontally the user has
653 struct PP_FloatPoint (*GetDelta)(PP_Resource wheel_event);
658 * negative meanings are the same as for GetDelta().
    [all...]

Completed in 137 milliseconds