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

  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_image_model.cc 165 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(allowed ? IDR_ALLOWED_MIDI_SYSEX : IDR_BLOCKED_MIDI_SYSEX)
    [all...]
content_setting_image_model.h 44 void set_icon(int icon) { icon_ = icon; } function in class:ContentSettingImageModel
  /external/chromium/chrome/browser/
content_setting_image_model.cc 131 set_icon(icon_ids[get_content_settings_type()]);
159 set_icon(allowed ? IDR_GEOLOCATION_ALLOWED_LOCATIONBAR_ICON :
178 set_icon(IDR_PRERENDER_SUCCEED_ICON);
content_setting_image_model.h 42 void set_icon(int icon) { icon_ = icon; } function in class:ContentSettingImageModel
  /external/chromium_org/base/win/
shortcut.h 69 void set_icon(const FilePath& icon_in, int icon_index_in) { function in struct:base::win::ShortcutProperties
shortcut_unittest.cc 43 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/
test_toolbar_model.h 42 void set_icon(int icon) { icon_ = icon; } function in class:TestToolbarModel
  /external/chromium_org/chrome/browser/extensions/
extension_action_icon_factory_unittest.cc 223 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),
extension_install_prompt.h 152 void set_icon(const gfx::Image& icon) { icon_ = icon; } function in class:ExtensionInstallPrompt::Prompt
extension_install_prompt.cc 810 prompt_.set_icon(gfx::Image::CreateFrom1xBitmap(icon_));
  /external/chromium_org/chrome/installer/util/
chrome_app_host_operations.cc 111 properties->set_icon(target_exe,
chrome_browser_operations.cc 124 properties->set_icon(target_exe, icon_index);
shell_util.h 121 void set_icon(const base::FilePath& icon_in, int icon_index_in) { function in struct:ShellUtil::ShortcutProperties
shell_util_unittest.cc 80 test_properties_.set_icon(icon_path, 0);
146 expected_properties.set_icon(properties.icon, 0);
149 expected_properties.set_icon(chrome_exe_, icon_index);
shell_util.cc     [all...]
  /external/chromium_org/ui/message_center/
notification.h 131 void set_icon(const gfx::Image& icon) { icon_ = icon; } function in class:message_center::Notification
notification_list.cc 138 (*iter)->set_icon(image);
message_center_impl.cc 694 queue_notification->set_icon(image);
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.cc 238 shortcut_properties.set_icon(chrome_exe, GetAppListIconIndex());
  /external/chromium_org/chrome/browser/ui/web_applications/
web_app_ui.cc 314 shortcut_properties.set_icon(icon_file, 0);
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_unittest_win.cc 150 expected_properties.set_icon(icon_path, 0);
171 expected_properties.set_icon(GetExePath(), 0);
    [all...]
profile_shortcut_manager_win.cc 458 properties.set_icon(shortcut_icon, 0);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc 365 notification->set_icon(icon);
  /external/chromium_org/chrome/browser/web_applications/
web_app_win.cc 244 shortcut_properties.set_icon(icon_file, 0);
  /external/chromium_org/chrome/installer/setup/
install_unittest.cc 85 expected_properties_.set_icon(chrome_properties.icon,

Completed in 1032 milliseconds