Searched refs:getAttribute (Results 101 - 125 of 477) sorted by relevance

1234567891011>>

/external/javassist/src/main/javassist/
H A DCtNewNestedClass.java42 InnerClassesAttribute ica = (InnerClassesAttribute)cf.getAttribute(
H A DCtBehavior.java159 mi.getAttribute(AnnotationsAttribute.invisibleTag);
161 mi.getAttribute(AnnotationsAttribute.visibleTag);
181 mi.getAttribute(AnnotationsAttribute.invisibleTag);
183 mi.getAttribute(AnnotationsAttribute.visibleTag);
223 mi.getAttribute(AnnotationsAttribute.invisibleTag);
225 mi.getAttribute(AnnotationsAttribute.visibleTag);
273 mi.getAttribute(ParameterAnnotationsAttribute.invisibleTag);
275 mi.getAttribute(ParameterAnnotationsAttribute.visibleTag);
312 * <ul><pre>getMethodInfo().getAttribute(SignatureAttribute.tag)
455 public byte[] getAttribute(Strin method in class:CtBehavior
[all...]
H A DCtMember.java37 public byte[] getAttribute(String name) { return null; } method in class:CtMember.Cache
282 public abstract byte[] getAttribute(String name); method in class:CtMember
/external/proguard/src/proguard/classfile/
H A DProgramMember.java75 private Attribute getAttribute(Clazz clazz, String name) method in class:ProgramMember
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMarqueeElement.js60 return this.getAttribute(attributeName) || '';
183 var value = this.getAttribute(name);
191 var value = this.getAttribute('scrollamount');
206 var value = this.getAttribute('scrolldelay');
221 var value = this.getAttribute('loop');
H A DHTMLAnchorElement.cpp247 const AtomicString& value = getAttribute(draggableAttr);
257 return document().completeURL(stripLeadingAndTrailingHTMLSpaces(getAttribute(hrefAttr)));
277 return getAttribute(hrefAttr);
317 const AtomicString& pingValue = getAttribute(pingAttr);
360 FrameLoadRequest frameRequest(&document(), request, getAttribute(targetAttr));
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DNameSpaceChecker.java205 else if ( (r.returnScope!=null&&r.returnScope.getAttribute(attrName)!=null) ||
206 (r.parameterScope!=null&&r.parameterScope.getAttribute(attrName)!=null) )
233 else if ( r.ruleScope!=null && r.ruleScope.getAttribute(label.getText())!=null ) {
237 else if ( (r.returnScope!=null&&r.returnScope.getAttribute(label.getText())!=null) ||
238 (r.parameterScope!=null&&r.parameterScope.getAttribute(label.getText())!=null) )
/external/smack/src/com/kenai/jbosh/
H A DBOSHClient.java728 return msg.getAttribute(Attributes.PAUSE) != null;
740 return TERMINATE.equals(msg.getAttribute(Attributes.TYPE));
758 String str = respBody.getAttribute(Attributes.CONDITION);
963 + exch.getRequest().getAttribute(
1253 return ERROR.equals(resp.getAttribute(Attributes.TYPE));
1272 req.getAttribute(Attributes.PAUSE));
1306 if (resp.getAttribute(Attributes.REPORT) != null) {
1311 String acked = resp.getAttribute(Attributes.ACK);
1315 ackUpTo = Long.parseLong(req.getAttribute(Attributes.RID));
1328 pending.getAttribute(Attribute
[all...]
/external/chromium_org/sync/tools/testserver/
H A Dxmppserver.py46 if xml_element.getAttribute('xmlns') is None:
274 if (stanza.getAttribute('type') != type or
279 return stanza.getAttribute('id')
283 domain = stanza.getAttribute('to')
432 elif stanza.tagName == 'iq' and stanza.getAttribute('type') == 'result':
465 stanza.setAttribute('id', iq.getAttribute('id'))
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Ddom_util.js469 var labelNodeIds = node.getAttribute('aria-labelledby').split(' ');
478 label = node.getAttribute('aria-label');
534 label = node.getAttribute('value');
540 label = node.getAttribute('value');
546 label = node.getAttribute('value');
647 var placeholder = node.getAttribute('placeholder');
667 return node.getAttribute('title');
780 (node.getAttribute('aria-label') == '')) ||
782 (node.getAttribute('aria-title') == '')))) {
965 var attrValue = element.getAttribute('ari
[all...]
/external/apache-http/src/org/apache/http/impl/client/
H A DAbstractAuthenticationHandler.java119 AuthSchemeRegistry registry = (AuthSchemeRegistry) context.getAttribute(
125 List<?> authPrefs = (List<?>) context.getAttribute(
/external/chromium_org/chrome/browser/resources/options/
H A Dautofill_edit_address_overlay.js196 address[lists[i].getAttribute('field')] =
202 address[fields[i].getAttribute('field')] = fields[i].value;
219 lists[i], address[lists[i].getAttribute('field')] || []);
224 fields[i].value = address[fields[i].getAttribute('field')] || '';
H A Deditable_text_field.js60 var identifier = this.getAttribute('i18n-placeholder-text');
86 return this.getAttribute('placeholder-text');
/external/chromium_org/components/policy/resources/
H A DPRESUBMIT.py87 if e.getAttribute('name') == 'EnterprisePolicies'][0]
88 policy_ids = frozenset([int(e.getAttribute('value'))
/external/chromium_org/content/renderer/
H A Dsavable_resources.cc169 if (LowerCaseEqualsASCII(element.getAttribute("type"), "text/css")) {
178 WebString value = element.getAttribute(WebString::fromUTF8(attribute_name));
/external/chromium_org/remoting/tools/
H A Dverify_resources.py48 name = res.getAttribute("name")
52 if 'android_java' in res.getAttribute('formatter_data'):
/external/chromium_org/ui/webui/resources/js/chromeos/
H A Dui_account_tweaks.js74 var visibility = element.getAttribute(sessionType +'-visibility');
/external/chromium_org/ui/webui/resources/js/
H A Di18n_template_no_process.js126 var attribute = element.getAttribute(name);
/external/smack/src/org/jivesoftware/smack/
H A DBOSHPacketReader.java68 connection.sessionID = body.getAttribute(BodyQName.create(BOSHConnection.BOSH_URI, "sid"));
71 connection.authID = body.getAttribute(BodyQName.create(BOSHConnection.BOSH_URI, "authid"));
/external/apache-http/src/org/apache/http/impl/
H A DDefaultConnectionReuseStrategy.java95 context.getAttribute(ExecutionContext.HTTP_CONNECTION);
/external/apache-http/src/org/apache/http/protocol/
H A DResponseConnControl.java100 context.getAttribute(ExecutionContext.HTTP_REQUEST);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
H A Dcontext_menu_widget.js26 var menuListJSON = curr.getAttribute(CONTEXT_MENU_ATTR);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dsettings_format_browsertest.js155 if (!element.getAttribute('value'))
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dphishing_dom_feature_extractor.cc245 element.getAttribute("href"));
280 element.getAttribute("action"));
303 element.getAttribute("src"));
325 std::string type = element.getAttribute("type").utf8();
/external/chromium_org/native_client_sdk/src/examples/api/var_dictionary/
H A Dexample.js15 var id = functionEl.getAttribute('id');

Completed in 777 milliseconds

1234567891011>>