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

1 2

  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
inspector_network_unittest.py 12 subresources = None):
18 self.subresources = subresources
39 monitoring=True, responses_count=2, subresources=['image.png']),
59 self.assertTrue(link == page or link in test.subresources)
  /external/chromium_org/third_party/WebKit/Source/platform/mhtml/
ArchiveResourceCollection.cpp 46 const Vector<RefPtr<ArchiveResource> >& subresources = archive->subresources(); local
47 for (Vector<RefPtr<ArchiveResource> >::const_iterator iterator = subresources.begin(); iterator != subresources.end(); ++iterator)
MHTMLArchive.h 63 const Vector<RefPtr<ArchiveResource> >& subresources() const { return m_subresources; } function in class:WebCore::FINAL
  /external/chromium_org/extensions/renderer/
user_script_scheduler.h 33 // b) or when the page has completely loaded including all subresources.
37 // timely for pages with lots of slow subresources.
  /external/chromium_org/chrome/browser/net/
connect_interceptor.cc 77 // Subresources for main frames usually get predicted when we detected the
79 // predictions now for subresources or for redirected hosts.
timed_cache.h 17 // When we learn about subresources to possibly preconnect to, it would be a
url_info.h 13 // may describe associated subresources, for future speculative connections to
14 // those expected subresources.
referrer.h 99 // in SubresourceMap which are subresources and that were needed to complete the
130 // The number of times this referer had its subresources scanned for possible
predictor.h 7 // subresources.
414 // subresources, we multiply the expected_subresource_use_ value by the
456 // Perform actual resolution or preconnection to subresources now. This is
565 // subresources and omni-box search URLs.
referrer.cc 141 // level, so for now, we just suggest subresources, which leaves them all
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_resource_throttle.cc 32 // Only treat main frame requests for now (ignoring subresources).
  /external/chromium_org/third_party/icu/source/common/
uresimp.h 186 * fallback to its parent. This performs fallback on subresources. For example, when a table
210 * fallback to its parent. This performs fallback on subresources. For example, when a table
262 * For subresources, the locale where this resource comes from will be returned.
  /external/icu/icu4c/source/common/
uresimp.h 184 * fallback to its parent. This performs fallback on subresources. For example, when a table
207 * fallback to its parent. This performs fallback on subresources. For example, when a table
255 * For subresources, the locale where this resource comes from will be returned.
  /external/chromium_org/net/base/
sdch_dictionary_fetcher.h 47 // page subresources (or tabs opened in parallel) all suggest the dictionary.
load_flags_list.h 96 // Indicate that this is a sub frame, and hence it might have subresources that
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLImportRule.cpp 110 // case we have loaded (even if our subresources haven't), so if we have
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page_unittest.cc 326 // Tests showing a blocking page for a page that contains malware subresources
363 // Tests showing a blocking page for a page that contains malware subresources
397 // subresources and not proceeding. This just tests that the extra malware
398 // subresources (which trigger queued interstitial pages) do not break anything.
441 // subresources and proceeding through the first interstitial, but not the next.
500 // subresources and proceeding through the multiple interstitials.
  /external/chromium_org/content/public/renderer/
document_state.h 93 // The time that the document and all subresources finished loading.
  /external/chromium_org/chrome/browser/extensions/
url_request_util.cc 192 // renderers. Since not all subresources are required to be listed in a v2
isolated_app_browsertest.cc 429 // Now visit an app page that loads subresources located outside the app.
434 // We must wait for the onload event, to allow the subresources to finish.
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
MemoryCache.h 47 // This cache holds subresources used by Web pages: images, scripts, stylesheets, etc.
  /external/chromium_org/extensions/browser/
extension_protocols_unittest.cc 300 // succeeds, but subresources fail. See http://crbug.com/312269.
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.cpp 1114 RefPtr<TypeBuilder::Array<TypeBuilder::Page::FrameResourceTree::Resources> > subresources = TypeBuilder::Array<TypeBuilder::Page::FrameResourceTree::Resources>::create(); local
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebFrameClient.h 250 // The frame's document or one of its subresources failed to load.
253 // The frame's document and all of its subresources succeeded to load.
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 787 RecVec SubResources;
789 SubResources = PRDef->getValueAsListOfDefs("Resources");
791 SubResources.push_back(PRDef);
813 RecIter SubI = SubResources.begin(), SubE = SubResources.end();
    [all...]

Completed in 735 milliseconds

1 2