HomeSort by relevance Sort by last modified time
    Searched refs:first_bounds (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/telemetry/telemetry/timeline/
bounds.py 102 def GetOverlapBetweenBounds(first_bounds, second_bounds):
103 """Compute the overlap duration between first_bounds and second_bounds."""
104 return Bounds.GetOverlap(first_bounds.min_, first_bounds.max_,
  /external/chromium_org/ash/wm/
system_gesture_event_filter_unittest.cc 305 const gfx::Rect& first_bounds = first->GetWindowBoundsInScreen(); local
310 first_bounds.origin() + gfx::Vector2d(5, 5),
311 first_bounds.origin() + gfx::Vector2d(30, 10),
321 EXPECT_NE(first_bounds.ToString(),
  /external/chromium_org/ash/shelf/
shelf_view_unittest.cc 683 gfx::Rect first_bounds = shelf_view_->GetIdealBoundsOfItemIcon(first_id); local
690 EXPECT_EQ(first_bounds.size().ToString(), last_bounds.size().ToString());
691 EXPECT_NE(first_bounds.ToString(), last_bounds.ToString());
    [all...]

Completed in 91 milliseconds