HomeSort by relevance Sort by last modified time
    Searched full:icons (Results 176 - 200 of 723) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium/chrome/common/
web_apps.h 56 // Set of available icons.
57 std::vector<IconInfo> icons; member in struct:WebApplicationInfo
  /external/webkit/Source/WebKit/mac/Misc/
WebIconDatabasePrivate.h 34 // Sent when all icons are removed from the database. The object of the notification is
40 // Key to store the path to look for old style icons in to convert to the new icon db
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlBar.java 36 // Space between indicator icons.
98 // We want the icons to be square (size x size)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
FolderDecorator.java 35 * This is used to add android icons in some special folders in the package explorer.
42 mDescriptor = AdtPlugin.getImageDescriptor("/icons/android_project.png"); //$NON-NLS-1$
  /external/bluetooth/glib/gio/
gemblemedicon.h 46 * An implementation of #GIcon for icons with emblems.
gthemedicon.h 44 * An implementation of #GIcon for themed icons.
  /external/chromium/chrome/browser/autofill/
autofill_host.h 45 virtual void AutoFillSuggestionsReturned(const std::vector<string16>& values, const std::vector<string16>& labels, const std::vector<string16>& icons, const std::vector<int>& unique_ids) = 0;
  /external/chromium/chrome/browser/extensions/
extension_context_menu_model.h 19 // The menu model for the context menu for extension action icons (browser and
  /external/chromium/chrome/browser/resources/file_manager/
manifest.json 8 "icons": {
  /external/chromium/chrome/browser/resources/
menu.css 78 /* TODO(oshima): get right icons from UX designer */
  /external/chromium/chrome/browser/ui/gtk/status_icons/
status_icon_gtk.cc 39 // pressed status icons.
  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
AutoFillHostAndroid.h 46 virtual void AutoFillSuggestionsReturned(const std::vector<string16>& names, const std::vector<string16>& labels, const std::vector<string16>& icons, const std::vector<int>& uniqueIds);
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpa_gui.pro 49 RESOURCES += icons.qrc
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpa_gui.pro 56 RESOURCES += icons.qrc
  /frameworks/base/core/res/res/values-land/
dimens.xml 32 <!-- Vertical padding around action bar icons. -->
  /frameworks/base/docs/html/design/building-blocks/
buttons.jd 35 use borderless buttons with both icons and text. Borderless buttons are visually more lightweight
  /packages/apps/LegacyCamera/src/com/android/camera/
ModePicker.java 209 // Enable or disable the icons.
226 // Grey-out the unselected icons for Phone UI.
233 // Update the current mode icons on the Phone UI. The selected mode
242 // Set the icons in order of camera, video and panorama.
  /packages/apps/Mms/src/com/android/mms/ui/
IconListAdapter.java 33 * An adapter to store icons.
  /packages/apps/QuickSearchBox/res/layout/
web_search_suggestion.xml 22 <!-- Icons come first in the layout, since their placement doesn't depend on
  /packages/apps/Settings/res/values/
dimens.xml 50 <!-- Size of icons in the top-level of settings -->
  /packages/inputmethods/LatinIME/java/res/values/
keyboard-icons-ics.xml 19 <!-- Keyboard icons -->
  /external/chromium/chrome/browser/autocomplete/
autocomplete_match.cc 64 int icons[NUM_TYPES] = { local
77 DCHECK(arraysize(icons) == NUM_TYPES);
78 return icons[type];
  /external/chromium/chrome/browser/
icon_manager.h 5 // Class for finding and caching Windows explorer icons. The IconManager
12 // Windows files have icons associated with them that can be of two types:
28 // POSIX files don't have associated icons. We query the OS by the file's
  /external/chromium/chrome/common/extensions/docs/static/
apps.html 90 "icons": {
152 <a href="manifest.html#icons">"icons" field</a>
  /external/webkit/Source/WebKit/chromium/src/
AutoFillPopupMenuClient.h 107 const WebVector<WebString>& icons,
113 const WebVector<WebString>& icons,
131 // The names, labels and icons that make up the contents of the menu items.

Completed in 741 milliseconds

1 2 3 4 5 6 78 91011>>