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

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringBuilder.h 193 AtomicString toAtomicString() const
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp 92 static inline AtomicString toAtomicString(const xmlChar* string, size_t length)
97 static inline AtomicString toAtomicString(const xmlChar* string)
903 AtomicString namespaceURI = toAtomicString(namespaces[i].uri);
929 AtomicString attrValue = toAtomicString(attributes[i].value, valueLength);
931 AtomicString attrURI = attrPrefix.isEmpty() ? AtomicString() : toAtomicString(attributes[i].uri);
932 AtomicString attrQName = attrPrefix.isEmpty() ? toAtomicString(attributes[i].localname) : attrPrefix + ":" + toString(attributes[i].localname);
    [all...]

Completed in 1737 milliseconds