Searched refs:icon (Results 276 - 300 of 499) sorted by relevance

<<11121314151617181920

/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node.h135 void set_favicon(const gfx::Image& icon) { favicon_ = icon; } argument
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
H A DNotification.cpp55 KURL iconUrl = options.icon().isEmpty() ? KURL() : context->completeURL(options.icon());
H A DNotification.h76 String icon() const { return m_iconUrl; } function in class:blink::Notification
/external/chromium_org/ui/message_center/views/
H A Dnotifier_settings_view.cc51 // The width of the learn more icon in pixels.
277 // showing 'icon'.
292 // Since there may never be an icon (but that could change at a later time),
293 // we own the icon view here.
334 UpdateIconImage(notifier_->icon);
341 const gfx::Image& icon) {
344 notifier_->icon = icon;
345 if (!icon.IsEmpty()) {
346 icon_view_->SetImage(icon
340 UpdateIconImage( const gfx::Image& icon) argument
516 UpdateIconImage(const NotifierId& notifier_id, const gfx::Image& icon) argument
[all...]
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dtree.js232 * displayed next to all nodes. Icons can be set using the treeItem's icon
253 '<span class=expand-icon></span>' +
429 * The element containing the label text and the icon.
448 * The URL for the icon.
451 get icon() {
454 set icon(icon) {
455 return this.labelElement.style.backgroundImage = url(icon);
529 if (e.target.className == 'expand-icon')
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemvideo.h94 SDL_Surface *icon; /* The icon */ member in struct:SDL_PrivateVideoData
136 #define GEM_icon (this->hidden->icon)
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_state_notifier.cc76 const gfx::Image& icon = local
83 icon,
192 const gfx::Image& icon = local
200 icon,
/external/chromium_org/chrome/browser/extensions/
H A Dcontext_menu_matcher.cc81 // extension icon next to it), unless the context menu is an an action menu.
314 const SkBitmap& icon = menu_manager->GetIconForExtension(extension_id); local
315 DCHECK(icon.width() == gfx::kFaviconSize);
316 DCHECK(icon.height() == gfx::kFaviconSize);
318 menu_model_->SetIcon(index, gfx::Image::CreateFrom1xBitmap(icon));
H A Dwebstore_install_helper.h37 // fetching/decoding icon data. Clients must implement the
50 // Called when we've successfully parsed the manifest and decoded the icon
54 const SkBitmap& icon,
58 // indicate whether the problem was with the manifest or icon.
68 // Only one of |icon_data| (based64-encoded icon data) or |icon_url| can be
115 // For fetching the icon, if needed.
121 // Flags for whether we're done doing icon decoding and manifest parsing.
132 // A code to distinguish between an error with the icon, and an error with the
H A Dbookmark_app_helper.cc43 // Overlays a shortcut icon over the bottom left corner of a given image.
160 // Do nothing if there is already an icon of |output_size|.
219 // The tab has navigated away during the icon download. Cancel the bookmark
227 // Add the downloaded icons. Extensions only allow certain icon sizes. First
229 // remaining icons to the closest allowed size that doesn't yet have an icon.
253 const SkBitmap& icon = it->data; local
254 if (!icon.drawsNothing() && icon.width() == icon.height())
255 downloaded_icons.push_back(icon);
[all...]
/external/chromium_org/chrome/browser/ui/autofill/
H A Dnew_credit_card_bubble_controller.cc100 card_desc_.icon = rb.GetImageNamed(
/external/chromium_org/chrome/browser/ui/cocoa/download/
H A Ddownload_item_controller.h137 // Asynchronous icon loading callback.
138 - (void)setIcon:(NSImage*)icon;
/external/chromium_org/chrome/browser/ui/cocoa/panels/
H A Dpanel_titlebar_view_cocoa.h83 - (NSView*)icon;
/external/chromium_org/chrome/browser/ui/passwords/
H A Dmanage_passwords_ui_controller.h26 // Per-tab class to control the Omnibox password icon and bubble.
49 // the manage password icon.
82 // Set the state of the Omnibox icon, and possibly show the associated bubble
84 virtual void UpdateIconAndBubbleState(ManagePasswordsIcon* icon);
142 // manage passwords icon and bubble.
H A Dmanage_passwords_ui_controller.cc73 // display either the bubble or the icon.
244 ManagePasswordsIcon* icon) {
246 // We must display the icon before showing the bubble, as the bubble would
253 icon->SetState(end_state);
257 icon->SetState(state_);
243 UpdateIconAndBubbleState( ManagePasswordsIcon* icon) argument
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_icon_source.h29 // The format for requesting an icon is as follows:
30 // chrome://extension-icon/<extension_id>/<icon_size>/<match_type>?[options]
34 // <icon_size> = the size of the icon, as the integer value of the
49 // 2) If a 16px icon was requested, the favicon for extension's launch URL.
50 // 3) The default extension / application icon if there are still no matches.
57 // Gets the URL of the |extension| icon in the given |icon_size|, falling back
59 // desaturated version of the icon. |exists|, if non-NULL, will be set to true
60 // if the icon exists; false if it will lead to a default or not-present
101 // Loads the extension's |icon| for the given |request_id| and returns the
103 void LoadExtensionImage(const ExtensionResource& icon,
[all...]
/external/chromium_org/ui/login/account_picker/
H A Dscreen_account_picker.js271 * Shows a custom icon in the user pod of |username|. This function
276 * tooltip: ({text: string, autoshow: boolean} | undefined)}} icon
277 * The icon parameters.
279 showUserPodCustomIcon: function(username, icon) {
280 $('pod-row').showUserPodCustomIcon(username, icon);
284 * Hides the custom icon in the user pod of |username| added by
/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_size_button.cc197 // Progress the minimize and close icon morph animations to the end if they
207 switch (to_hover->icon()) {
243 if ((closest_button->icon() == CAPTION_BUTTON_ICON_LEFT_SNAPPED ||
244 closest_button->icon() == CAPTION_BUTTON_ICON_RIGHT_SNAPPED) &&
/external/chromium_org/ash/system/chromeos/brightness/
H A Dtray_brightness.cc103 views::ImageView* icon = new FixedSizedImageView(0, kTrayPopupItemHeight); local
106 icon->SetImage(image.ToImageSkia());
107 AddChildView(icon);
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_screenlock_state_handler.cc121 ScreenlockBridge::UserPodCustomIcon icon = GetIconForState(state_); local
123 if (icon == ScreenlockBridge::USER_POD_CUSTOM_ICON_NONE) {
129 icon_options.SetIcon(icon);
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dapp_launch_splash_screen_handler.cc227 if (app.icon.isNull()) {
228 app.icon = *ResourceBundle::GetSharedInstance().GetImageSkiaNamed(
233 out_info->SetString("iconURL", webui::GetBitmapDataUrl(*app.icon.bitmap()));
/external/chromium_org/ui/base/models/
H A Dsimple_menu_model.h49 // Gets the icon for the item with the specified id, returning true if there
50 // is an icon, false otherwise.
52 gfx::Image* icon) const;
126 // Sets the icon for the item at |index|.
127 void SetIcon(int index, const gfx::Image& icon);
156 virtual bool GetIconAt(int index, gfx::Image* icon) OVERRIDE;
/external/sonivox/jet_tools/JetCreator/
H A Dimg_Copy.py48 icon = EmptyIcon()
49 icon.CopyFromBitmap(getBitmap())
50 return icon
/external/chromium_org/ui/app_list/views/
H A Dapp_list_item_view.cc49 // Scale to transform the icon when a drag starts.
113 SetIcon(item->icon(), item->has_shadow());
131 void AppListItemView::SetIcon(const gfx::ImageSkia& icon, bool has_shadow) { argument
132 // Clear icon and bail out if item icon is empty.
133 if (icon.isNull()) {
139 icon,
538 SetIcon(item_weak_->icon(), item_weak_->has_shadow());
/external/chromium_org/third_party/polymer/components-chromium/core-component-page/
H A Dcore-component-page-extracted.js231 * image file. This list must be ordered the same as the icon images
241 * The size of an individual icon. Note that icons must be square.
250 * The horizontal offset of the icon images in the inconset src image.
260 * The vertical offset of the icon images in the inconset src image.
319 * `icon` and `theme`. It's uncommon to call this method. It is useful,
324 * @param {String|Number} icon The name of the icon or the index of the
325 * icon within in the icon image.
327 * @returns {Object} An object specifying the offset of the given icon
[all...]

Completed in 532 milliseconds

<<11121314151617181920