Searched refs:getAttribute (Results 1 - 25 of 344) sorted by relevance

1234567891011>>

/external/apache-http/src/org/apache/http/protocol/
H A DSyncBasicHttpContext.java49 public synchronized Object getAttribute(final String id) { method in class:SyncBasicHttpContext
50 return super.getAttribute(id);
H A DDefaultedHttpContext.java58 public Object getAttribute(final String id) { method in class:DefaultedHttpContext
59 Object obj = this.local.getAttribute(id);
61 return this.defaults.getAttribute(id);
H A DHttpContext.java52 Object getAttribute(String id); method in interface:HttpContext
H A DBasicHttpContext.java60 public Object getAttribute(final String id) { method in class:BasicHttpContext
69 obj = this.parentContext.getAttribute(id);
/external/webkit/Source/WebCore/svg/
H A DSVGHKernElement.cpp70 String u1 = getAttribute(u1Attr);
71 String g1 = getAttribute(g1Attr);
72 String u2 = getAttribute(u2Attr);
73 String g2 = getAttribute(g2Attr);
82 kerningPair.kerning = getAttribute(kAttr).string().toFloat();
H A DSVGVKernElement.cpp68 String u1 = getAttribute(u1Attr);
69 String g1 = getAttribute(g1Attr);
70 String u2 = getAttribute(u2Attr);
71 String g2 = getAttribute(g2Attr);
80 kerningPair.kerning = getAttribute(kAttr).string().toFloat();
H A DSVGFontFaceNameElement.cpp42 return CSSFontFaceSrcValue::createLocal(getAttribute(SVGNames::nameAttr));
H A DSVGAltGlyphElement.cpp78 return getAttribute(SVGNames::glyphRefAttr);
88 return getAttribute(SVGNames::formatAttr);
105 Element* elt = document()->getElementById(getTarget(getAttribute(XLinkNames::hrefAttr)));
H A DSVGFontFaceElement.cpp126 const AtomicString& value = getAttribute(units_per_emAttr);
135 return static_cast<int>(ceilf(getAttribute(x_heightAttr).toFloat()));
146 return m_fontElement->getAttribute(horiz_origin_xAttr).toFloat();
157 return m_fontElement->getAttribute(horiz_origin_yAttr).toFloat();
168 return m_fontElement->getAttribute(horiz_adv_xAttr).toFloat();
179 const AtomicString& value = m_fontElement->getAttribute(vert_origin_xAttr);
194 const AtomicString& value = m_fontElement->getAttribute(vert_origin_yAttr);
208 const AtomicString& value = m_fontElement->getAttribute(vert_adv_yAttr);
221 const AtomicString& ascentValue = getAttribute(ascentAttr);
226 const AtomicString& vertOriginY = m_fontElement->getAttribute(vert_origin_yAtt
[all...]
H A DSVGGlyphElement.cpp128 AtomicString value(element->getAttribute(name));
152 identifier.pathData = parsePathData(element->getAttribute(dAttr));
181 identifier.glyphName = getAttribute(glyph_nameAttr);
182 identifier.orientation = parseOrientation(getAttribute(orientationAttr));
183 identifier.arabicForm = parseArabicForm(getAttribute(arabic_formAttr));
185 String language = getAttribute(SVGNames::langAttr);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DRuleLabelScope.java88 public Attribute getAttribute(String name) { method in class:RuleLabelScope
91 if ( rulePropertiesScope.getAttribute(name)!=null ) {
92 return rulePropertiesScope.getAttribute(name);
96 return referencedRule.returnScope.getAttribute(name);
/external/jmonkeyengine/engine/src/networking/com/jme3/network/
H A DHostedConnection.java83 public <T> T getAttribute( String name ); method in interface:HostedConnection
/external/llvm/lib/DebugInfo/
H A DDWARFAttribute.h24 uint16_t getAttribute() const { return Attribute; } function in class:llvm::DWARFAttribute
/external/webkit/Source/WebCore/dom/
H A DNameNodeList.cpp47 return testNode->getAttribute(nameAttr) == m_nodeName;
/external/webkit/Source/WebCore/html/
H A DHTMLTrackElement.cpp73 return document()->completeURL(getAttribute(srcAttr));
83 return getAttribute(kindAttr);
93 return getAttribute(srclangAttr);
103 return getAttribute(labelAttr);
H A DHTMLNameCollection.cpp64 if (e->getAttribute(nameAttr) == m_name)
74 if (e->getAttribute(nameAttr) == m_name)
77 if (e->getAttribute(nameAttr) == m_name || e->getIdAttribute() == m_name)
80 if ((e->getAttribute(nameAttr) == m_name || e->getIdAttribute() == m_name)
84 if (e->getAttribute(nameAttr) == m_name || (e->getIdAttribute() == m_name && e->hasAttribute(nameAttr)))
H A DHTMLDataGridCellElement.cpp50 return getAttribute(labelAttr);
90 return getAttribute(progressAttr).toInt();
H A DHTMLMetaElement.cpp96 return getAttribute(contentAttr);
101 return getAttribute(http_equivAttr);
106 return getAttribute(nameAttr);
H A DHTMLScriptElement.cpp163 return getAttribute(srcAttr).string();
168 return getAttribute(charsetAttr).string();
173 return getAttribute(typeAttr).string();
178 return getAttribute(languageAttr).string();
183 return getAttribute(forAttr).string();
188 return getAttribute(eventAttr).string();
/external/webkit/Source/WebCore/inspector/front-end/
H A DTextEditorHighlighter.js56 var state = this._textModel.getAttribute(endLine - 1, "highlight");
72 var state = this._textModel.getAttribute(startLine - 1, "highlight");
88 var state = this._textModel.getAttribute(startLine - 1, "highlight");
98 var state = this._textModel.getAttribute(i, "highlight");
119 var state = this._textModel.getAttribute(this._requestedEndLine - 1, "highlight");
143 var state = this._textModel.getAttribute(startLine - 1, "highlight");
188 var nextLineState = this._textModel.getAttribute(lineNumber + 1, "highlight");
196 var state = this._textModel.getAttribute(lineNumber, "highlight");
212 var state = this._textModel.getAttribute(lineNumber, "highlight");
216 var outdatedState = this._textModel.getAttribute(lineNumbe
[all...]
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityImageMapLink.cpp74 const AtomicString& ariaRole = getAttribute(roleAttr);
101 const AtomicString& ariaLabel = getAttribute(aria_labelAttr);
104 const AtomicString& alt = getAttribute(altAttr);
113 const AtomicString& title = getAttribute(titleAttr);
116 const AtomicString& summary = getAttribute(summaryAttr);
/external/webkit/LayoutTests/dom/html/level1/core/
H A Dhc_documentcreateelementcasesensitive.js114 attribute1 = newElement1.getAttribute("lang");
115 attribute2 = newElement2.getAttribute("title");
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dhc_documentcreateelementcasesensitive.js114 attribute1 = newElement1.getAttribute("lang");
115 attribute2 = newElement2.getAttribute("title");
/external/apache-http/src/org/apache/http/cookie/
H A DClientCookie.java63 String getAttribute(String name); method in interface:ClientCookie
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DProviderServiceTest.java82 s.getAttribute(null);
87 assertNull("getAttribute(aaa) failed", s.getAttribute("aaa"));
96 assertNull("getAttribute(bbb) failed", s.getAttribute("bbb"));
97 assertEquals("getAttribute(attribute) failed", "value", s
98 .getAttribute("attribute"));
99 assertEquals("getAttribute(KeySize) failed", "1024", s
100 .getAttribute("KeySize"));

Completed in 1122 milliseconds

1234567891011>>