HomeSort by relevance Sort by last modified time
    Searched defs:indexOfAttribute (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/html/parser/
XSSFilter.cpp 419 size_t indexOfAttribute;
420 if (findAttributeWithName(token, attributeName, indexOfAttribute)) {
421 const HTMLToken::Attribute& attribute = token.attributes().at(indexOfAttribute);
427 token.eraseValueOfAttribute(indexOfAttribute);
429 token.appendToAttributeValue(indexOfAttribute, replacementValue);
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java 59 private int indexOfAttribute(String name) {
103 int i = indexOfAttribute(name);
204 return indexOfAttribute(name) != -1;
217 int i = indexOfAttribute(name);
282 int i = indexOfAttribute(newAttr.getName());
331 return ElementImpl.this.indexOfAttribute(name);
  /frameworks/base/tools/aapt/
Command.cpp 230 static ssize_t indexOfAttribute(const ResXMLTree& tree, uint32_t attrRes)
244 ssize_t idx = tree.indexOfAttribute(ns, attr);
262 ssize_t idx = indexOfAttribute(tree, attrRes);
281 ssize_t idx = indexOfAttribute(tree, attrRes);
299 ssize_t idx = indexOfAttribute(tree, attrRes);
320 ssize_t idx = indexOfAttribute(tree, attrRes);
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]

Completed in 397 milliseconds