Searched refs:attrValue (Results 1 - 25 of 55) sorted by path

123

/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorOutputElem.java151 public void setForeignAttr(String attrUri, String attrLocalName, String attrRawName, String attrValue) argument
154 m_outputProperties.setProperty(key, attrValue);
161 public void addLiteralResultAttribute(String attrUri, String attrLocalName, String attrRawName, String attrValue) argument
164 m_outputProperties.setProperty(key, attrValue);
H A DXSLTAttributeDef.java1561 * @param attrValue The attribute's value.
1568 String attrRawName, String attrValue, ElemTemplateElement elem)
1597 attrRawName, attrValue };
1602 attrRawName, attrValue, elem);
1566 setAttrValue( StylesheetHandler handler, String attrUri, String attrLocalName, String attrRawName, String attrValue, ElemTemplateElement elem) argument
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOM3TreeWalker.java673 String attrValue = attr.getNodeValue();
838 fSerializer.addAttribute(attrNS, localName, attrName, type, attrValue);
852 attrValue);
859 attrValue);
875 fSerializer.namespaceAfterStartElement(prefix, attrValue);
1832 String attrValue = attr.getNodeValue();
1839 attrValue = attrValue == null ? "" : attrValue;
1846 if (XMLNS_URI.equals(attrValue)) {
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DAttributeTable.java237 * @param attrValue
240 public AttributeTable add(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue) argument
244 newTable.addAttribute(attrType, new Attribute(attrType, new DERSet(attrValue)));
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Ddom_util.js965 var attrValue = element.getAttribute('aria-labelledby');
966 var ids = attrValue.split(/ +/);
1153 var attrValue = enclosingNodeWithId.getAttribute('aria-labelledby');
1154 if (attrValue) {
1155 var ids = attrValue.split(/ +/);
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
H A Dopenid.php164 protected function htmlTag($content, $tag, $attrName, $attrValue, $valueName)
166 preg_match_all("#<{$tag}[^>]*$attrName=['\"].*?$attrValue.*?['\"][^>]*$valueName=['\"](.+?)['\"][^>]*/?>#i", $content, $matches1);
167 preg_match_all("#<{$tag}[^>]*$valueName=['\"](.+?)['\"][^>]*$attrName=['\"].*?$attrValue.*?['\"][^>]*/?>#i", $content, $matches2);
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.cpp941 AtomicString attrValue = toAtomicString(attributes[i].value, valueLength); local
950 prefixedAttributes.append(Attribute(parsedName, attrValue));
1628 String attrValue = toString(attributes[i].value, valueLength); local
1632 state->attributes.set(attrQName, attrValue);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebElement.cpp92 bool WebElement::setAttribute(const WebString& attrName, const WebString& attrValue) argument
98 unwrap<Element>()->setAttribute(attrName, attrValue, exceptionState);
H A DWebPageSerializerImpl.cpp311 const String& attrValue = it->value(); local
318 if (attrValue.startsWith("javascript:", false)) {
319 result.append(attrValue);
324 param->document->completeURL(attrValue);
339 result.append(m_htmlEntities.convertEntitiesInString(attrValue));
341 result.append(m_xmlEntities.convertEntitiesInString(attrValue));
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A DBeautifulSoup.py936 attrValue = markupAttrMap.get(attr)
937 if not self._matches(attrValue, matchAgainst):
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/icu/source/common/
H A Duloc_tag.c1278 char *attrValue; local
1335 attrValue = (char*)uprv_malloc(attrBufLength + 1);
1336 if (attrValue == NULL) {
1340 uprv_strcpy(attrValue, attrBuf);
1341 attr->attribute = attrValue;
1345 uprv_free(attrValue);
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c7087 const xmlChar *attrValue, *name = NULL, *ns = NULL; local
7143 attrValue = xmlSchemaGetNodeContent(pctxt,
7145 if (xmlStrEqual(attrValue, BAD_CAST "qualified")) {
7147 } else if (!xmlStrEqual(attrValue, BAD_CAST "unqualified"))
7153 attrValue, NULL, NULL, NULL);
7160 attrValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
7162 if (xmlStrEqual(attrValue, BAD_CAST "optional"))
7164 else if (xmlStrEqual(attrValue, BAD_CAST "prohibited"))
7166 else if (xmlStrEqual(attrValue, BAD_CAST "required"))
7173 attrValue, NUL
7477 const xmlChar *attrValue; local
8572 const xmlChar *ns = NULL, *fixed, *name, *attrValue; local
9118 const xmlChar *attrValue = NULL; local
12089 const xmlChar *attrValue; local
[all...]
/external/chromium_org/third_party/skia/include/svg/
H A DSkSVGBase.h21 const char* attrValue, size_t attrLength);
H A DSkSVGPaintState.h46 const char* attrValue, size_t attrLength);
H A DSkSVGParser.h30 void _addAttribute(const char* attrName, const char* attrValue) { argument
31 fXMLWriter.addAttribute(attrName, attrValue); }
32 void _addAttribute(const char* attrName, SkString& attrValue) { argument
33 fXMLWriter.addAttribute(attrName, attrValue.c_str()); }
34 void _addAttributeLen(const char* attrName, const char* attrValue, size_t len) { argument
35 fXMLWriter.addAttributeLen(attrName, attrValue, len); }
37 int findAttribute(SkSVGBase* , const char* attrValue, size_t len, bool isPaint);
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimateMaker.h83 void idsSet(const char* attrValue, size_t len, SkDisplayable* displayable) { argument
84 fIDs.set(attrValue, len, displayable); }
H A DSkDisplayXMLParser.cpp97 bool SkDisplayXMLParser::onAddAttributeLen(const char attrName[], const char attrValue[], argument
106 if (fMaker.find(attrValue, attrValueLen, NULL)) {
107 fError->setNoun(attrValue, attrValueLen);
112 displayable->_id.set(attrValue, attrValueLen);
115 fMaker.idsSet(attrValue, attrValueLen, displayable);
130 if (info->setValue(fMaker, NULL, 0, info->getCount(), displayable, info->getType(), attrValue,
134 fError->setNoun(attrValue, attrValueLen);
138 if (fMaker.find(attrValue, attrValueLen, &ref) == false) {
139 ref = fMaker.createInstance(attrValue, attrValueLen);
141 fError->setNoun(attrValue, attrValueLe
[all...]
/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGElements.cpp17 const char* attrValue, size_t attrLength) {
20 first->set(attrValue, attrLength);
16 addAttribute(SkSVGParser& parser, int attrIndex, const char* attrValue, size_t attrLength) argument
H A DSkSVGPaintState.cpp53 const char* attrValue, size_t attrLength) {
76 attr->set(attrValue, attrLength);
80 int pairs = SkParse::Count(attrValue, ';');
81 const char* attrEnd = attrValue + attrLength;
83 const char* end = strchr(attrValue, ';');
86 const char* delimiter = strchr(attrValue, ':');
88 int index = parser.findAttribute(this, attrValue, (int) (delimiter - attrValue), true);
92 attrValue = end + 1;
280 const char* attrValue
[all...]
H A DSkSVGParser.cpp68 int SkSVGParser::findAttribute(SkSVGBase* element, const char* attrValue, argument
74 if (strncmp(attributes->fName, attrValue, len) == 0 && strlen(attributes->fName) == len) {
H A DSkSVGPolygon.cpp22 const char* attrValue, size_t attrLength) {
23 INHERITED::addAttribute(parser, attrIndex, attrValue, attrLength);
21 addAttribute(SkSVGParser& parser, int attrIndex, const char* attrValue, size_t attrLength) argument
H A DSkSVGPolygon.h18 const char* attrValue, size_t attrLength);
H A DSkSVGPolyline.cpp28 const char* attrValue, size_t attrLength) {
32 f_points.append(attrValue, attrLength);
27 addAttribute(SkSVGParser& , int attrIndex, const char* attrValue, size_t attrLength) argument
H A DSkSVGPolyline.h19 const char* attrValue, size_t attrLength);

Completed in 533 milliseconds

123