HomeSort by relevance Sort by last modified time
    Searched refs:base_url (Results 26 - 50 of 124) sorted by null

12 3 4 5

  /external/chromium_org/ui/base/dragdrop/
os_exchange_data.h 133 virtual void SetHtml(const base::string16& html, const GURL& base_url) = 0;
134 virtual bool GetHtml(base::string16* html, GURL* base_url) const = 0;
226 void SetHtml(const base::string16& html, const GURL& base_url);
227 bool GetHtml(base::string16* html, GURL* base_url) const;
os_exchange_data_provider_aura.cc 140 const GURL& base_url) {
143 base_url_ = base_url;
147 GURL* base_url) const {
151 *base_url = base_url_;
os_exchange_data_provider_aura.h 51 const GURL& base_url) OVERRIDE;
52 virtual bool GetHtml(base::string16* html, GURL* base_url) const OVERRIDE;
os_exchange_data_provider_aurax11.h 81 const GURL& base_url) OVERRIDE;
82 virtual bool GetHtml(base::string16* html, GURL* base_url) const OVERRIDE;
  /external/chromium_org/webkit/browser/appcache/
view_appcache_internals_job.cc 92 const GURL& base_url,
102 GURL command_url = base_url.ReplaceComponents(replacements);
106 void EmitAppCacheInfo(const GURL& base_url,
122 EmitCommandAnchor(kRemoveCacheLabel, base_url,
125 EmitCommandAnchor(kViewCacheLabel, base_url,
149 const GURL& base_url,
156 EmitAppCacheInfo(base_url, service, &(*info), out);
191 std::string FormViewEntryAnchor(const GURL& base_url,
217 GURL view_entry_url = base_url.ReplaceComponents(replacements);
225 const GURL& base_url,
368 GURL base_url = ClearQuery(request_->url()); variable
477 GURL base_url = ClearQuery(request_->url()); variable
    [all...]
  /external/chromium_org/chrome/browser/net/
http_pipelining_compatibility_client.h 22 std::string filename; // The path relative to the test server's base_url.
77 const std::string& base_url,
116 // |requests| combined with |base_url|. |base_url| should match the pattern
121 void Start(const std::string& base_url,
  /external/chromium_org/ppapi/cpp/dev/
url_util_dev.cc 33 Var URLUtil_Dev::ResolveRelativeToURL(const Var& base_url,
37 interface_->ResolveRelativeToURL(base_url.pp_var(),
  /external/chromium_org/chrome/browser/google/
google_util.cc 156 const std::string base_url(CommandLine::ForCurrentProcess()->
158 return !base_url.empty() &&
159 StartsWithASCII(url.possibly_invalid_spec(), base_url, true);
164 const std::string base_url(CommandLine::ForCurrentProcess()->
166 if (!base_url.empty()) {
167 GURL base_gurl(base_url);
  /external/chromium_org/chrome/browser/safe_browsing/
download_feedback_unittest.cc 29 const GURL& base_url,
54 const GURL& base_url,
61 base_url_(base_url),
77 const GURL& base_url,
89 const GURL& base_url,
97 base_url, metadata, file_path, progress_callback,
two_phase_uploader.cc 31 const GURL& base_url,
70 const GURL& base_url,
78 base_url_(base_url),
199 const GURL& base_url,
206 url_request_context_getter, file_task_runner, base_url, metadata,
209 url_request_context_getter, file_task_runner, base_url, metadata,
  /external/chromium_org/ui/base/clipboard/
clipboard_util_win.cc 269 string16* html, std::string* base_url) {
270 DCHECK(data_object && html && base_url);
280 CFHtmlToHtml(std::string(data.get(), data.Size()), &html_utf8, base_url); local
387 const std::string& base_url) {
411 if (!base_url.empty()) {
413 base_url.length() + 2; // Add 2 for \r\n.
424 if (!base_url.empty()) {
426 result.append(base_url);
444 std::string* base_url) {
449 cf_html, base_url, NULL, &fragment_start, &fragment_end)
    [all...]
  /external/chromium_org/chrome/test/install_test/
install_test.py 169 def InitTestFixture(install_build, update_builds, base_url, options):
184 base_url: Base url of the 'official chrome builds' page.
200 url = '%s%s/%s/mini_installer.exe' % (base_url, build, system)
205 url = '%s%s/%s/%s/chromedriver.exe' % (base_url, build, system,
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_service_url.cc 69 GURL base_url = IsWalletProductionEnabled() || local
72 return base_url.Resolve("online-secure/v2/autocheckout/v1/");
  /external/chromium_org/ppapi/api/dev/
ppb_url_util_dev.idl 86 [in] PP_Var base_url,
  /external/chromium_org/ppapi/shared_impl/
ppb_url_util_shared.cc 58 PP_Var base_url,
62 StringVar* base_url_string = StringVar::FromPPVar(base_url);
  /external/chromium_org/chrome/browser/extensions/updater/
manifest_fetch_data.h 60 const GURL& base_url() const { return base_url_; } function in class:extensions::ManifestFetchData
  /external/chromium_org/chrome/browser/google_apis/
gdata_wapi_url_generator.h 21 GDataWapiUrlGenerator(const GURL& base_url, const GURL& base_download_url);
  /external/chromium_org/chrome/browser/search_engines/
search_terms_data.h 92 static void SetGoogleBaseURL(const std::string& base_url);
template_url_service_test_util.cc 125 const GURL& base_url) const {
126 DCHECK(base_url.is_valid());
129 base_url); local
130 UIThreadSearchTermsData::SetGoogleBaseURL(base_url.spec());
template_url_service_test_util.h 63 // Set the google base url. |base_url| must be valid.
64 void SetGoogleBaseURL(const GURL& base_url) const;
  /external/chromium_org/net/test/embedded_test_server/
embedded_test_server.h 104 const GURL& base_url() const { return base_url_; } function in class:net::test_server::EmbeddedTestServer
  /external/chromium_org/ppapi/c/dev/
ppb_url_util_dev.h 109 struct PP_Var base_url,
  /external/chromium_org/tools/code_coverage/
croc_html.py 116 def __init__(self, cov, output_root, base_url=None):
120 self.base_url = base_url
138 if self.base_url:
139 css_href = self.base_url + 'croc.css'
140 base_href = self.base_url + os.path.dirname(filename)
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 332 base_url = urlparse.urlparse(self.url)
334 query = base_url.query
337 query = base_url[4]
343 scheme = base_url.scheme
344 netloc = base_url.netloc
345 path = base_url.path
346 params = base_url.params
347 fragment = base_url.fragment
350 scheme = base_url[0]
351 netloc = base_url[1
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 332 base_url = urlparse.urlparse(self.url)
334 query = base_url.query
337 query = base_url[4]
343 scheme = base_url.scheme
344 netloc = base_url.netloc
345 path = base_url.path
346 params = base_url.params
347 fragment = base_url.fragment
350 scheme = base_url[0]
351 netloc = base_url[1
    [all...]

Completed in 1292 milliseconds

12 3 4 5