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

  /external/chromium_org/ash/wm/workspace/
snap_sizer.h 53 const gfx::Rect& target_bounds() const { return target_bounds_; }
90 gfx::Rect target_bounds_; member in class:ash::internal::SnapSizer
snap_sizer.cc 85 target_bounds_ = GetTargetBounds();
160 target_bounds_ = GetTargetBounds();
211 target_bounds_ = GetTargetBounds();
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc 112 return target_bounds_;
115 int total_height_delta = target_bounds_.height() - start_bounds_.height();
202 if (new_target_bounds.height() != target_bounds_.height())
204 target_bounds_ = new_target_bounds;
243 if (target_bounds_.height() < start_bounds_.height())
246 start_bounds_ = target_bounds_;
254 return target_bounds_;
omnibox_popup_contents_view.h 162 gfx::Rect target_bounds_; member in class:OmniboxPopupContentsView
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc 234 return target_bounds_;
237 int total_height_delta = target_bounds_.height() - start_bounds_.height();
325 if (new_target_bounds.height() != target_bounds_.height())
327 target_bounds_ = new_target_bounds;
345 if (target_bounds_.height() < start_bounds_.height())
348 start_bounds_ = target_bounds_;
356 return target_bounds_;
autocomplete_popup_contents_view.h 182 gfx::Rect target_bounds_; member in class:AutocompletePopupContentsView
  /external/chromium_org/cc/resources/
picture_layer_tiling_set_unittest.cc 157 target_bounds_(gfx::Size(30, 30)) {
161 target_.reset(new PictureLayerTilingSet(&target_client_, target_bounds_));
254 gfx::Size target_bounds_; member in class:cc::__anon6519::PictureLayerTilingSetSyncTest
376 SyncTilings(target_bounds_, layer_invalidation);
377 VerifyTargetEqualsSource(target_bounds_);
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 602 target_bounds_ = tabstrip->GetIdealBounds(to_index);
613 target_bounds_.x());
615 target_bounds_.width());
631 animation_.CurrentValueBetween(0, target_bounds_.width());
655 return animation_.CurrentValueBetween(0, target_bounds_.width());
677 gfx::Rect target_bounds_; member in class:MiniMoveAnimation
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 628 target_bounds_ = tabstrip->GetIdealBounds(to_index);
639 target_bounds_.x());
641 target_bounds_.width());
657 animation_.CurrentValueBetween(0, target_bounds_.width());
683 return animation_.CurrentValueBetween(0, target_bounds_.width());
705 gfx::Rect target_bounds_; member in class:MiniMoveAnimation
    [all...]

Completed in 238 milliseconds