HomeSort by relevance Sort by last modified time
    Searched full:scroll_content (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ash/system/chromeos/audio/
audio_detailed_view.cc 93 scroll_content()->AddChildView(label);
102 scroll_content()->AddChildView(container);
133 scroll_content()->RemoveAllChildViews(true);
160 scroll_content()->SizeToPreferredSize();
  /external/chromium_org/ash/system/user/
accounts_detailed_view.cc 105 scroll_content()->SetBorder(
114 scroll_content()->AddChildView(account_list_title);
117 scroll_content()->AddChildView(account_list_);
216 scroll_content()->SizeToPreferredSize();
  /external/chromium_org/ash/system/tray/
tray_details_view.h 49 views::View* scroll_content() const { return scroll_content_; } function in class:ash::TrayDetailsView
  /external/chromium_org/ash/system/bluetooth/
tray_bluetooth.cc 232 scroll_content()->RemoveAllChildViews(true);
268 scroll_content()->SizeToPreferredSize();
292 scroll_content()->AddChildView(container);
354 scroll_content()->SizeToPreferredSize();
  /external/chromium_org/ash/system/ime/
tray_ime.cc 141 scroll_content()->AddChildView(container);
154 scroll_content()->AddChildView(container);
  /external/chromium_org/ui/views/focus/
focus_traversal_unittest.cc 422 View* scroll_content = new View(); local
423 scroll_content->SetBounds(0, 0, 200, 200);
424 scroll_content->set_background(
426 scroll_view->SetContents(scroll_content);
449 scroll_content->AddChildView(link);
  /external/chromium_org/ash/system/chromeos/network/
tray_sms.cc 214 scroll_content()->RemoveAllChildViews(true);
229 scroll_content()->AddChildView(msgview);
network_state_list_detailed_view.cc 183 network_list_view_.set_content_view(scroll_content());
420 if (scroll_content()->child_at(index) != view) {
421 scroll_content()->ReorderChildView(view, index);
  /external/chromium_org/ash/system/
tray_accessibility.cc 254 scroll_content()->AddChildView(container);

Completed in 238 milliseconds