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 596 views::CustomButton* item_view = item_views_[i]; local
597 int item_height = item_view->GetPreferredSize().height();
599 item_view->SetBounds(0, y, item_width, item_height);
673 ProfileItemView* item_view = item_views_[i]; local
674 if (sender == item_view) {
676 if (!item_view->item().active) {
698 ProfileItemView* item_view = item_views_[i]; local
699 if (source == item_view->edit_link()) {
726 ProfileItemView* item_view = new ProfileItemView(item, local
729 item_view->SetAccessibleName(l10n_util::GetStringFUTF16
755 ProfileItemView* item_view = new ProfileItemView(item, local
    [all...]
  /external/chromium_org/ui/app_list/views/
apps_grid_view.h 315 // Updates |model_| to move item represented by |item_view| to |target| slot.
316 void MoveItemInModel(views::View* item_view, const Index& target);
318 // Updates |model_| to move item represented by |item_view| into a folder
321 void MoveItemToFolder(views::View* item_view, const Index& target);
325 void ReparentItemForReorder(views::View* item_view, const Index& target);
329 void ReparentItemToAnotherFolder(views::View* item_view, const Index& target);
app_list_folder_view.cc 197 AppListItemView* item_view = items_grid_view_->GetItemViewAt(index); local
199 const gfx::Rect icon_bounds = item_view->GetIconBounds();
200 gfx::Rect to_apps_grid_view = item_view->ConvertRectToParent(icon_bounds);
app_list_main_view_unittest.cc 225 views::View* item_view = FolderViewModel()->view_at(0); local
226 gfx::Point point = item_view->bounds().CenterPoint();
229 EXPECT_EQ(item_view, dragged);
apps_grid_view.cc 1864 views::View* item_view = view_model_.view_at(index); local
    [all...]
apps_grid_view_unittest.cc 684 AppListItemView* item_view = GetItemViewAt(0); local
685 ASSERT_TRUE(item_view);
686 const views::Label* title_label = item_view->title();
701 AppListItemView* item_view = GetItemViewAt(0); local
702 ASSERT_TRUE(item_view);
703 const views::Label* title_label = item_view->title();
  /external/chromium_org/ash/system/tray/
system_tray.cc 416 const views::View* item_view = it->second; local
417 if (item_view->bounds().IsEmpty()) {
423 gfx::Point point(item_view->width() / 2, 0);
424 ConvertPointToWidget(item_view, &point);
  /external/chromium_org/ui/message_center/views/
notification_view.cc 647 ItemView* item_view = new ItemView(items[i]); local
648 item_view->SetBorder(MakeTextBorder(padding, i ? 0 : 4, 0));
649 item_views_.push_back(item_view);
650 top_view_->AddChildView(item_view);

Completed in 219 milliseconds