Home
last modified time | relevance | path

Searched refs:getIcon (Results 1 – 21 of 21) sorted by relevance

/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt86 Alert: PASS: typeof this.getIcon = function
87 Alert: PASS: this.getIcon() threw error Document.getIcon: Incorrect number of parameters passed to …
88 Alert: PASS: this.getIcon(1, 2) threw error Document.getIcon: Incorrect number of parameters passed…
Ddocument_methods.in169 expect('typeof this.getIcon', 'function');
172 expectError('this.getIcon()');
173 expectError('this.getIcon(1, 2)');
/external/smali/smalidea/src/main/java/org/jf/smalidea/
DSmaliIcons.java39 public static final Icon SmaliIcon = IconLoader.getIcon("/icons/smali.png");
DSmaliFileType.java59 @Override public Icon getIcon() { in getIcon() method in SmaliFileType
DSmaliColorsPage.java60 @Nullable @Override public Icon getIcon() { in getIcon() method in SmaliColorsPage
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/view/
DTestMenuItem.java87 public Drawable getIcon() { in getIcon() method in TestMenuItem
/external/sonivox/jet_tools/JetCreator/
Dimg_Paste.py37 def getIcon(): function
Dimg_Copy.py47 def getIcon(): function
Dimg_favicon.py57 def getIcon(): function
Dimg_Print.py58 def getIcon(): function
Dimg_New.py57 def getIcon(): function
Dimg_Open.py75 def getIcon(): function
Dimg_Undo.py77 def getIcon(): function
Dimg_Redo.py75 def getIcon(): function
Dimg_Find.py81 def getIcon(): function
Dimg_Cut.py100 def getIcon(): function
Dimg_Save.py95 def getIcon(): function
DJetCreator.py54 self.myicon = img_favicon.getIcon()
Dimg_splash.py1153 def getIcon(): function
/external/pdfium/fpdfsdk/javascript/
DDocument.h187 bool getIcon(CJS_Runtime* pRuntime,
375 JS_STATIC_METHOD(getIcon, Document);
DDocument.cpp1259 bool Document::getIcon(CJS_Runtime* pRuntime, in getIcon() function in Document