HomeSort by relevance Sort by last modified time
    Searched refs:SubresourceMap (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/net/
referrer.h 90 typedef std::map<GURL, ReferrerValue> SubresourceMap;
99 // in SubresourceMap which are subresources and that were needed to complete the
101 class Referrer : public SubresourceMap {
referrer.cc 67 SubresourceMap::iterator it = find(url);
89 for (SubresourceMap::iterator it = begin(); it != end(); ++it) {
108 for (SubresourceMap::iterator it = begin(); it != end(); ++it) {

Completed in 65 milliseconds