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 80 const gfx::Rect& target_bounds() const { return target_bounds_; }
113 gfx::Rect target_bounds_; member in class:ash::WindowSelectorItem
116 // window(s) are maintained so they may not fill the target_bounds_.
window_selector_item.cc 123 UpdateWindowLabels(target_bounds_, root_window_, false);
134 target_bounds_ = target_bounds;
154 if (in_bounds_update_ || target_bounds_.IsEmpty())
158 gfx::Rect inset_bounds(target_bounds_);
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc 94 return target_bounds_;
97 int total_height_delta = target_bounds_.height() - start_bounds_.height();
191 if (new_target_bounds.height() != target_bounds_.height())
193 target_bounds_ = new_target_bounds;
230 if (target_bounds_.height() < start_bounds_.height())
233 start_bounds_ = target_bounds_;
241 return target_bounds_;
omnibox_popup_contents_view.h 163 gfx::Rect target_bounds_; member in class:OmniboxPopupContentsView
  /external/chromium_org/cc/resources/
picture_layer_tiling_set_unittest.cc 154 target_bounds_(gfx::Size(30, 30)) {
158 target_.reset(new PictureLayerTilingSet(&target_client_, target_bounds_));
251 gfx::Size target_bounds_; member in class:cc::__anon7323::PictureLayerTilingSetSyncTest
373 SyncTilings(target_bounds_, layer_invalidation);
374 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::__anon6572::ShelfAnimationWaiter
    [all...]

Completed in 472 milliseconds