HomeSort by relevance Sort by last modified time
    Searched defs:Icon (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/content/public/common/
manifest.cc 9 const double Manifest::Icon::kDefaultDensity = 1;
12 Manifest::Icon::Icon()
16 Manifest::Icon::~Icon() {
manifest.h 30 // Structure representing an icon as per the Manifest specification, see:
31 // http://w3c.github.io/manifest/#dfn-icon-object
32 struct CONTENT_EXPORT Icon {
33 Icon();
34 ~Icon();
36 // MUST be a valid url. If an icon doesn't have a valid URL, it will not be
83 std::vector<Icon> icons;
  /external/pdfium/fpdfsdk/src/javascript/
Icon.cpp 12 #include "../../include/javascript/Icon.h"
14 /* ---------------------- Icon ---------------------- */
26 IMPLEMENT_JS_CLASS(CJS_Icon,Icon)
28 Icon::Icon(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject),
34 Icon::~Icon()
39 void Icon::SetStream(CPDF_Stream* pIconStream)
45 CPDF_Stream* Icon::GetStream()
50 void Icon::SetIconName(CFX_WideString name)
    [all...]
  /external/pdfium/fpdfsdk/include/javascript/
Icon.h 10 class Icon : public CJS_EmbedObj
13 Icon(CJS_Object* pJSObject);
14 virtual ~Icon();
38 JS_STATIC_PROP(name, Icon);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
ExpectedKeyVisual.java 29 * There are two types of expected visual, an integer icon id and a string label.
37 return new Icon(iconId);
49 * This class represents an integer icon id.
51 private static class Icon extends ExpectedKeyVisual {
54 Icon(final int iconId) {
90 return (visual instanceof Icon) && mIconId == ((Icon)visual).mIconId;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 7 the use of a particular widget or icon type, etc. I also hope that
208 class Icon:
312 i1 = Icon("ICON1")
313 i2 = Icon("ICON2")
314 i3 = Icon("ICON3")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 7 the use of a particular widget or icon type, etc. I also hope that
208 class Icon:
312 i1 = Icon("ICON1")
313 i2 = Icon("ICON2")
314 i3 = Icon("ICON3")
  /bootable/recovery/
ui.h 40 enum Icon { NONE, INSTALLING_UPDATE, ERASING, NO_COMMAND, ERROR };
41 virtual void SetBackground(Icon icon) = 0;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSTile.java 316 public static abstract class Icon {
321 return Icon.class.hashCode();
325 public static class ResourceIcon extends Icon {
326 private static final SparseArray<Icon> ICONS = new SparseArray<Icon>();
334 public static Icon get(int resId) {
335 Icon icon = ICONS.get(resId); local
336 if (icon == null) {
337 icon = new ResourceIcon(resId)
400 public Icon icon; field in class:QSTile.State
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 356 milliseconds