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

  /external/doclava/src/com/google/doclava/
Stubs.java 816 String deprecatedString = "";
819 deprecatedString = "deprecated";
821 deprecatedString = "not deprecated";
830 + "\"\n" + " final=\"" + cl.isFinal() + "\"\n" + " deprecated=\"" + deprecatedString
870 String deprecatedString = "";
872 deprecatedString = "deprecated";
874 deprecatedString = "not deprecated";
    [all...]
  /external/webkit/Source/WebCore/platform/
KURL.h 157 String deprecatedString() const;
KURLGoogle.cpp 185 // The m_utf8IsASCII must always be correct since the DeprecatedString
187 // removed when DeprecatedString is gone, but it still might be a
770 String KURL::deprecatedString() const
    [all...]
KURL.cpp     [all...]
  /external/webkit/Source/WebCore/dom/
xml_expat_tokenizer.cpp 350 inline DeprecatedString toQString(const XML_Char* str, unsigned int len)
352 return DeprecatedString::fromUtf8(reinterpret_cast<const char *>(str), len);
355 inline DeprecatedString toQString(const XML_Char* str)
357 return DeprecatedString::fromUtf8(str ? reinterpret_cast<const char *>(str) : "");
1000 DeprecatedString attrName = toQString(atts[i]);
1001 DeprecatedString attrValue = toQString(atts[i+1]);
1016 String input = "<?xml version=\"1.0\"?><attrs " + string.deprecatedString() + " />";
1017 CString cString = input.deprecatedString().utf8();

Completed in 70 milliseconds