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

  /external/chromium_org/content/browser/renderer_host/
overscroll_controller_delegate.h 24 virtual gfx::Rect GetVisibleBounds() const = 0;
overscroll_controller.cc 140 gfx::Rect bounds = delegate_->GetVisibleBounds();
render_widget_host_view_aura_unittest.cc 122 virtual gfx::Rect GetVisibleBounds() const OVERRIDE {
    [all...]
  /external/chromium_org/content/browser/web_contents/aura/
gesture_nav_simple.h 38 virtual gfx::Rect GetVisibleBounds() const OVERRIDE;
gesture_nav_simple.cc 162 gfx::Rect GestureNavSimple::GetVisibleBounds() const {
  /external/chromium_org/chrome/browser/ui/views/autofill/
info_bubble.cc 110 if (!anchor_->GetVisibleBounds().IsEmpty()) {
  /external/chromium_org/ui/views/controls/menu/
submenu_view.cc 227 gfx::Rect vis_bounds = GetVisibleBounds();
269 vis_bounds = GetVisibleBounds();
484 const gfx::Rect& vis_bounds = GetVisibleBounds();
menu_controller.cc 186 start_y_ = part.submenu->GetVisibleBounds().y();
210 gfx::Rect vis_rect = submenu_->GetVisibleBounds();
    [all...]
  /external/chromium_org/ui/views/controls/native/
native_view_host.cc 76 gfx::Rect vis_bounds = GetVisibleBounds();
  /external/chromium_org/ui/views/controls/
prefix_selector.cc 75 gfx::Rect rect(prefix_delegate_->GetVisibleBounds().origin(), gfx::Size());
scroll_view.cc 402 header_->SchedulePaintInRect(header_->GetVisibleBounds());
411 contents_->SchedulePaintInRect(contents_->GetVisibleBounds());
  /external/chromium_org/chrome/browser/ui/views/frame/
immersive_mode_controller_ash.cc 199 gfx::Rect top_container_view_bounds = top_container_view->GetVisibleBounds();
immersive_mode_controller_ash_unittest.cc 311 EXPECT_TRUE(top_container->GetVisibleBounds().IsEmpty());
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.h 141 virtual gfx::Rect GetVisibleBounds() const OVERRIDE;
web_contents_view_aura.cc     [all...]
  /external/chromium_org/ui/views/controls/table/
table_view.cc 457 gfx::Rect vis_bounds(GetVisibleBounds());
738 return GetVisibleBounds();
782 gfx::Rect vis_rect(GetVisibleBounds());
894 const int right = std::min(GetVisibleBounds().right(), cell_bounds.right());
  /external/chromium_org/ash/frame/
custom_frame_view_ash.cc 337 gfx::Rect visible_bounds(GetVisibleBounds());
  /external/chromium_org/ui/views/controls/tree/
tree_view.cc 536 gfx::Rect vis_bounds(GetVisibleBounds());
605 gfx::Rect vis_bounds = GetVisibleBounds();
  /external/chromium_org/ui/views/
view.h 258 gfx::Rect GetVisibleBounds() const;
    [all...]
view_unittest.cc     [all...]
view.cc 335 gfx::Rect View::GetVisibleBounds() const {
    [all...]
  /external/chromium_org/ui/app_list/views/
apps_grid_view.cc     [all...]

Completed in 552 milliseconds