HomeSort by relevance Sort by last modified time
    Searched full:subresource (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/ManualTests/
new-window-subresource-crash.html 14 triggers subresource loads. If you have popup blocking enabled you can
  /external/chromium/chrome/browser/net/
referrer.h 7 // navigation to a subresource identifies a referring URL.
44 // Record the fact that we navigated to the associated subresource URL. This
48 // Record the fact that the referrer of this subresource was observed. This
50 // counteracted later if we really needed this subresource as a consequence
82 // to this subresource.
96 // was probably needed as a subresource of a page, and was not otherwise
112 // Trim the Referrer, by first diminishing (scaling down) the subresource
preconnect.h 25 // Try to preconnect. Typically used by predictor when a subresource probably
referrer.cc 32 // learn that we really needed a connection to the subresource, we complete the
42 // Each time we do indeed (again) need the subresource, this value will get
45 // subresource, the value will decrease.
59 // entity, which then (mistakenly) appears to be a subresource on the page
predictor_api.h 58 // subresource domains immediately.
78 // subresource target, and its containing frame, which was loaded as a referring
predictor_unittest.cc 261 // Functions to help synthesize and test serializations of subresource referrer
294 const GURL& subresource,
304 // Provide empty subresource list.
315 // We won't bother to check for the subresource being there already. Worst
319 subresource_list->Append(new StringValue(subresource.spec()));
325 // For a given motivation, and subresource, find what latency is currently
330 const GURL& subresource,
343 if (subresource == GURL(url_spec)) {
predictor.h 13 // Subresource relationships are usually acquired from the referrer field in a
14 // navigation. A subresource URL may be associated with a referrer URL. Later
15 // navigations may, if the likelihood of needing the subresource is high enough,
90 // Preconnect a URL and all of its subresource domains.
  /external/chromium_org/chrome/browser/net/
referrer.h 7 // navigation to a subresource identifies a referring URL.
44 // Record the fact that we navigated to the associated subresource URL. This
48 // Record the fact that the referrer of this subresource was observed. This
50 // counteracted later if we really needed this subresource as a consequence
82 // to this subresource.
96 // was probably needed as a subresource of a page, and was not otherwise
112 // Trim the Referrer, by first diminishing (scaling down) the subresource
preconnect.h 30 // Try to preconnect. Typically used by predictor when a subresource probably
referrer.cc 32 // learn that we really needed a connection to the subresource, we complete the
42 // Each time we do indeed (again) need the subresource, this value will get
45 // subresource, the value will decrease.
59 // entity, which then (mistakenly) appears to be a subresource on the page
predictor_unittest.cc 245 // Functions to help synthesize and test serializations of subresource referrer
286 const GURL& subresource,
296 // Provide empty subresource list.
307 // We won't bother to check for the subresource being there already. Worst
311 subresource_list->Append(new base::StringValue(subresource.spec()));
317 // For a given motivation, and subresource, find what latency is currently
322 const GURL& subresource,
335 if (subresource == GURL(url_spec)) {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 432 unsigned subresource,
438 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr);
446 unsigned subresource
449 device->Unmap(this, subresource);
461 unsigned subresource,
467 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr);
476 unsigned subresource
479 device->Unmap(this, subresource);
491 unsigned subresource,
497 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr)
    [all...]
d3d11.cpp 174 unsigned Subresource,
180 unsigned Subresource) = 0;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 432 unsigned subresource,
438 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr);
446 unsigned subresource
449 device->Unmap(this, subresource);
461 unsigned subresource,
467 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr);
476 unsigned subresource
479 device->Unmap(this, subresource);
491 unsigned subresource,
497 HRESULT hr = device->Map(this, subresource, map_type, map_flags, &msr)
    [all...]
d3d11.cpp 174 unsigned Subresource,
180 unsigned Subresource) = 0;
  /external/chromium_org/third_party/WebKit/Source/core/loader/archive/
MHTMLArchive.h 71 void addSubresource(PassRefPtr<ArchiveResource> subResource) { m_subresources.append(subResource); }
  /external/chromium/webkit/glue/
resource_type.h 19 SUB_RESOURCE, // an "other" subresource.
  /external/chromium_org/content/renderer/fetchers/
image_resource_fetcher.cc 37 // Set subresource URL for crash reporting.
  /external/chromium_org/webkit/common/
resource_type.h 23 SUB_RESOURCE, // an "other" subresource.
  /external/chromium_org/webkit/browser/appcache/
appcache_request_handler.h 106 // Frame vs subresource vs sharedworker loads are somewhat different.
109 // Subresource requests wait until after cache selection completes.
113 // These are relevant for both main and subresource requests.
  /external/chromium_org/chrome/browser/resources/safe_browsing/
malware_block_v2.html 21 <img id="subresource-icon" class="float icon"
  /external/chromium_org/third_party/WebKit/Source/core/loader/
LinkLoader.h 47 // The LinkLoader can load link rel types icon, dns-prefetch, subresource, prefetch and prerender.
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/userscript-runat/
runat.user.js 21 * Called whenever the page loads a subresource.
  /external/chromium_org/content/common/
appcache_messages.h 56 // This is sent prior to any subresource loads. An AppCacheMsg_CacheSelected
  /external/chromium_org/third_party/WebKit/Source/core/html/
LinkRelAttribute.cpp 98 else if (equalIgnoringCase(*it, "subresource"))

Completed in 2050 milliseconds

1 2 3