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

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_resources.cc 36 bool PnaclUrls::IsPnaclComponent(const nacl::string& full_url) {
37 return full_url.find(kPnaclComponentScheme, 0) == 0;
43 const nacl::string& full_url) {
45 nacl::string r = full_url.substr(
104 nacl::string full_url; local
106 if (!manifest_->ResolveURL(resource_info_url, &full_url, &error_info)) {
112 PLUGIN_PRINTF(("Resolved resources info url: %s\n", full_url.c_str()));
114 PnaclUrls::PnaclComponentURLToFilename(full_url);
205 nacl::string full_url; local
207 if (!manifest_->ResolveURL(url_with_platform_prefix, &full_url,
    [all...]
json_manifest.h 47 virtual bool GetProgramURL(nacl::string* full_url,
53 nacl::string* full_url,
67 nacl::string* full_url,
manifest.h 44 virtual bool GetProgramURL(nacl::string* full_url,
50 nacl::string* full_url,
66 nacl::string* full_url,
file_downloader.cc 236 pp::Var full_url = url_response_.GetURL(); local
237 if (!full_url.is_string()) {
243 url_ = full_url.AsString();
358 pp::Var full_url = url_response_.GetURL(); local
359 PLUGIN_PRINTF(("FileDownloader::URLLoadFinishNotify (full_url=%s)\n",
360 full_url.DebugString().c_str()));
361 if (!full_url.is_string()) {
365 url_ = full_url.AsString();
pnacl_resources.h 36 static bool IsPnaclComponent(const nacl::string& full_url);
38 const nacl::string& full_url);
json_manifest.cc 433 nacl::string* full_url,
436 CHECK(full_url != NULL && error_info != NULL);
448 return manifest->ResolveURL(relative_url, full_url, error_info);
556 nacl::string* full_url,
571 *full_url = resolved_url.AsString();
575 bool JsonManifest::GetProgramURL(nacl::string* full_url,
578 if (full_url == NULL || pnacl_options == NULL || error_info == NULL)
595 return ResolveURL(nexe_url, full_url, error_info);
613 nacl::string* full_url,
619 if (full_url == NULL || pnacl_options == NULL || error_info == NULL
    [all...]
pnacl_coordinator.cc 51 virtual bool GetProgramURL(nacl::string* full_url,
55 UNREFERENCED_PARAMETER(full_url);
65 nacl::string* full_url,
70 *full_url = manifest_base_url_ + relative_url;
82 nacl::string* full_url,
99 full_url, error_info);
    [all...]
  /external/chromium_org/chrome/browser/extensions/updater/
manifest_fetch_data.h 53 // return value is false it means the full_url would have become too long, and
61 const GURL& full_url() const { return full_url_; } function in class:extensions::ManifestFetchData
68 // Returns true if a ping parameter for |type| was added to full_url for this
73 // full_url, this method merges the other information associated with the
safe_manifest_parser.cc 68 VLOG(2) << "parsing manifest succeeded (" << fetch_data_->full_url() << ")";
75 VLOG(2) << "parsing manifest failed (" << fetch_data_->full_url() << ")";
manifest_fetch_data.cc 159 DCHECK(full_url() == other.full_url());
extension_downloader.cc 401 if (fetch_data->full_url() == i->full_url()) {
409 manifests_queue_.active_request()->full_url() == fetch_data->full_url()) {
413 fetch_data->full_url().possibly_invalid_spec().length());
425 VLOG(2) << "Fetching " << manifests_queue_.active_request()->full_url()
430 kManifestFetcherId, manifests_queue_.active_request()->full_url(),
extension_updater_unittest.cc 666 VerifyQueryAndExtractParameters(fetch_data.full_url().query(), &params);
682 VerifyQueryAndExtractParameters(fetch_data.full_url().query(), &params);
698 VerifyQueryAndExtractParameters(fetch_data.full_url().query(), &params);
742 VerifyQueryAndExtractParameters(fetch_data.full_url().query(), &params);
    [all...]
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_dom_feature_extractor.cc 247 WebKit::WebURL full_url = element.document().completeURL( local
251 bool is_external = IsExternalDomain(full_url, &domain);
253 DVLOG(1) << "Could not extract domain from link: " << full_url;
265 if (GURL(full_url).SchemeIs("https")) {
282 WebKit::WebURL full_url = element.document().completeURL( local
286 bool is_external = IsExternalDomain(full_url, &domain);
288 DVLOG(1) << "Could not extract domain from form action: " << full_url;
305 WebKit::WebURL full_url = element.document().completeURL( local
308 bool is_external = IsExternalDomain(full_url, &domain);
310 DVLOG(1) << "Could not extract domain from image src: " << full_url;
    [all...]
malware_dom_details.cc 105 WebKit::WebURL full_url = element.document().completeURL( local
108 const GURL& child_url = GURL(full_url);
  /external/chromium_org/content/browser/gpu/
gpu_functional_browsertest.cc 78 GURL full_url = test_server()->GetURL(url.append(filename)); local
79 NavigateToURL(shell(), full_url); local
  /external/chromium/net/spdy/
spdy_http_stream_unittest.cc 170 const char * const full_url = "http://www.google.com/foo?query=what#anchor"; local
189 request.url = GURL(full_url);
  /external/chromium/chrome/browser/extensions/
extension_updater.h 70 // return value is false it means the full_url would have become too long, and
77 const GURL& full_url() const { return full_url_; } function in class:ManifestFetchData
84 // Returns true if a ping parameter for |type| was added to full_url for this
extension_updater.cc     [all...]
extension_updater_unittest.cc 492 fetch_data.full_url().spec());
506 fetch_data.full_url().spec());
520 fetch_data.full_url().spec());
538 const std::string& update_url = fetch->full_url().spec();
    [all...]
  /external/chromium_org/ppapi/native_client/tools/browser_tester/
browser_tester.py 242 full_url = 'http://%s:%d/%s' % (host, port, url)
244 full_url += '?' + urllib.urlencode(options.test_args)
245 browser.Run(full_url, port)
  /external/chromium_org/chrome_frame/
chrome_frame_activex_base.h 576 std::string full_url = ResolveURL(GetDocumentUrl(), src_utf8); local
581 if (!automation_client_->InitiateNavigation(full_url,
590 url_.Reset(::SysAllocString(UTF8ToWide(full_url).c_str()));
    [all...]
  /external/chromium_org/net/spdy/
spdy_http_stream_unittest.cc 487 const char * const full_url = "http://www.google.com/foo?query=what#anchor"; local
507 request.url = GURL(full_url);
    [all...]

Completed in 532 milliseconds