/external/webkit/Source/WebCore/svg/ |
D | SVGFontFaceElement.cpp | 126 const AtomicString& value = getAttribute(units_per_emAttr); in unitsPerEm() 135 return static_cast<int>(ceilf(getAttribute(x_heightAttr).toFloat())); in xHeight() 146 return m_fontElement->getAttribute(horiz_origin_xAttr).toFloat(); in horizontalOriginX() 157 return m_fontElement->getAttribute(horiz_origin_yAttr).toFloat(); in horizontalOriginY() 168 return m_fontElement->getAttribute(horiz_adv_xAttr).toFloat(); in horizontalAdvanceX() 179 const AtomicString& value = m_fontElement->getAttribute(vert_origin_xAttr); in verticalOriginX() 194 const AtomicString& value = m_fontElement->getAttribute(vert_origin_yAttr); in verticalOriginY() 208 const AtomicString& value = m_fontElement->getAttribute(vert_adv_yAttr); in verticalAdvanceY() 221 const AtomicString& ascentValue = getAttribute(ascentAttr); in ascent() 226 const AtomicString& vertOriginY = m_fontElement->getAttribute(vert_origin_yAttr); in ascent() [all …]
|
D | SVGHKernElement.cpp | 70 String u1 = getAttribute(u1Attr); in buildHorizontalKerningPair() 71 String g1 = getAttribute(g1Attr); in buildHorizontalKerningPair() 72 String u2 = getAttribute(u2Attr); in buildHorizontalKerningPair() 73 String g2 = getAttribute(g2Attr); in buildHorizontalKerningPair() 82 kerningPair.kerning = getAttribute(kAttr).string().toFloat(); in buildHorizontalKerningPair()
|
D | SVGVKernElement.cpp | 68 String u1 = getAttribute(u1Attr); in buildVerticalKerningPair() 69 String g1 = getAttribute(g1Attr); in buildVerticalKerningPair() 70 String u2 = getAttribute(u2Attr); in buildVerticalKerningPair() 71 String g2 = getAttribute(g2Attr); in buildVerticalKerningPair() 80 kerningPair.kerning = getAttribute(kAttr).string().toFloat(); in buildVerticalKerningPair()
|
D | SVGGlyphElement.cpp | 128 AtomicString value(element->getAttribute(name)); in parseSVGGlyphAttribute() 152 identifier.pathData = parsePathData(element->getAttribute(dAttr)); in buildGenericGlyphIdentifier() 181 identifier.glyphName = getAttribute(glyph_nameAttr); in buildGlyphIdentifier() 182 identifier.orientation = parseOrientation(getAttribute(orientationAttr)); in buildGlyphIdentifier() 183 identifier.arabicForm = parseArabicForm(getAttribute(arabic_formAttr)); in buildGlyphIdentifier() 185 String language = getAttribute(SVGNames::langAttr); in buildGlyphIdentifier()
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | TextEditorHighlighter.js | 56 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(lineNumber, "highlight-outdated");
|
/external/webkit/LayoutTests/fast/dom/Attr/ |
D | change-id-via-attr-node-value-expected.txt | 37 PASS document.body.getAttribute("id") is "f" 45 PASS document.body.getAttribute("id") is "g" 53 PASS document.body.getAttribute("id") is "0g" 61 PASS document.body.getAttribute("id") is "0g2" 70 PASS document.body.getAttribute("id") is "" 77 PASS document.body.getAttribute("id") is "i" 85 PASS document.body.getAttribute("id") is "hi" 92 PASS document.body.getAttribute("id") is "hi" 99 PASS document.body.getAttribute("id") is "hi" 107 PASS document.body.getAttribute("id") is "j" [all …]
|
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/ |
D | DOMInputCapsule.java | 74 String version = currentElem.getAttribute("format_version"); in DOMInputCapsule() 126 String tmpString = currentElem.getAttribute(name); in readByte() 152 String sizeString = tmpEl.getAttribute("size"); in readByteArray() 153 String[] strings = parseTokens(tmpEl.getAttribute("data")); in readByteArray() 192 String sizeString = tmpEl.getAttribute("size"); in readByteArray2D() 227 String tmpString = currentElem.getAttribute(name); in readInt() 253 String sizeString = tmpEl.getAttribute("size"); in readIntArray() 254 String[] strings = parseTokens(tmpEl.getAttribute("data")); in readIntArray() 291 String sizeString = tmpEl.getAttribute("size"); in readIntArray2D() 330 String tmpString = currentElem.getAttribute(name); in readFloat() [all …]
|
/external/webkit/Source/WebCore/html/ |
D | HTMLNameCollection.cpp | 64 if (e->getAttribute(nameAttr) == m_name) in itemAfter() 74 if (e->getAttribute(nameAttr) == m_name) in itemAfter() 77 if (e->getAttribute(nameAttr) == m_name || e->getIdAttribute() == m_name) in itemAfter() 80 if ((e->getAttribute(nameAttr) == m_name || e->getIdAttribute() == m_name) in itemAfter() 84 …if (e->getAttribute(nameAttr) == m_name || (e->getIdAttribute() == m_name && e->hasAttribute(nameA… in itemAfter()
|
D | HTMLScriptElement.cpp | 163 return getAttribute(srcAttr).string(); in sourceAttributeValue() 168 return getAttribute(charsetAttr).string(); in charsetAttributeValue() 173 return getAttribute(typeAttr).string(); in typeAttributeValue() 178 return getAttribute(languageAttr).string(); in languageAttributeValue() 183 return getAttribute(forAttr).string(); in forAttributeValue() 188 return getAttribute(eventAttr).string(); in eventAttributeValue()
|
D | HTMLTrackElement.cpp | 73 return document()->completeURL(getAttribute(srcAttr)); in src() 83 return getAttribute(kindAttr); in kind() 93 return getAttribute(srclangAttr); in srclang() 103 return getAttribute(labelAttr); in label()
|
D | HTMLMeterElement.cpp | 86 parseToDoubleForNumberType(getAttribute(minAttr), &min); in min() 102 parseToDoubleForNumberType(getAttribute(maxAttr), &max); in max() 118 parseToDoubleForNumberType(getAttribute(valueAttr), &value); in value() 134 parseToDoubleForNumberType(getAttribute(lowAttr), &low); in low() 150 parseToDoubleForNumberType(getAttribute(highAttr), &high); in high() 166 parseToDoubleForNumberType(getAttribute(optimumAttr), &optimum); in optimum()
|
D | HTMLAppletElement.cpp | 116 args.set("code", getAttribute(codeAttr)); in createRenderer() 118 const AtomicString& codeBase = getAttribute(codebaseAttr); in createRenderer() 122 …const AtomicString& name = document()->isHTMLDocument() ? getAttribute(nameAttr) : getIdAttribute(… in createRenderer() 125 const AtomicString& archive = getAttribute(archiveAttr); in createRenderer() 131 const AtomicString& mayScript = getAttribute(mayscriptAttr); in createRenderer()
|
D | HTMLTableCellElement.cpp | 139 return getAttribute(abbrAttr); in abbr() 144 return getAttribute(axisAttr); in axis() 154 return getAttribute(headersAttr); in headers() 164 return getAttribute(scopeAttr); in scope() 171 addSubresourceURL(urls, document()->completeURL(getAttribute(backgroundAttr))); in addSubresourceAttributeURLs()
|
D | HTMLTableSectionElement.cpp | 114 return getAttribute(alignAttr); in align() 124 return getAttribute(charAttr); in ch() 134 return getAttribute(charoffAttr); in chOff() 144 return getAttribute(valignAttr); in vAlign()
|
D | HTMLDataGridColElement.cpp | 92 return getAttribute(labelAttr); in label() 102 return getAttribute(typeAttr); in type() 114 return getAttribute(sortableAttr).toInt(0); in sortable() 124 String sortDirection = getAttribute(sortdirectionAttr); in sortDirection()
|
D | HTMLImageElement.cpp | 174 String alt = getAttribute(altAttr); in altText() 177 alt = getAttribute(titleAttr); in altText() 265 int width = getAttribute(widthAttr).toInt(&ok); in width() 288 int height = getAttribute(heightAttr).toInt(&ok); in height() 332 return getAttribute(altAttr); in alt() 338 return !equalIgnoringCase(getAttribute(draggableAttr), "false"); in draggable() 348 return document()->completeURL(getAttribute(srcAttr)); in src() 394 addSubresourceURL(urls, document()->completeURL(getAttribute(usemapAttr))); in addSubresourceAttributeURLs()
|
D | HTMLMetaElement.cpp | 96 return getAttribute(contentAttr); in content() 101 return getAttribute(http_equivAttr); in httpEquiv() 106 return getAttribute(nameAttr); in name()
|
/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityImageMapLink.cpp | 74 const AtomicString& ariaRole = getAttribute(roleAttr); in roleValue() 101 const AtomicString& ariaLabel = getAttribute(aria_labelAttr); in accessibilityDescription() 104 const AtomicString& alt = getAttribute(altAttr); in accessibilityDescription() 113 const AtomicString& title = getAttribute(titleAttr); in title() 116 const AtomicString& summary = getAttribute(summaryAttr); in title()
|
D | AccessibilityRenderObject.cpp | 578 if (equalIgnoringCase(getAttribute(aria_pressedAttr), "true")) in isPressed() 625 if (equalIgnoringCase(getAttribute(aria_checkedAttr), "true")) in isChecked() 644 const AtomicString& ariaMultiSelectable = getAttribute(aria_multiselectableAttr); in isMultiSelectable() 700 return getAttribute(aria_levelAttr).toInt(); in headingLevel() 901 … const AtomicString& siblingAriaRole = static_cast<Element*>(sibling)->getAttribute(roleAttr); in siblingWithAriaRole() 953 const AtomicString& ariaHelp = getAttribute(aria_helpAttr); in helpText() 959 … const AtomicString& summary = static_cast<Element*>(curr->node())->getAttribute(summaryAttr); in helpText() 962 … const AtomicString& title = static_cast<Element*>(curr->node())->getAttribute(titleAttr); in helpText() 989 String ariaLevel = element->getAttribute(aria_levelAttr); in hierarchicalLevel() 1078 return getAttribute(aria_valuetextAttr).string(); in valueDescription() [all …]
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | ProviderServiceTest.java | 82 s.getAttribute(null); in testGetAttribute() 87 assertNull("getAttribute(aaa) failed", s.getAttribute("aaa")); in testGetAttribute() 96 assertNull("getAttribute(bbb) failed", s.getAttribute("bbb")); in testGetAttribute() 98 .getAttribute("attribute")); in testGetAttribute() 100 .getAttribute("KeySize")); in testGetAttribute()
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | RuleLabelScope.java | 88 public Attribute getAttribute(String name) { in getAttribute() method in RuleLabelScope 91 if ( rulePropertiesScope.getAttribute(name)!=null ) { in getAttribute() 92 return rulePropertiesScope.getAttribute(name); in getAttribute() 96 return referencedRule.returnScope.getAttribute(name); in getAttribute()
|
/external/webkit/LayoutTests/fast/dom/HTMLFormElement/ |
D | elements-not-in-document-expected.txt | 6 PASS i.getAttribute('name') is 'first' 8 PASS i.getAttribute('type') is 'text' 15 PASS i.getAttribute('name') is 'second' 17 PASS i.getAttribute('type') is 'password'
|
/external/apache-http/src/org/apache/http/protocol/ |
D | DefaultedHttpContext.java | 58 public Object getAttribute(final String id) { in getAttribute() method in DefaultedHttpContext 59 Object obj = this.local.getAttribute(id); in getAttribute() 61 return this.defaults.getAttribute(id); in getAttribute()
|
/external/javassist/src/main/javassist/bytecode/ |
D | FieldInfo.java | 90 = getAttribute(AnnotationsAttribute.invisibleTag); in prune() 97 = getAttribute(AnnotationsAttribute.visibleTag); in prune() 104 = getAttribute(SignatureAttribute.tag); in prune() 196 = (ConstantAttribute)getAttribute(ConstantAttribute.tag); in getConstantValue() 227 public AttributeInfo getAttribute(String name) { in getAttribute() method in FieldInfo
|
D | MethodInfo.java | 140 = getAttribute(AnnotationsAttribute.invisibleTag); in prune() 147 = getAttribute(AnnotationsAttribute.visibleTag); in prune() 154 = getAttribute(ParameterAnnotationsAttribute.invisibleTag); in prune() 161 = getAttribute(ParameterAnnotationsAttribute.visibleTag); in prune() 168 = (AnnotationDefaultAttribute) getAttribute(AnnotationDefaultAttribute.tag); in prune() 177 = getAttribute(SignatureAttribute.tag); in prune() 299 public AttributeInfo getAttribute(String name) { in getAttribute() method in MethodInfo 453 .getAttribute(LineNumberAttribute.tag); in getLineNumber()
|