Searched defs:full_url (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/test/nacl/
H A Dnacl_browsertest_uma.cc97 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);
H A Dnacl_browsertest_util.cc244 const base::FilePath::StringType& url_fragment, bool full_url) {
251 bool ok = RunJavascriptTest(full_url
243 RunNaClIntegrationTest( const base::FilePath::StringType& url_fragment, bool full_url) argument
/external/chromium_org/extensions/browser/updater/
H A Dmanifest_fetch_data.h69 // 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
/external/chromium_org/net/spdy/
H A Dspdy_http_stream_unittest.cc650 const char * const full_url = "http://www.google.com/foo?query=what#anchor"; local
670 request.url = GURL(full_url);
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dphishing_dom_feature_extractor.cc244 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...]
/external/chromium_org/components/nacl/renderer/
H A Djson_manifest.cc423 bool JsonManifest::GetProgramURL(std::string* full_url, argument
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
462 ResolveKey(const std::string& key, std::string* full_url, PP_PNaClOptions* pnacl_options) const argument
581 GetKeyUrl(const Json::Value& dictionary, const std::string& key, std::string* full_url, PP_PNaClOptions* pnacl_options) const argument
[all...]
H A Dppb_nacl_private_impl.cc146 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
1018 if (manifest->GetProgramURL(&full_url, pnacl_options, &uses_nonsfi_mode,
1020 *pp_full_url = ppapi::StringVar::StringToPPVar(full_url);
1033 std::string* full_url,
1049 *full_url = std::string(kPNaClTranslatorBaseUrl) + GetSandboxArch() + "/" +
1058 return manifest->ResolveKey(key, full_url, pnacl_option
1030 ManifestResolveKey(PP_Instance instance, bool is_helper_process, const std::string& key, std::string* full_url, PP_PNaClOptions* pnacl_options) argument
[all...]
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_runner.cc2017 GURL full_url = current_url.Resolve(url); local
2018 work_queue_.AddWork(new WorkItemLoad(full_url, target));
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c3593 static PP_Bool Pnacl_M25_PPB_NaCl_Private_GetManifestProgramURL(PP_Instance instance, struct PP_Var* full_url, struct PP_PNaClOptions* pnacl_options, PP_Bool* uses_nonsfi_mode) { argument
3595 return iface->GetManifestProgramURL(instance, full_url, pnacl_options, uses_nonsfi_mode);
5494 .GetManifestProgramURL = (PP_Bool (*)(PP_Instance instance, struct PP_Var* full_url, struct PP_PNaClOptions* pnacl_options, PP_Bool* uses_nonsfi_mode))&Pnacl_M25_PPB_NaCl_Private_GetManifestProgramURL,

Completed in 859 milliseconds