Searched refs:getIcon (Results 1 – 21 of 21) sorted by relevance
86 Alert: PASS: typeof this.getIcon = function87 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…
169 expect('typeof this.getIcon', 'function');172 expectError('this.getIcon()');173 expectError('this.getIcon(1, 2)');
39 public static final Icon SmaliIcon = IconLoader.getIcon("/icons/smali.png");
59 @Override public Icon getIcon() { in getIcon() method in SmaliFileType
60 @Nullable @Override public Icon getIcon() { in getIcon() method in SmaliColorsPage
87 public Drawable getIcon() { in getIcon() method in TestMenuItem
37 def getIcon(): function
47 def getIcon(): function
57 def getIcon(): function
58 def getIcon(): function
75 def getIcon(): function
77 def getIcon(): function
81 def getIcon(): function
100 def getIcon(): function
95 def getIcon(): function
54 self.myicon = img_favicon.getIcon()
1153 def getIcon(): function
187 bool getIcon(CJS_Runtime* pRuntime,375 JS_STATIC_METHOD(getIcon, Document);
1259 bool Document::getIcon(CJS_Runtime* pRuntime, in getIcon() function in Document