Searched refs:icon (Results 176 - 200 of 499) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_action_test_util_views.cc54 gfx::ImageSkia icon = GetContainer(browser_)->GetBrowserActionViewAt(index)-> local
56 return gfx::Image(icon);
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
H A DNotification.idl55 readonly attribute DOMString icon;
/external/chromium_org/third_party/polymer/components-chromium/paper-button/
H A Dpaper-button-extracted.js25 * (optional) The URL of an image for an icon to use in the button.
26 * Should not use `icon` property if you are using this property.
35 * (optional) Specifies the icon name or index in the set of icons
36 * available in the icon set. If using this property, load the icon
37 * set separately where the icon is used. Should not use `src`
40 * @attribute icon
44 icon: ''
/external/chromium_org/ui/app_list/
H A Dsearch_result.cc39 void SearchResult::SetIcon(const gfx::ImageSkia& icon) { argument
40 icon_ = icon;
/external/chromium_org/remoting/webapp/
H A Dmenu_button.css77 .help-icon {
84 .help-icon:hover, .help-icon.active {
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_item_view.h43 // MenuItemView represents a single menu item with a label and optional icon.
149 const gfx::ImageSkia& icon,
174 // Append a submenu with an icon to this menu.
178 const gfx::ImageSkia& icon);
192 // Appends a menu item with an icon. This is for the menu item which
193 // needs an icon. Calling this function forces the Menu class to draw
197 const gfx::ImageSkia& icon);
204 const gfx::ImageSkia& icon,
245 // Sets the icon for the descendant identified by item_id.
246 void SetIcon(const gfx::ImageSkia& icon, in
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11wm.c44 void X11_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask) argument
63 /* The icon must use the default visual, depth and colormap of the
75 sicon = SDL_CreateRGBSurface(SDL_SWSURFACE, icon->w, icon->h,
90 if(icon->format->palette) {
91 /* The icon has a palette as well - we just have to
93 nwant = icon->format->palette->ncolors;
94 SDL_memcpy(want, icon->format->palette->colors,
172 bounds.w = icon->w;
173 bounds.h = icon
244 X11_SetCaptionNoLock(_THIS, const char *title, const char *icon) argument
309 X11_SetCaption(_THIS, const char *title, const char *icon) argument
[all...]
/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_caption_button_container_view.cc153 CaptionButtonIcon icon,
158 button_icon_id_map_[icon] = ButtonIconIds(icon_image_id,
166 if (buttons[i]->icon() == icon) {
167 buttons[i]->SetImages(icon,
293 CaptionButtonIcon icon,
298 if (button->icon() == icon &&
306 button_icon_id_map_.find(icon);
308 button->SetImages(icon,
152 SetButtonImages( CaptionButtonIcon icon, int icon_image_id, int inactive_icon_image_id, int hovered_background_image_id, int pressed_background_image_id) argument
292 SetButtonIcon(FrameCaptionButton* button, CaptionButtonIcon icon, Animate animate) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DsourcesView.css86 .editor-container-unsaved-committed-changes-icon {
127 .source-frame-infobar-icon {
137 .source-frame-infobar-info .source-frame-infobar-icon {
141 .source-frame-infobar-warning .source-frame-infobar-icon {
145 .source-frame-infobar-error .source-frame-infobar-icon {
/external/chromium_org/ui/base/models/
H A Dsimple_menu_model.cc21 gfx::Image icon; member in struct:ui::SimpleMenuModel::Item
246 void SimpleMenuModel::SetIcon(int index, const gfx::Image& icon) { argument
247 items_[ValidateItemIndex(index)].icon = icon;
279 if (!i->icon.IsEmpty())
347 bool SimpleMenuModel::GetIconAt(int index, gfx::Image* icon) { argument
349 return delegate_->GetIconForCommandId(GetCommandIdAt(index), icon);
352 if (items_[index].icon.IsEmpty())
355 *icon = items_[index].icon;
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_video.c1697 * Sets/Gets the title and icon text of the display window, if any.
1699 void SDL_WM_SetCaption (const char *title, const char *icon) argument
1711 if ( icon ) {
1715 video->wm_icon = SDL_strdup(icon);
1717 if ( (title || icon) && (video->SetCaption != NULL) ) {
1728 void SDL_WM_GetCaption (char **title, char **icon) argument
1736 if ( icon ) {
1737 *icon = video->wm_icon;
1744 static void CreateMaskFromColorKeyOrAlpha(SDL_Surface *icon, Uint8 *mask, int flags) argument
1748 #define SET_MASKBIT(icon,
1802 SDL_WM_SetIcon(SDL_Surface *icon, Uint8 *mask) argument
[all...]
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Ddirectory_tree.js90 ' <span class="expand-icon"></span>' +
91 ' <span class="icon"></span>' +
142 * The element containing the label text and the icon.
194 var icon = this.querySelector('.icon');
195 icon.classList.add('volume-icon');
198 icon.setAttribute('volume-type-icon', location.rootType);
200 icon
[all...]
/external/chromium_org/ui/gfx/
H A Dicon_util.cc66 // There is no source icon larger than 48x48, so do not create any
141 // The icon images appear in the icon file in same order in which their
143 // this array sorted. Also note that the maximum icon image size we can handle
147 8, // Recommended by the MSDN as a nice to have icon size.
149 14, // Recommended by the MSDN as a nice to have icon size.
150 16, // Toolbar, Application and Shell icon sizes.
151 22, // Recommended by the MSDN as a nice to have icon size.
153 32, // Toolbar, Dialog and Wizard icon size.
155 48, // Alt+Tab icon siz
229 HICON icon = ::CreateIconIndirect(&icon_info); local
235 CreateSkBitmapFromHICON(HICON icon, const gfx::Size& s) argument
303 CreateSkBitmapFromHICON(HICON icon) argument
371 CreateSkBitmapFromHICONHelper(HICON icon, const gfx::Size& s) argument
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_install_prompt.h181 const gfx::Image& icon() const { return icon_; } function in class:ExtensionInstallPrompt::Prompt
182 void set_icon(const gfx::Image& icon) { icon_ = icon; } argument
230 // The icon to be displayed.
337 SkBitmap* icon,
348 const SkBitmap* icon,
396 SkBitmap* icon);
415 // Sets the icon that will be used in any UI. If |icon| is NULL, or contains
416 // an empty bitmap, then a default icon wil
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dcreate_application_shortcut_view.cc58 // AppInfoView shows the application icon and title.
63 const gfx::ImageFamily& icon);
69 // Updates the icon of the web app.
78 const base::string16& description, const gfx::ImageFamily& icon);
93 const gfx::ImageFamily& icon)
97 Init(title, description, icon);
102 const gfx::ImageFamily& icon) {
104 UpdateIcon(icon);
175 // Get the icon closest to the desired preview size.
176 const gfx::Image* icon local
91 AppInfoView(const base::string16& title, const base::string16& description, const gfx::ImageFamily& icon) argument
100 Init(const base::string16& title_text, const base::string16& description_text, const gfx::ImageFamily& icon) argument
455 const gfx::Image* icon = shortcut_info_.favicon.GetBest(0, 0); local
[all...]
/external/chromium_org/chrome/browser/ui/app_list/
H A Dfast_show_pickler.cc165 gfx::ImageSkia icon;
166 if (!UnpickleImage(it, &icon))
168 result->SetIcon(icon, has_shadow);
181 if (!PickleImage(pickle, item->icon()))
189 dest_item->SetIcon(src_item->icon(), src_item->has_shadow());
/external/chromium_org/chrome/browser/ui/extensions/
H A Dextension_install_ui_default.cc69 const SkBitmap& icon) {
72 chrome::ShowExtensionInstalledBubble(extension, browser, icon);
221 const SkBitmap* icon) {
262 ShowExtensionInstalledBubble(extension, current_profile, *icon);
270 ShowExtensionInstalledBubble(extension, current_profile, *icon);
67 ShowExtensionInstalledBubble(const extensions::Extension* extension, Profile* profile, const SkBitmap& icon) argument
220 OnInstallSuccess(const Extension* extension, const SkBitmap* icon) argument
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dnetwork_dropdown.cc90 gfx::Image icon; local
91 if (model->GetIconAt(i, &icon)) {
92 SkBitmap icon_bitmap = icon.ToImageSkia()->GetRepresentation(
94 item->SetString("icon", webui::GetBitmapDataUrl(icon_bitmap));
197 base::StringValue icon(icon_str);
199 title, icon);
/external/chromium_org/ash/system/user/
H A Duser_card_view.cc64 views::ImageView* icon = new views::ImageView; local
65 icon->SetImage(ui::ResourceBundle::GetSharedInstance()
68 AddChildView(icon);
366 views::View* icon = CreateIcon(user::LOGGED_IN_PUBLIC, 0); local
367 AddChildView(icon);
368 int details_max_width = max_width - icon->GetPreferredSize().width() -
375 views::View* icon = CreateIcon(login_status, multiprofile_index); local
376 AddChildView(icon);
459 RoundedImageView* icon = local
462 icon
[all...]
/external/chromium_org/chrome/browser/profiles/
H A Davatar_menu.cc86 const gfx::Image& icon)
87 : icon(icon),
84 Item(size_t menu_index, size_t profile_index, const gfx::Image& icon) argument
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dnetwork_dropdown.js147 * Sets title and icon.
149 * @param {string} icon Icon in dataURL format.
151 setTitle: function(title, icon) {
152 this.title_.firstElementChild.src = icon;
210 if (item.icon)
211 image.src = item.icon;
392 * @param {!Object} icon Icon to be displayed.
394 DropDown.updateNetworkTitle = function(title, icon) {
396 $(DropDown.activeElementId_).setTitle(title, icon);
/external/chromium_org/chrome/browser/resources/options/
H A Dautofill_options_list.js71 * @param {Array} entry An array of the form [guid, label, icon].
79 el.icon = entry[2];
100 // The credit card icon.
101 var icon = this.ownerDocument.createElement('img');
102 icon.src = this.icon;
103 icon.alt = this.description;
104 this.contentElement.appendChild(icon);
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_types.cc119 const gfx::Image& icon,
125 icon(icon),
115 SuggestionState( bool visible, const base::string16& vertically_compact_text, const base::string16& horizontally_compact_text, const gfx::Image& icon, const base::string16& extra_text, const gfx::Image& extra_icon) argument
/external/chromium_org/chrome/browser/ui/location_bar/
H A Dorigin_chip_info_unittest.cc135 EXPECT_EQ(IDR_PRODUCT_LOGO_16, info()->icon());
144 EXPECT_EQ(IDR_PRODUCT_LOGO_16, info()->icon());
147 EXPECT_NE(IDR_PRODUCT_LOGO_16, info()->icon());
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_popup_view_views.cc92 // Draw the Autofill icon, if one exists
96 int icon = controller_->GetIconResourceID(controller_->icons()[index]); local
97 DCHECK_NE(-1, icon);
98 const gfx::ImageSkia* image = rb.GetImageSkiaNamed(icon);

Completed in 390 milliseconds

1234567891011>>