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

  /external/chromium_org/chrome/test/nacl/
nacl_browsertest_uma.cc 81 base::FilePath::StringType full_url = local
84 RunNaClIntegrationTest(full_url, true);
101 RunNaClIntegrationTest(full_url, true);
nacl_browsertest_util.h 101 // |full_url| is true if the full URL is given, otherwise it is a
104 bool full_url = false);
nacl_browsertest_util.cc 265 const base::FilePath::StringType& url_fragment, bool full_url) {
275 bool ok = RunJavascriptTest(full_url
  /external/chromium_org/components/nacl/renderer/
json_manifest.h 48 bool GetProgramURL(std::string* full_url,
58 std::string* full_url,
65 std::string* full_url,
json_manifest.cc 423 bool JsonManifest::GetProgramURL(std::string* full_url,
427 if (!full_url)
458 *full_url = resolved_gurl.possibly_invalid_spec();
463 std::string* full_url,
466 if (full_url == NULL || pnacl_options == NULL)
470 return GetKeyUrl(dictionary_, key, full_url, pnacl_options);
496 return GetKeyUrl(files, rest, full_url, pnacl_options);
583 std::string* full_url,
585 DCHECK(full_url && pnacl_options);
606 *full_url = resolved_gurl.possibly_invalid_spec()
    [all...]
ppb_nacl_private_impl.cc 1013 std::string full_url; local
1063 std::string full_url; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/updater/
safe_manifest_parser.cc 67 VLOG(2) << "parsing manifest succeeded (" << fetch_data_->full_url() << ")";
74 VLOG(2) << "parsing manifest failed (" << fetch_data_->full_url() << ")";
manifest_fetch_data.h 53 // return value is false it means the full_url would have become too long, and
62 const GURL& full_url() const { return full_url_; } function in class:extensions::ManifestFetchData
69 // Returns true if a ping parameter for |type| was added to full_url for this
74 // full_url, this method merges the other information associated with the
manifest_fetch_data.cc 161 DCHECK(full_url() == other.full_url());
extension_downloader.cc 426 if (fetch_data->full_url() == i->full_url()) {
434 manifests_queue_.active_request()->full_url() == fetch_data->full_url()) {
438 fetch_data->full_url().possibly_invalid_spec().length());
450 VLOG(2) << "Fetching " << manifests_queue_.active_request()->full_url()
455 kManifestFetcherId, manifests_queue_.active_request()->full_url(),
extension_updater_unittest.cc 652 VerifyQueryAndExtractParameters(fetch_data.full_url().query(), &params);
668 VerifyQueryAndExtractParameters(fetch_data.full_url().query(), &params);
684 VerifyQueryAndExtractParameters(fetch_data.full_url().query(), &params);
728 VerifyQueryAndExtractParameters(fetch_data.full_url().query(), &params);
841 GURL fetch1_url = fetch1->full_url();
842 GURL fetch2_url = fetch2->full_url();
843 GURL fetch3_url = fetch3->full_url();
844 GURL fetch4_url = fetch4->full_url();
    [all...]
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_dom_feature_extractor.cc 244 blink::WebURL full_url = element.document().completeURL( local
248 bool is_external = IsExternalDomain(full_url, &domain);
250 DVLOG(1) << "Could not extract domain from link: " << full_url;
262 if (GURL(full_url).SchemeIs("https")) {
279 blink::WebURL full_url = element.document().completeURL( local
283 bool is_external = IsExternalDomain(full_url, &domain);
285 DVLOG(1) << "Could not extract domain from form action: " << full_url;
302 blink::WebURL full_url = element.document().completeURL( local
305 bool is_external = IsExternalDomain(full_url, &domain);
307 DVLOG(1) << "Could not extract domain from image src: " << full_url;
    [all...]
malware_dom_details.cc 101 blink::WebURL full_url = element.document().completeURL( local
104 const GURL& child_url = GURL(full_url);
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
file_downloader.cc 89 pp::Var full_url = url_response_.GetURL(); local
90 if (!full_url.is_string()) {
95 full_url_ = full_url.AsString();
file_downloader.h 70 const nacl::string& full_url() const { return full_url_; } function in class:plugin::FileDownloader
pnacl_coordinator.cc 358 streaming_downloader_->full_url().c_str(),
  /external/chromium_org/ppapi/native_client/tools/browser_tester/
browser_tester.py 257 full_url = 'http://%s:%d/%s' % (host, port, url)
259 full_url += '?' + urllib.urlencode(options.test_args)
260 browser.Run(full_url, host, port)
  /external/chromium_org/ppapi/c/private/
ppb_nacl_private.h 402 struct PP_Var* full_url,
408 struct PP_Var* full_url,
  /external/chromium_org/ppapi/api/private/
ppb_nacl_private.idl 384 [out] PP_Var full_url,
391 [out] PP_Var full_url,
  /external/chromium_org/net/spdy/
spdy_http_stream_unittest.cc 490 const char * const full_url = "http://www.google.com/foo?query=what#anchor"; local
510 request.url = GURL(full_url);
  /external/chromium_org/content/shell/renderer/test_runner/
test_runner.cc 1978 GURL full_url = current_url.Resolve(url); local
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 628 milliseconds