/external/chromium_org/third_party/skia/src/svg/ |
H A D | SkSVGPolygon.h | 18 const char* attrValue, size_t attrLength);
|
H A D | SkSVGPolygon.cpp | 22 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 D | SkSVGPolyline.h | 19 const char* attrValue, size_t attrLength);
|
H A D | SkSVGPolyline.cpp | 28 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 D | SkSVGPaintState.cpp | 53 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 D | SkSVGElements.cpp | 17 const char* attrValue, size_t attrLength) { 20 first->set(attrValue, attrLength); 16 addAttribute(SkSVGParser& parser, int attrIndex, const char* attrValue, size_t attrLength) argument
|
/external/skia/src/svg/ |
H A D | SkSVGPolygon.h | 18 const char* attrValue, size_t attrLength);
|
H A D | SkSVGPolygon.cpp | 22 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 D | SkSVGPolyline.h | 19 const char* attrValue, size_t attrLength);
|
H A D | SkSVGPolyline.cpp | 28 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 D | SkSVGPaintState.cpp | 53 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 D | SkSVGElements.cpp | 17 const char* attrValue, size_t attrLength) { 20 first->set(attrValue, attrLength); 16 addAttribute(SkSVGParser& parser, int attrIndex, const char* attrValue, size_t attrLength) argument
|
/external/chromium_org/third_party/skia/include/svg/ |
H A D | SkSVGParser.h | 30 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);
|
H A D | SkSVGBase.h | 21 const char* attrValue, size_t attrLength);
|
H A D | SkSVGPaintState.h | 46 const char* attrValue, size_t attrLength);
|
/external/skia/include/svg/ |
H A D | SkSVGParser.h | 30 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);
|
H A D | SkSVGBase.h | 21 const char* attrValue, size_t attrLength);
|
/external/chromium_org/third_party/skia/src/animator/ |
H A D | SkDisplayXMLParser.cpp | 97 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/skia/src/animator/ |
H A D | SkDisplayXMLParser.cpp | 97 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/apache-xml/src/main/java/org/apache/xalan/processor/ |
H A D | ProcessorOutputElem.java | 151 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);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
H A D | WebElement.cpp | 92 bool WebElement::setAttribute(const WebString& attrName, const WebString& attrValue) argument 98 unwrap<Element>()->setAttribute(attrName, attrValue, exceptionState);
|
H A D | WebPageSerializerImpl.cpp | 311 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/jsilver/src/com/google/clearsilver/jsilver/data/ |
H A D | NewHdfParser.java | 429 String attrValue = internStrategy.intern(sb.toString()); 430 element.addAttribute(attrKey, attrValue); 434 String attrValue = parseAttributeValue(seq, index, state); 435 if (attrValue == null || attrValue.length() == 0) { 440 attrValue = internStrategy.intern(attrValue); 441 element.addAttribute(attrKey, attrValue); 442 end = index + attrValue.length();
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
H A D | AttributeTable.java | 237 * @param attrValue 240 public AttributeTable add(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue) argument 244 newTable.addAttribute(attrType, new Attribute(attrType, new DERSet(attrValue)));
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/ |
H A D | AttrResourceLoader.java | 41 public String convertValueToEnum(Class<? extends View> viewClass, String namespace, String attrName, String attrValue) { argument 44 return classAttrEnumToValue.get(key(className, attrName, attrValue, isSystem));
|