Searched refs:KURLGooglePrivate (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DKURLGooglePrivate.h47 class KURLGooglePrivate { class in namespace:WebCore
49 KURLGooglePrivate();
50 KURLGooglePrivate(const url_parse::Parsed&, bool isValid);
51 KURLGooglePrivate(WTF::HashTableDeletedValueType);
67 void copyTo(KURLGooglePrivate* dest) const;
H A DKURLGoogle.cpp153 // KURLGooglePrivate -----------------------------------------------------------
155 KURLGooglePrivate::KURLGooglePrivate() function in class:WebCore::KURLGooglePrivate
163 KURLGooglePrivate::KURLGooglePrivate(const url_parse::Parsed& parsed, bool isValid) function in class:WebCore::KURLGooglePrivate
172 KURLGooglePrivate::KURLGooglePrivate(WTF::HashTableDeletedValueType) function in class:WebCore::KURLGooglePrivate
180 void KURLGooglePrivate::setUtf8(const CString& str)
202 void KURLGooglePrivate::setAscii(const CString& str)
210 void KURLGooglePrivate
[all...]
H A DKURL.h52 #include "KURLGooglePrivate.h"
236 friend class KURLGooglePrivate;
239 KURLGooglePrivate m_url;

Completed in 68 milliseconds