Searched defs:GURL (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Durl_utils.cc45 bool HaveSameSchemeHostAndPort(const GURL&url1, const GURL& url2) { argument
71 GURL ToggleHTTPAndHTTPS(const GURL& url) {
78 return GURL::EmptyGURL();
81 GURL::Replacements replacement;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebURL.h109 WebURL(const GURL& url)
116 WebURL& operator=(const GURL& url)
124 operator GURL() const
126 return isNull() ? GURL() : GURL(m_string.utf8(), m_parsed, m_isValid);
/external/chromium_org/url/
H A Dgurl.cc23 static GURL* empty_gurl = NULL;
64 GURL::GURL() : is_valid_(false) { function in class:GURL
67 GURL::GURL(const GURL& other) function in class:GURL
72 inner_url_.reset(new GURL(*other.inner_url_));
77 GURL::GURL(const std::string& url_string) { function in class:GURL
81 GURL function in class:GURL
85 GURL::GURL(const std::string& url_string, RetainWhiteSpaceSelector) { function in class:GURL
89 GURL::GURL(const char* canonical_spec, size_t canonical_spec_len, function in class:GURL
97 GURL::GURL(std::string canonical_spec, function in class:GURL
[all...]
H A Dgurl.h18 class URL_EXPORT GURL { class
24 GURL();
28 GURL(const GURL& other);
37 explicit GURL(const std::string& url_string /*, output_param_encoding*/);
38 explicit GURL(const base::string16& url_string /*, output_param_encoding*/);
43 GURL(const char* canonical_spec, size_t canonical_spec_len,
49 // implementation, we use swap to move the data into the GURL itself,
51 GURL(std::string canonical_spec,
54 ~GURL();
[all...]
/external/chromium/googleurl/src/
H A Dgurl.h42 class GURL { class
48 GURL_API GURL();
52 GURL_API GURL(const GURL& other);
61 GURL_API explicit GURL(const std::string& url_string
63 GURL_API explicit GURL(const string16& url_string
69 GURL_API GURL(const char* canonical_spec, size_t canonical_spec_len,
72 GURL_API GURL& operator=(const GURL& other);
129 bool operator==(const GURL
[all...]
H A Dgurl.cc67 static GURL* empty_gurl = NULL;
108 GURL::GURL() : is_valid_(false) { function in class:GURL
111 GURL::GURL(const GURL& other) function in class:GURL
117 GURL::GURL(const std::string& url_string) { function in class:GURL
121 GURL::GURL(cons function in class:GURL
125 GURL::GURL(const char* canonical_spec, size_t canonical_spec_len, function in class:GURL
[all...]
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dlocal_to_remote_syncer.cc376 const GURL&,
533 const GURL& upload_location,
373 DidUploadExistingFile( const SyncStatusCallback& callback, google_apis::GDataErrorCode error, const GURL&, scoped_ptr<google_apis::ResourceEntry> entry) argument

Completed in 401 milliseconds