Searched refs:set_icon (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_image_model.cc165 set_icon(icon_id);
196 set_icon(allowed ? IDR_ALLOWED_LOCATION : IDR_BLOCKED_LOCATION);
247 set_icon(IDR_ASK_MEDIA);
251 set_icon(IDR_ASK_MEDIA);
255 set_icon(IDR_ASK_MEDIA);
259 set_icon(IDR_BLOCKED_MEDIA);
263 set_icon(IDR_BLOCKED_MEDIA);
267 set_icon(IDR_BLOCKED_MEDIA);
277 set_icon(IDR_REGISTER_PROTOCOL_HANDLER);
332 set_icon(allowe
[all...]
H A Dcontent_setting_image_model.h44 void set_icon(int icon) { icon_ = icon; } function in class:ContentSettingImageModel
/external/chromium/chrome/browser/
H A Dcontent_setting_image_model.cc131 set_icon(icon_ids[get_content_settings_type()]);
159 set_icon(allowed ? IDR_GEOLOCATION_ALLOWED_LOCATIONBAR_ICON :
178 set_icon(IDR_PRERENDER_SUCCEED_ICON);
H A Dcontent_setting_image_model.h42 void set_icon(int icon) { icon_ = icon; } function in class:ContentSettingImageModel
/external/chromium_org/base/win/
H A Dshortcut.h69 void set_icon(const FilePath& icon_in, int icon_index_in) { function in struct:base::win::ShortcutProperties
H A Dshortcut_unittest.cc43 link_properties_.set_icon(link_properties_.target, 4);
61 link_properties_2_.set_icon(icon_path_2, 0);
243 expected_properties.set_icon(FilePath(), 0);
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dtest_toolbar_model.h42 void set_icon(int icon) { icon_ = icon; } function in class:TestToolbarModel
/external/chromium_org/chrome/browser/extensions/
H A Dextension_action_icon_factory_unittest.cc223 gfx::Image set_icon = LoadIcon("browser_action/no_icon/icon.png"); local
224 ASSERT_FALSE(set_icon.IsEmpty());
226 browser_action->SetIcon(0, set_icon);
236 set_icon.ToImageSkia()->GetRepresentation(1.0f),
H A Dextension_install_prompt.h152 void set_icon(const gfx::Image& icon) { icon_ = icon; } function in class:ExtensionInstallPrompt::Prompt
H A Dextension_install_prompt.cc810 prompt_.set_icon(gfx::Image::CreateFrom1xBitmap(icon_));
/external/chromium_org/chrome/installer/util/
H A Dchrome_app_host_operations.cc111 properties->set_icon(target_exe,
H A Dchrome_browser_operations.cc124 properties->set_icon(target_exe, icon_index);
H A Dshell_util.h121 void set_icon(const base::FilePath& icon_in, int icon_index_in) { function in struct:ShellUtil::ShortcutProperties
H A Dshell_util_unittest.cc80 test_properties_.set_icon(icon_path, 0);
146 expected_properties.set_icon(properties.icon, 0);
149 expected_properties.set_icon(chrome_exe_, icon_index);
H A Dshell_util.cc990 shortcut_properties.set_icon(properties.icon, properties.icon_index);
/external/chromium_org/ui/message_center/
H A Dnotification.h131 void set_icon(const gfx::Image& icon) { icon_ = icon; } function in class:message_center::Notification
H A Dnotification_list.cc138 (*iter)->set_icon(image);
H A Dmessage_center_impl.cc694 queue_notification->set_icon(image);
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_service_win.cc238 shortcut_properties.set_icon(chrome_exe, GetAppListIconIndex());
/external/chromium_org/chrome/browser/ui/web_applications/
H A Dweb_app_ui.cc314 shortcut_properties.set_icon(icon_file, 0);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_shortcut_manager_unittest_win.cc150 expected_properties.set_icon(icon_path, 0);
171 expected_properties.set_icon(GetExePath(), 0);
H A Dprofile_shortcut_manager_win.cc458 properties.set_icon(shortcut_icon, 0);
/external/chromium_org/chrome/browser/extensions/api/notifications/
H A Dnotifications_api.cc365 notification->set_icon(icon);
/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app_win.cc244 shortcut_properties.set_icon(icon_file, 0);
/external/chromium_org/chrome/installer/setup/
H A Dinstall_unittest.cc85 expected_properties_.set_icon(chrome_properties.icon,

Completed in 378 milliseconds