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

  /external/chromium_org/chrome/browser/ui/views/profiles/
avatar_menu_bubble_view.cc 586 views::CustomButton* item_view = item_views_[i]; local
587 int item_height = item_view->GetPreferredSize().height();
589 item_view->SetBounds(0, y, item_width, item_height);
663 ProfileItemView* item_view = item_views_[i]; local
664 if (sender == item_view) {
666 if (!item_view->item().active) {
688 ProfileItemView* item_view = item_views_[i]; local
689 if (source == item_view->edit_link()) {
716 ProfileItemView* item_view = new ProfileItemView(item, local
719 item_view->SetAccessibleName(l10n_util::GetStringFUTF16
745 ProfileItemView* item_view = new ProfileItemView(item, local
    [all...]
  /external/chromium_org/ui/app_list/views/
apps_grid_view.h 329 // Updates |model_| to move item represented by |item_view| to |target| slot.
330 void MoveItemInModel(views::View* item_view, const Index& target);
332 // Updates |model_| to move item represented by |item_view| into a folder
335 void MoveItemToFolder(views::View* item_view, const Index& target);
339 void ReparentItemForReorder(views::View* item_view, const Index& target);
343 void ReparentItemToAnotherFolder(views::View* item_view, const Index& target);
app_list_folder_view.cc 196 AppListItemView* item_view = items_grid_view_->GetItemViewAt(index); local
198 const gfx::Rect icon_bounds = item_view->GetIconBounds();
199 gfx::Rect to_apps_grid_view = item_view->ConvertRectToParent(icon_bounds);
app_list_main_view_unittest.cc 201 views::View* item_view = FolderViewModel()->view_at(index_in_folder); local
202 gfx::Point point = item_view->bounds().CenterPoint();
205 EXPECT_EQ(item_view, dragged);
apps_grid_view.cc 1962 views::View* item_view = view_model_.view_at(index); local
    [all...]
apps_grid_view_unittest.cc 774 AppListItemView* item_view = GetItemViewAt(0); local
775 ASSERT_TRUE(item_view);
776 const views::Label* title_label = item_view->title();
791 AppListItemView* item_view = GetItemViewAt(0); local
792 ASSERT_TRUE(item_view);
793 const views::Label* title_label = item_view->title();
  /external/chromium_org/ash/system/tray/
system_tray.cc 425 const views::View* item_view = it->second; local
426 if (item_view->bounds().IsEmpty()) {
432 gfx::Point point(item_view->width() / 2, 0);
433 ConvertPointToWidget(item_view, &point);
  /external/chromium_org/ui/message_center/views/
notification_view.cc 654 ItemView* item_view = new ItemView(items[i]); local
655 item_view->SetBorder(MakeTextBorder(padding, i ? 0 : 4, 0));
656 item_views_.push_back(item_view);
657 top_view_->AddChildView(item_view);

Completed in 125 milliseconds