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

  /external/chromium_org/ash/wm/overview/
window_selector_item.h 88 const gfx::Rect& target_bounds() const { return target_bounds_; }
134 gfx::Rect target_bounds_; member in class:ash::WindowSelectorItem
137 // window(s) are maintained so they may not fill the target_bounds_.
window_selector_item.cc 97 UpdateWindowLabels(target_bounds_, root_window_, false);
108 target_bounds_ = target_bounds;
127 if (in_bounds_update_ || target_bounds_.IsEmpty())
131 gfx::Rect inset_bounds(target_bounds_);
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc 98 return target_bounds_;
101 int total_height_delta = target_bounds_.height() - start_bounds_.height();
195 if (new_target_bounds.height() != target_bounds_.height())
197 target_bounds_ = new_target_bounds;
233 if (target_bounds_.height() < start_bounds_.height())
236 start_bounds_ = target_bounds_;
244 return target_bounds_;
omnibox_popup_contents_view.h 168 gfx::Rect target_bounds_; member in class:OmniboxPopupContentsView
  /external/chromium_org/cc/resources/
picture_layer_tiling_set_unittest.cc 295 target_bounds_(gfx::Size(30, 30)) {
301 target_.reset(new PictureLayerTilingSet(&target_client_, target_bounds_));
399 gfx::Size target_bounds_; member in class:cc::__anon7378::PictureLayerTilingSetSyncTest
521 SyncTilings(target_bounds_, layer_invalidation);
522 VerifyTargetEqualsSource(target_bounds_);
  /external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc 73 : target_bounds_(target_bounds),
103 int desired_size = layout_manager->PrimaryAxisValue(target_bounds_.height(),
104 target_bounds_.width());
121 gfx::Rect target_bounds_; member in class:ash::__anon6561::ShelfAnimationWaiter
    [all...]

Completed in 110 milliseconds