/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
manifest.h | 44 virtual bool GetProgramURL(nacl::string* full_url, 50 nacl::string* full_url, 66 nacl::string* full_url,
|
json_manifest.h | 47 virtual bool GetProgramURL(nacl::string* full_url, 53 nacl::string* full_url, 67 nacl::string* full_url,
|
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); 206 nacl::string full_url; local 208 if (!manifest_->ResolveURL(url_with_platform_prefix, &full_url, [all...] |
pnacl_resources.h | 36 static bool IsPnaclComponent(const nacl::string& full_url); 38 const nacl::string& full_url);
|
json_manifest.cc | 422 nacl::string* full_url, 425 CHECK(full_url != NULL && error_info != NULL); 437 return manifest->ResolveURL(relative_url, full_url, error_info); 545 nacl::string* full_url, 560 *full_url = resolved_url.AsString(); 564 bool JsonManifest::GetProgramURL(nacl::string* full_url, 567 if (full_url == NULL || pnacl_options == NULL || error_info == NULL) 584 return ResolveURL(nexe_url, full_url, error_info); 602 nacl::string* full_url, 608 if (full_url == NULL || pnacl_options == NULL || error_info == NULL [all...] |
file_downloader.cc | 226 pp::Var full_url = url_response_.GetURL(); local 227 if (!full_url.is_string()) { 232 url_ = full_url.AsString(); 332 pp::Var full_url = url_response_.GetURL(); local 333 PLUGIN_PRINTF(("FileDownloader::URLLoadFinishNotify (full_url=%s)\n", 334 full_url.DebugString().c_str())); 335 if (!full_url.is_string()) { 339 url_ = full_url.AsString();
|
pnacl_coordinator.cc | 43 virtual bool GetProgramURL(nacl::string* full_url, 47 UNREFERENCED_PARAMETER(full_url); 57 nacl::string* full_url, 62 *full_url = manifest_base_url_ + relative_url; 74 nacl::string* full_url, 91 full_url, error_info);
|
/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 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
|
manifest_fetch_data.cc | 159 DCHECK(full_url() == other.full_url());
|
extension_downloader.cc | 349 if (fetch_data->full_url() == i->full_url()) { 357 manifests_queue_.active_request()->full_url() == fetch_data->full_url()) { 361 fetch_data->full_url().possibly_invalid_spec().length()); 373 VLOG(2) << "Fetching " << manifests_queue_.active_request()->full_url() 378 kManifestFetcherId, manifests_queue_.active_request()->full_url(),
|
extension_updater_unittest.cc | 613 VerifyQueryAndExtractParameters(fetch_data.full_url().query(), ¶ms); 629 VerifyQueryAndExtractParameters(fetch_data.full_url().query(), ¶ms); 645 VerifyQueryAndExtractParameters(fetch_data.full_url().query(), ¶ms); 689 VerifyQueryAndExtractParameters(fetch_data.full_url().query(), ¶ms); [all...] |
/external/chromium_org/chrome/renderer/safe_browsing/ |
phishing_dom_feature_extractor.cc | 247 blink::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 blink::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 blink::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 blink::WebURL full_url = element.document().completeURL( local 108 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/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.cc | [all...] |
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_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/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);
|
/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...] |