Searched defs:SetIcon (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/passwords/
H A Dmanage_passwords_bubble_cocoa.h38 void SetIcon(ManagePasswordsIcon* icon) { icon_ = icon; } function in class:ManagePasswordsBubbleCocoa
/external/chromium_org/ui/message_center/views/
H A Dnotification_button.cc39 void NotificationButton::SetIcon(const gfx::ImageSkia& image) { function in class:message_center::NotificationButton
/external/chromium_org/chrome/browser/extensions/
H A Dextension_uninstall_dialog.cc73 SetIcon(gfx::Image());
87 void ExtensionUninstallDialog::SetIcon(const gfx::Image& image) { function in class:extensions::ExtensionUninstallDialog
111 SetIcon(image);
H A Dextension_action.cc59 // SetIcon function arguments.
151 void ExtensionAction::SetIcon(int tab_id, const gfx::Image& image) { function in class:ExtensionAction
H A Dextension_install_prompt.cc658 SetIcon(icon);
667 // SetIcon requires |extension_| to be set. ConfirmInstall will setup the
670 SetIcon(icon);
769 SetIcon(icon);
779 void ExtensionInstallPrompt::SetIcon(const SkBitmap* image) { function in class:ExtensionInstallPrompt
793 SetIcon(image.IsEmpty() ? NULL : image.ToSkBitmap());
/external/chromium_org/ui/app_list/
H A Dsearch_box_model.cc32 void SearchBoxModel::SetIcon(const gfx::ImageSkia& icon) { function in class:app_list::SearchBoxModel
H A Dapp_list_item.cc24 void AppListItem::SetIcon(const gfx::ImageSkia& icon, bool has_shadow) { function in class:app_list::AppListItem
H A Dsearch_result.cc39 void SearchResult::SetIcon(const gfx::ImageSkia& icon) { function in class:app_list::SearchResult
/external/chromium_org/chrome/browser/signin/
H A Dscreenlock_bridge.cc83 void ScreenlockBridge::UserPodCustomIconOptions::SetIcon( function in class:ScreenlockBridge::UserPodCustomIconOptions
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Ddecorated_textfield.cc66 void DecoratedTextfield::SetIcon(const gfx::Image& icon) { function in class:autofill::DecoratedTextfield
H A Dexpanding_textfield.cc95 void ExpandingTextfield::SetIcon(const gfx::Image& icon) { function in class:autofill::ExpandingTextfield
96 textfields_.front()->SetIcon(icon);
H A Dautofill_dialog_views.cc1111 sizing_view.SetIcon(state_.icon);
1147 SetIcon(state_.icon);
1167 void AutofillDialogViews::SuggestionView::SetIcon( function in class:autofill::AutofillDialogViews::SuggestionView
1177 textfield_->SetIcon(icon);
2468 textfield->SetIcon(field_icon_it->second);
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
H A Dcontent_action.cc44 "Can't use declarativeContent.SetIcon without a page or browser action";
120 class SetIcon : public ContentAction { class in namespace:extensions::__anon3672
122 SetIcon(const gfx::Image& icon, ActionInfo::Type action_type) function in class:extensions::__anon3672::SetIcon
186 virtual ~SetIcon() {}
191 DISALLOW_COPY_AND_ASSIGN(SetIcon);
234 &SetIcon::Create;
433 scoped_refptr<ContentAction> SetIcon::Create(
458 return scoped_refptr<ContentAction>(new SetIcon(gfx::Image(icon), type));
/external/chromium_org/ui/app_list/views/
H A Dapp_list_item_view.cc113 SetIcon(item->icon(), item->has_shadow());
131 void AppListItemView::SetIcon(const gfx::ImageSkia& icon, bool has_shadow) { function in class:app_list::AppListItemView
538 SetIcon(item_weak_->icon(), item_weak_->has_shadow());
/external/chromium_org/ui/base/models/
H A Dsimple_menu_model.cc246 void SimpleMenuModel::SetIcon(int index, const gfx::Image& icon) { function in class:ui::SimpleMenuModel
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_IconList.cpp103 void CPWL_IconList_Item::SetIcon(FX_INT32 nIconIndex) function in class:CPWL_IconList_Item
375 pItem->SetIcon(nIconIndex);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_sysvideo.h206 void (*SetIcon)(_THIS, SDL_Surface *icon, Uint8 *mask); member in struct:SDL_VideoDevice
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_item_view.cc253 item->SetIcon(icon);
372 void MenuItemView::SetIcon(const gfx::ImageSkia& icon, int item_id) { function in class:views::MenuItemView
375 item->SetIcon(icon);
378 void MenuItemView::SetIcon(const gfx::ImageSkia& icon) { function in class:views::MenuItemView

Completed in 1325 milliseconds