HomeSort by relevance Sort by last modified time
    Searched refs:fastStrDup (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.h 34 WTF_EXPORT char* fastStrDup(const char*);
62 using WTF::fastStrDup;
FastMalloc.cpp 195 char* fastStrDup(const char* src)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessorLibxslt.cpp 201 parameterArray[index++] = fastStrDup(it->key.utf8().data());
202 parameterArray[index++] = fastStrDup(it->value.utf8().data());

Completed in 121 milliseconds