Searched defs:ScrollRectToVisible (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/message_center/views/
H A Dnotification_view.cc462 ScrollRectToVisible(GetLocalBounds());
465 void NotificationView::ScrollRectToVisible(const gfx::Rect& rect) { function in class:message_center::NotificationView
468 views::View::ScrollRectToVisible(GetLocalBounds());
/external/chromium_org/ui/views/
H A Dview.cc1293 void View::ScrollRectToVisible(const gfx::Rect& rect) { function in class:views::View
1299 parent_->ScrollRectToVisible(scroll_rect);

Completed in 100 milliseconds