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 190 AtomicString toAtomicString() const
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp 91 static inline AtomicString toAtomicString(const xmlChar* string, size_t length)
96 static inline AtomicString toAtomicString(const xmlChar* string)
892 AtomicString namespaceURI = toAtomicString(namespaces[i].uri);
918 AtomicString attrValue = toAtomicString(attributes[i].value, valueLength);
920 AtomicString attrURI = attrPrefix.isEmpty() ? AtomicString() : toAtomicString(attributes[i].uri);
921 AtomicString attrQName = attrPrefix.isEmpty() ? toAtomicString(attributes[i].localname) : attrPrefix + ":" + toString(attributes[i].localname);
    [all...]

Completed in 213 milliseconds