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

  /external/chromium_org/chrome/browser/ui/views/
avatar_menu_bubble_view.cc 582 views::CustomButton* item_view = item_views_[i]; local
583 int item_height = item_view->GetPreferredSize().height();
585 item_view->SetBounds(0, y, item_width, item_height);
659 ProfileItemView* item_view = item_views_[i]; local
660 if (sender == item_view) {
662 if (!item_view->item().active) {
683 ProfileItemView* item_view = item_views_[i]; local
684 if (source == item_view->edit_link()) {
711 ProfileItemView* item_view = new ProfileItemView(item, this); local
712 item_view->SetAccessibleName(l10n_util::GetStringFUTF16
744 ProfileItemView* item_view = new ProfileItemView(item, this); local
    [all...]
  /external/chromium_org/ash/system/tray/
system_tray.cc 400 const views::View* item_view = it->second; local
401 if (item_view->bounds().IsEmpty()) {
407 gfx::Point point(item_view->width() / 2, 0);
408 ConvertPointToWidget(item_view, &point);
  /external/chromium_org/ui/message_center/views/
notification_view.cc 510 ItemView* item_view = new ItemView(items[i]); local
511 item_view->SetVisible(is_expanded());
512 item_view->set_border(MakeTextBorder(padding, i ? 0 : 4, 0));
513 item_views_.push_back(item_view);
514 top_view_->AddChildView(item_view);
  /external/chromium_org/ui/app_list/views/
apps_grid_view.h 219 // Updates |model_| to move item represented by |item_view| to |target| slot.
220 void MoveItemInModel(views::View* item_view, const Index& target);
apps_grid_view.cc     [all...]

Completed in 419 milliseconds