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

  /external/chromium_org/athena/home/
home_card_impl.cc 101 gfx::Rect minimized_bounds = minimized_layer_->parent()->bounds(); local
102 minimized_bounds.set_y(
103 minimized_bounds.bottom() - kHomeCardMinimizedHeight);
104 minimized_bounds.set_height(kHomeCardMinimizedHeight);
105 minimized_layer_->SetBounds(minimized_bounds);
  /external/chromium_org/chrome/browser/ui/panels/
panel_browsertest.cc 171 std::vector<gfx::Rect> minimized_bounds = expected_bounds; local
198 EXPECT_EQ(minimized_bounds, GetAllPanelBounds());
220 EXPECT_EQ(minimized_bounds, GetAllPanelBounds());
229 MoveMouse(minimized_bounds[index].origin());
246 MoveMouse(minimized_bounds[index].origin());
    [all...]

Completed in 209 milliseconds