HomeSort by relevance Sort by last modified time
    Searched refs:icon (Results 251 - 275 of 1018) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/extensions/
app_icon_loader_impl.h 40 // Builds image for given |id| and |icon|.
41 void BuildImage(const std::string& id, const gfx::ImageSkia& icon);
45 // The delegate object which receives the icon images. No ownership.
  /external/chromium_org/chrome/browser/resources/task_manager/
commands.js 54 // The 'title' column contains the icon.
56 chrome.send('setUpdateColumn', ['icon', isEnabled]);
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_models.cc 44 const gfx::Image& icon) {
46 SetIcon(items_.size() - 1, icon);
61 const gfx::Image& icon) {
62 AddKeyedItemWithIcon(key, display_label, icon);
  /external/chromium_org/chrome/browser/ui/cocoa/status_icons/
status_icon_mac.h 30 virtual void DisplayBalloon(const gfx::ImageSkia& icon,
58 // Status menu shown when right-clicking the system icon, if it has been
  /external/chromium_org/chrome/browser/ui/gtk/
avatar_menu_button_gtk.h 38 // Sets the image to display on the button, typically the profile icon.
39 void SetIcon(const gfx::Image& icon, bool is_gaia_picture);
script_bubble_gtk.h 46 void OnIconLoaded(const std::string& extension_id, const gfx::Image& icon);
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
menu_util.h 20 const gfx::Image& icon);
  /external/chromium_org/chrome/browser/ui/views/autofill/
decorated_textfield.h 34 // Sets the icon to be displayed inside the textfield at the end of the
36 void SetIcon(const gfx::Image& icon);
56 // The icon that goes at the right side of the textfield.
  /external/chromium_org/chrome/browser/ui/views/
avatar_menu_button.h 39 virtual void SetAvatarIcon(const gfx::Image& icon, bool is_gaia_picture);
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_icon_linux_wrapper.h 24 virtual void DisplayBalloon(const gfx::ImageSkia& icon,
44 // A status icon wrapper should only be created by calling
  /external/chromium_org/chrome/browser/ui/webui/
fileicon_source.h 48 // Contains the necessary information for completing an icon fetch request.
62 gfx::Image* icon);
  /external/chromium_org/ui/app_list/views/
app_list_menu_views.cc 28 const gfx::ImageSkia& icon) {
54 image_view->SetImage(icon);
79 const gfx::ImageSkia& icon)
81 AddChildView(new CurrentUserView(user_name, user_email, icon));
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_syswm.cc 31 void BE_SetWMCaption(_THIS, const char *title, const char *icon)
  /frameworks/base/services/input/
SpriteController.h 55 * Icon that a sprite displays, including its hotspot.
104 virtual void setIcon(const SpriteIcon& icon) = 0;
186 SpriteIcon icon; member in struct:android::SpriteController::SpriteState
201 return visible && alpha > 0.0f && icon.isValid();
219 virtual void setIcon(const SpriteIcon& icon);
  /packages/apps/Launcher3/protos/
backup.proto 26 ICON = 3;
66 optional bytes icon = 18;
83 optional Resource icon = 4;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
ViewElementDescriptor.java 176 * Returns an optional icon for the element.
178 * By default this tries to return an icon based on the XML name of the element.
179 * If this fails, it tries to return the default element icon as defined in the
182 * @return An icon for this element or null.
199 Image icon = factory.getIcon(name); local
200 if (icon == null) {
201 icon = AdtPlugin.getAndroidLogo();
204 return icon;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintOverlay.java 35 * The {@link LintOverlay} paints an icon over each view that contains at least one
36 * lint error (unless the view is smaller than the icon)
71 Image icon = getWarningIcon(); local
72 ImageData imageData = icon.getImageData();
115 icon = isError ? getErrorIcon() : getWarningIcon();
117 gc.drawImage(icon, x, y);
  /bootable/recovery/
screen_ui.cpp 94 // background is not cleared or draw with the base icon first; we
107 // Clear the screen and draw the currently selected background icon (if any).
109 void ScreenRecoveryUI::draw_background_locked(Icon icon)
115 if (icon) {
116 gr_surface surface = backgroundIcon[icon];
117 gr_surface text_surface = backgroundText[icon];
131 if (icon == INSTALLING_UPDATE || icon == ERASING) {
445 void ScreenRecoveryUI::SetBackground(Icon icon
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarUsage.java 60 Drawable icon = menu.findItem(mSortMode).getIcon(); local
61 menu.findItem(R.id.action_sort).setIcon(icon);
77 // Request a call to onPrepareOptionsMenu so we can change the sort icon
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarUsage.java 62 Drawable icon = menu.findItem(mSortMode).getIcon(); local
63 menu.findItem(R.id.action_sort).setIcon(icon);
79 // Request a call to onPrepareOptionsMenu so we can change the sort icon
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_app_registry.cc 178 const google_apis::DriveAppIcon& icon = *app.icons()[j]; local
179 if (icon.icon_url().is_empty())
181 if (icon.category() == google_apis::DriveAppIcon::APPLICATION)
182 app_icons.push_back(std::make_pair(icon.icon_side_length(),
183 icon.icon_url()));
184 if (icon.category() == google_apis::DriveAppIcon::DOCUMENT)
185 document_icons.push_back(std::make_pair(icon.icon_side_length(),
186 icon.icon_url()));
  /external/chromium_org/chrome/browser/notifications/
notification.h 23 // data url converted from text + icon data. On Ash they are rendered as
24 // formated text and icon data.
45 // Initializes a notification with text content and an icon image. Currently
48 const gfx::Image& icon,
61 const gfx::Image& icon,
81 // A url for the icon to be shown (optional).
108 // URL for the icon associated with the notification. Requires delegate_
  /external/chromium_org/chrome/browser/resources/options/
manage_profile_overlay.css 9 .profile-icon-grid-item {
16 .profile-icon {
58 #create-profile-icon-grid,
59 #manage-profile-icon-grid {
  /external/chromium_org/chrome/browser/resources/print_preview/search/
destination_list_item.css 22 .destination-list-item-icon {
  /external/chromium_org/chrome/browser/resources/ssl/
firefox.css 37 .icon {

Completed in 1338 milliseconds

<<11121314151617181920>>