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

  /external/chromium_org/chrome/test/nacl/
nacl_browsertest_uma.cc 97 base::FilePath::StringType full_url = local
100 RunNaClIntegrationTest(full_url, true);
116 RunNaClIntegrationTest(full_url, true);
145 base::FilePath::StringType full_url = local
148 RunNaClIntegrationTest(full_url, true);
169 RunNaClIntegrationTest(full_url, true);
nacl_browsertest_util.h 99 // |full_url| is true if the full URL is given, otherwise it is a
102 bool full_url = false);
nacl_browsertest_util.cc 244 const base::FilePath::StringType& url_fragment, bool full_url) {
251 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 146 std::string* full_url,
175 std::string full_url; variable
179 if (manifest->GetProgramURL(&full_url,
184 load_manager->ReportLoadSuccess(full_url, nexe_size, nexe_size);
1016 std::string full_url; local
    [all...]
  /external/chromium_org/extensions/browser/updater/
safe_manifest_parser.cc 66 VLOG(2) << "parsing manifest succeeded (" << fetch_data_->full_url() << ")";
73 VLOG(2) << "parsing manifest failed (" << fetch_data_->full_url() << ")";
manifest_fetch_data.h 69 // return value is false it means the full_url would have become too long, and
79 const GURL& full_url() const { return full_url_; } function in class:extensions::ManifestFetchData
86 // Returns true if a ping parameter for |type| was added to full_url for this
91 // full_url, this method merges the other information associated with the
manifest_fetch_data.cc 169 DCHECK(full_url() == other.full_url());
  /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 31 blink::WebURL full_url = element.document().completeURL(
34 const GURL& child_url = GURL(full_url);
  /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/chrome/browser/extensions/updater/
extension_downloader.cc 444 if (fetch_data->full_url() == i->full_url()) {
452 manifests_queue_.active_request()->full_url() == fetch_data->full_url()) {
456 fetch_data->full_url().possibly_invalid_spec().length());
468 VLOG(2) << "Fetching " << manifests_queue_.active_request()->full_url()
473 kManifestFetcherId, manifests_queue_.active_request()->full_url(),
    [all...]
extension_updater_unittest.cc 713 VerifyQueryAndExtractParameters(fetch_data->full_url().query(), &params);
730 VerifyQueryAndExtractParameters(fetch_data->full_url().query(), &params);
747 VerifyQueryAndExtractParameters(fetch_data->full_url().query(), &params);
792 VerifyQueryAndExtractParameters(fetch_data->full_url().query(), &params);
    [all...]
  /external/chromium_org/ppapi/c/private/
ppb_nacl_private.h 343 struct PP_Var* full_url,
  /external/chromium_org/ppapi/api/private/
ppb_nacl_private.idl 329 [out] PP_Var full_url,
  /external/chromium_org/net/spdy/
spdy_http_stream_unittest.cc 650 const char * const full_url = "http://www.google.com/foo?query=what#anchor"; local
670 request.url = GURL(full_url);
  /external/chromium_org/content/shell/renderer/test_runner/
test_runner.cc 2017 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 1107 milliseconds