HomeSort by relevance Sort by last modified time
    Searched refs:icon (Results 226 - 250 of 1109) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_data.cc 45 const char kKeyIcon[] = "icon";
49 // Icon file extension.
88 // Loads locally stored icon data and decode it.
120 // Loads the icon from locally stored |icon_path_| on the blocking pool
190 // Use WebstoreInstallHelper to parse the manifest and decode the icon.
206 "", // No icon data.
227 const SkBitmap& icon,
240 client_->OnWebstoreParseSuccess(icon);
382 void KioskAppData::SetCache(const std::string& name, const SkBitmap& icon) {
383 icon_ = gfx::ImageSkia::CreateFrom1xBitmap(icon);
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
manage_profile_overlay.css 9 .profile-icon-grid-item {
16 .profile-icon {
85 #create-profile-icon-grid,
86 #manage-profile-icon-grid {
130 html[dir='ltr'] #delete-profile-icon {
135 html[dir='rtl'] #delete-profile-icon {
  /external/chromium_org/chrome/browser/task_manager/
panel_information.cc 88 gfx::Image icon = panel_->GetCurrentPageIcon(); local
89 return icon.IsEmpty() ? gfx::ImageSkia() : *icon.ToImageSkia();
  /external/chromium_org/ui/gfx/
icon_util.h 46 // HICON icon = IconUtil::CreateHICONFromSkBitmap(bitmap);
47 // if (icon == NULL) {
52 // // Use the icon with a WM_SETICON message
54 // reinterpret_cast<LPARAM>(icon));
56 // // Destroy the icon when we are done
57 // ::DestroyIcon(icon);
62 // The size of the large icon entries in .ico files on Windows Vista+.
65 // maximum size Windows will display an icon that does not have a 256x256
69 // The dimensions for icon images in Windows icon files. All sizes are square
    [all...]
  /frameworks/base/core/java/android/content/pm/
ComponentInfo.java 110 * Return the icon resource identifier to use for this component. If
111 * the component defines an icon, that is used; else, the application
112 * icon is used.
114 * @return The icon associated with this component.
117 return icon != 0 ? icon : applicationInfo.icon;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
PaletteMetadataDescriptor.java 68 Image icon = factory.getIcon(mIconName); local
69 if (icon != null) {
70 return icon;
  /development/samples/Home/src/com/example/android/home/
Home.java 165 mApplications.get(i).icon.setCallback(null);
391 info.icon = activityInfo.loadIcon(manager);
510 application.icon = info.activityInfo.loadIcon(manager);
623 Drawable icon = info.icon; local
630 final int iconWidth = icon.getIntrinsicWidth();
631 final int iconHeight = icon.getIntrinsicHeight();
633 if (icon instanceof PaintDrawable) {
634 PaintDrawable painter = (PaintDrawable) icon;
649 icon.getOpacity() != PixelFormat.OPAQUE
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
FolderIcon.java 49 * An icon that can appear on in the workspace representing an {@link UserFolder}.
133 FolderIcon icon = (FolderIcon) LayoutInflater.from(launcher).inflate(resId, group, false); local
135 icon.mFolderName = (BubbleTextView) icon.findViewById(R.id.folder_icon_name);
136 icon.mFolderName.setText(folderInfo.title);
137 icon.mPreviewBackground = (ImageView) icon.findViewById(R.id.preview_background);
139 icon.setTag(folderInfo);
140 icon.setOnClickListener(launcher);
141 icon.mInfo = folderInfo
    [all...]
  /external/chromium_org/ash/frame/caption_buttons/
frame_caption_button_container_view_unittest.cc 66 for (int icon = 0; icon < CAPTION_BUTTON_ICON_COUNT; ++icon) {
68 static_cast<CaptionButtonIcon>(icon),
  /external/chromium_org/ash/system/chromeos/settings/
tray_settings.cc 46 views::ImageView* icon = local
48 icon->SetImage(
50 icon->set_id(test::kSettingsTrayItemViewId);
51 AddChildView(icon);
  /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.
extension_install_ui.h 33 SkBitmap* icon) = 0;
50 // Opens apps UI and animates the app icon for the app with id |app_id|.
  /external/chromium_org/chrome/browser/resources/sync_file_system_internals/
main.css 65 .file-icon {
72 .folder-icon {
  /external/chromium_org/chrome/browser/ui/app_list/search/
app_result.cc 153 gfx::ImageSkia icon = icon_->image_skia(); local
157 icon = gfx::ImageSkiaOperations::CreateHSLShiftedImage(icon, shift);
160 SetIcon(icon);
  /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/autofill/
autofill_textfield.h 56 @property(nonatomic, retain) NSImage* icon; variable
  /external/chromium_org/chrome/browser/ui/cocoa/status_icons/
status_icon_mac.h 30 virtual void DisplayBalloon(const gfx::ImageSkia& icon,
59 // Status menu shown when right-clicking the system icon, if it has been
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
menu_util.h 20 const gfx::Image& icon);
  /external/chromium_org/chrome/browser/ui/toolbar/
origin_chip_info.h 24 // method will be called whenever the icon changes.
39 // Returns the ID of the icon to be displayed by the origin chip. Note that
41 // anything else than NULL, that icon has precedence over whatever this method
43 int icon() const { return icon_; } function in class:OriginChipInfo
66 // The label and icon to be displayed by the origin chip.
71 // extension's icon, when the current page belongs to an extension.
  /external/chromium_org/chrome/browser/ui/views/autofill/
decorated_textfield.cc 62 void DecoratedTextfield::SetIcon(const gfx::Image& icon) {
63 if (!icon_view_ && icon.IsEmpty())
69 if (!icon.IsEmpty()) {
72 icon_view_->SetImage(icon.ToImageSkia());
149 // Adjust the border insets to include the icon and its padding.
162 // Don't show the icon if nothing else is showing.
decorated_textfield.h 39 // Sets the icon to display inside the textfield at the end of the text.
40 void SetIcon(const gfx::Image& icon);
42 // Sets a tooltip for this field. This will override the icon set with
67 // The view that holds the icon at the end of the textfield.
75 // pieces of the textfield disappear (border, background, icon, placeholder
  /external/chromium_org/chrome/browser/ui/views/profiles/
avatar_menu_button.h 45 virtual void SetAvatarIcon(const gfx::Image& icon, bool is_rectangle);
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_icon_linux_wrapper.h 25 virtual void DisplayBalloon(const gfx::ImageSkia& icon,
49 // A status icon wrapper should only be created by calling
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
kiosk_app_menu_handler.cc 34 // Default app icon size.
111 if (!app_data.icon.isNull()) {
112 icon_url = webui::GetBitmapDataUrl(*app_data.icon.bitmap());
113 int width = app_data.icon.width();
114 int height = app_data.icon.height();
116 // If app icon size is larger than default 160x160 then don't provide
  /external/chromium_org/chrome/browser/ui/webui/
fileicon_source.h 47 // Contains the necessary information for completing an icon fetch request.
61 gfx::Image* icon);

Completed in 891 milliseconds

1 2 3 4 5 6 7 8 91011>>