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

  /external/chromium_org/ui/views/examples/
scroll_view_example.h 40 LabelButton* scroll_to_; member in class:views::examples::ScrollViewExample
scroll_view_example.cc 63 scroll_to_ = new LabelButton(this, ASCIIToUTF16("Scroll to"));
91 layout->AddView(scroll_to_);
107 } else if (sender == scroll_to_) {
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.h 195 Balloon* scroll_to_; member in class:chromeos::NotificationPanel
notification_panel.cc 405 scroll_to_(NULL) {
499 scroll_to_ = balloon;
510 if (scroll_to_ == balloon)
511 scroll_to_ = NULL;
558 if (scroll_to_ == balloon) {
559 ScrollBalloonToVisible(scroll_to_);
560 scroll_to_ = NULL;

Completed in 1292 milliseconds