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

  /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
  /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_org/chrome/renderer/safe_browsing/
malware_dom_details.cc 105 blink::WebURL full_url = element.document().completeURL( local
108 const GURL& child_url = GURL(full_url);
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...]
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
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_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...]
  /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
  /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...]

Completed in 554 milliseconds