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

  /external/chromium_org/ui/message_center/views/
notification_view.h 47 virtual void ScrollRectToVisible(const gfx::Rect& rect) OVERRIDE;
notification_view.cc 382 ScrollRectToVisible(GetLocalBounds());
656 ScrollRectToVisible(GetLocalBounds());
659 void NotificationView::ScrollRectToVisible(const gfx::Rect& rect) {
662 views::View::ScrollRectToVisible(GetLocalBounds());
message_view.cc 136 ScrollRectToVisible(GetLocalBounds());
notifier_settings_view.cc 121 ScrollRectToVisible(GetLocalBounds());
  /external/chromium_org/ui/views/controls/
scroll_view_unittest.cc 218 // Verifies ScrollRectToVisible() on the child works.
219 TEST(ScrollViewTest, ScrollRectToVisible) {
231 contents->ScrollRectToVisible(gfx::Rect(0, 405, 10, 10));
236 contents->ScrollRectToVisible(gfx::Rect(0, -contents->y(), 10, 10));
scroll_view.cc 91 virtual void ScrollRectToVisible(const gfx::Rect& rect) OVERRIDE {
  /external/chromium_org/ui/views/examples/
scroll_view_example.cc 107 scroll_view_->contents()->ScrollRectToVisible(
  /external/chromium_org/ash/system/tray/
hover_highlight_view.cc 168 ScrollRectToVisible(gfx::Rect(gfx::Point(), size()));
  /external/chromium_org/ui/views/controls/menu/
submenu_view.cc 258 ScrollRectToVisible(gfx::Rect(gfx::Point(0, scroll_target),
455 ScrollRectToVisible(new_vis_bounds);
menu_scroll_view_container.cc 136 // that ScrollRectToVisible works.
149 virtual void ScrollRectToVisible(const gfx::Rect& rect) OVERRIDE {
menu_controller.cc 217 submenu_->ScrollRectToVisible(vis_rect);
794 new_path[i]->ScrollRectToVisible(new_path[i]->GetLocalBounds());
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
desktop_media_picker_views.cc 281 ScrollRectToVisible(gfx::Rect(size()));
  /external/chromium_org/ui/views/
view.h     [all...]
view.cc     [all...]
  /external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.cc 566 scroll_content()->ScrollRectToVisible(selected_view->bounds());
  /external/chromium_org/ui/views/controls/table/
table_view.cc 774 ScrollRectToVisible(vis_rect);
  /external/chromium_org/ui/views/controls/tree/
tree_view.cc 235 ScrollRectToVisible(GetBoundsForNode(selected_node_));
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc     [all...]

Completed in 482 milliseconds