/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/message_center/views/ |
notification_button.cc | 90 ScrollRectToVisible(GetLocalBounds());
|
notification_view.h | 51 virtual void ScrollRectToVisible(const gfx::Rect& rect) OVERRIDE;
|
padded_button.cc | 77 ScrollRectToVisible(GetLocalBounds());
|
notification_view.cc | 557 ScrollRectToVisible(GetLocalBounds()); 560 void NotificationView::ScrollRectToVisible(const gfx::Rect& rect) { 563 views::View::ScrollRectToVisible(GetLocalBounds());
|
group_view.cc | 240 ScrollRectToVisible(GetLocalBounds());
|
notifier_settings_view.cc | 188 ScrollRectToVisible(GetLocalBounds());
|
/external/chromium_org/ui/views/examples/ |
scroll_view_example.cc | 108 scroll_view_->contents()->ScrollRectToVisible(
|
/external/chromium_org/ui/views/controls/menu/ |
menu_scroll_view_container.cc | 132 // that ScrollRectToVisible works. 145 virtual void ScrollRectToVisible(const gfx::Rect& rect) OVERRIDE {
|
submenu_view.cc | 258 ScrollRectToVisible(gfx::Rect(gfx::Point(0, scroll_target), 455 ScrollRectToVisible(new_vis_bounds);
|
menu_controller.cc | 228 submenu_->ScrollRectToVisible(vis_rect); 850 new_path[i]->ScrollRectToVisible(new_path[i]->GetLocalBounds()); [all...] |
/external/chromium_org/ash/system/tray/ |
hover_highlight_view.cc | 183 ScrollRectToVisible(gfx::Rect(gfx::Point(), size()));
|
/external/chromium_org/chrome/browser/ui/views/ |
desktop_media_picker_views.cc | 304 ScrollRectToVisible(gfx::Rect(size()));
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Element.cpp | 479 renderer()->scrollRectToVisible(bounds, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignTopAlways); 481 renderer()->scrollRectToVisible(bounds, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignBottomAlways); 493 renderer()->scrollRectToVisible(bounds, ScrollAlignment::alignCenterIfNeeded, ScrollAlignment::alignCenterIfNeeded); 495 renderer()->scrollRectToVisible(bounds, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignToEdgeIfNeeded); [all...] |
/external/chromium/chrome/browser/chromeos/notifications/ |
notification_panel.cc | 678 // We can't use View::ScrollRectToVisible because the viewport is not
|
/external/chromium_org/ash/system/chromeos/network/ |
network_state_list_detailed_view.cc | 593 scroll_content()->ScrollRectToVisible(selected_view->bounds());
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderBox.h | 257 void scrollRectToVisible(const LayoutRect&, const ScrollAlignment& alignX, const ScrollAlignment& alignY); [all...] |
RenderObject.h | 199 bool scrollRectToVisible(const LayoutRect&, const ScrollAlignment& alignX = ScrollAlignment::alignCenterIfNeeded, const ScrollAlignment& alignY = ScrollAlignment::alignCenterIfNeeded); [all...] |
RenderObject.cpp | 556 bool RenderObject::scrollRectToVisible(const LayoutRect& rect, const ScrollAlignment& alignX, const ScrollAlignment& alignY) 562 enclosingBox->scrollRectToVisible(rect, alignX, alignY); [all...] |
/external/chromium_org/ui/views/controls/table/ |
table_view.cc | 788 ScrollRectToVisible(vis_rect);
|
/external/chromium_org/ui/views/controls/tree/ |
tree_view.cc | 238 ScrollRectToVisible(GetBoundsForNode(selected_node_));
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
Editor.cpp | [all...] |
/external/chromium_org/chrome/browser/ui/views/autofill/ |
autofill_dialog_views.cc | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
FrameView.cpp | [all...] |