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

  /external/webkit/WebCore/platform/
KURLGooglePrivate.h 47 class KURLGooglePrivate {
49 KURLGooglePrivate();
50 KURLGooglePrivate(const url_parse::Parsed&, bool isValid);
68 void copyTo(KURLGooglePrivate* dest) const;
KURLGoogle.cpp 136 // KURLGooglePrivate -----------------------------------------------------------
138 KURLGooglePrivate::KURLGooglePrivate()
146 KURLGooglePrivate::KURLGooglePrivate(const url_parse::Parsed& parsed, bool isValid)
158 void KURLGooglePrivate::setUtf8(const CString& str)
180 void KURLGooglePrivate::setAscii(const CString& str)
188 void KURLGooglePrivate::init(const KURL& base,
196 void KURLGooglePrivate::init(const KURL& base, const char* rel, int relLength,
219 // See FIXME in KURLGooglePrivate in the header. If canonicalization has no
    [all...]

Completed in 652 milliseconds