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

  /external/chromium_org/cc/resources/
picture_layer_tiling.h 272 gfx::Rect previous_bounds; member in struct:cc::PictureLayerTiling::RectExpansionCache
  /external/chromium_org/chrome/browser/ui/panels/
panel_browsertest.cc 450 gfx::Rect previous_bounds = panel->GetBounds(); local
452 EXPECT_EQ(previous_bounds.size(), panel->GetRestoredBounds().size());
453 gfx::Size new_size(previous_bounds.size());
455 gfx::Rect new_bounds(previous_bounds.origin(), new_size);
    [all...]
stacked_panel_collection.cc 581 gfx::Rect previous_bounds; local
590 previous_bounds = new_bounds;
608 bounds.set_y(previous_bounds.bottom());
611 bounds.set_y(previous_bounds.bottom());
620 previous_bounds = bounds;
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.cc 232 gfx::Rect previous_bounds = window->bounds(); local
239 window->layer()->SetBounds(previous_bounds);
    [all...]

Completed in 286 milliseconds