HomeSort by relevance Sort by last modified time
    Searched defs:SetIcon (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/chrome/browser/extensions/
extension_uninstall_dialog.cc 73 SetIcon(gfx::Image());
87 void ExtensionUninstallDialog::SetIcon(const gfx::Image& image) {
111 SetIcon(image);
extension_action.cc 59 // SetIcon function arguments.
151 void ExtensionAction::SetIcon(int tab_id, const gfx::Image& image) {
extension_install_prompt.cc 658 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) {
793 SetIcon(image.IsEmpty() ? NULL : image.ToSkBitmap());
  /external/chromium_org/chrome/browser/ui/cocoa/passwords/
manage_passwords_bubble_cocoa.h 38 void SetIcon(ManagePasswordsIcon* icon) { icon_ = icon; }
  /external/chromium_org/ui/app_list/
search_box_model.cc 32 void SearchBoxModel::SetIcon(const gfx::ImageSkia& icon) {
search_result.cc 39 void SearchResult::SetIcon(const gfx::ImageSkia& icon) {
app_list_item.cc 24 void AppListItem::SetIcon(const gfx::ImageSkia& icon, bool has_shadow) {
  /external/chromium_org/ui/message_center/views/
notification_button.cc 39 void NotificationButton::SetIcon(const gfx::ImageSkia& image) {
  /external/chromium_org/chrome/browser/ui/views/autofill/
expanding_textfield.cc 95 void ExpandingTextfield::SetIcon(const gfx::Image& icon) {
96 textfields_.front()->SetIcon(icon);
decorated_textfield.cc 66 void DecoratedTextfield::SetIcon(const gfx::Image& icon) {
autofill_dialog_views.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_action.cc 44 "Can't use declarativeContent.SetIcon without a page or browser action";
120 class SetIcon : public ContentAction {
122 SetIcon(const gfx::Image& icon, ActionInfo::Type action_type)
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/chrome/browser/signin/
screenlock_bridge.cc 83 void ScreenlockBridge::UserPodCustomIconOptions::SetIcon(
  /external/chromium_org/ui/app_list/views/
app_list_item_view.cc 113 SetIcon(item->icon(), item->has_shadow());
131 void AppListItemView::SetIcon(const gfx::ImageSkia& icon, bool has_shadow) {
538 SetIcon(item_weak_->icon(), item_weak_->has_shadow());
  /external/chromium_org/ui/base/models/
simple_menu_model.cc 246 void SimpleMenuModel::SetIcon(int index, const gfx::Image& icon) {
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_IconList.cpp 103 void CPWL_IconList_Item::SetIcon(FX_INT32 nIconIndex)
375 pItem->SetIcon(nIconIndex);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h 206 void (*SetIcon)(_THIS, SDL_Surface *icon, Uint8 *mask);
  /external/chromium_org/ui/views/controls/menu/
menu_item_view.cc 253 item->SetIcon(icon);
372 void MenuItemView::SetIcon(const gfx::ImageSkia& icon, int item_id) {
375 item->SetIcon(icon);
378 void MenuItemView::SetIcon(const gfx::ImageSkia& icon) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmc.h     [all...]

Completed in 945 milliseconds