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

  /external/chromium/chrome/browser/net/
referrer.cc 5 #include "chrome/browser/net/referrer.h"
40 // when a referrer is navigated to, we start with the following low initial
53 Referrer::Referrer() : use_count_(1) {}
55 void Referrer::SuggestHost(const GURL& url) {
80 void Referrer::DeleteLeastUseful() {
106 bool Referrer::Trim(double reduce_rate, double threshold) {
123 void Referrer::Deserialize(const Value& value) {
147 Value* Referrer::Serialize() const {
referrer.h 8 // When future navigations take place to known referrer sites, then we
32 // For each hostname in a Referrer, we have a ReferrerValue. It indicates
48 // Record the fact that the referrer of this subresource was observed. This
51 // of our associated referrer.)
70 // The number of times this item was navigated to with the fixed referrer.
74 // referrer.
78 // of its referrer.
93 // There is one Referrer instance for each hostname that has acted as an HTTP
101 class Referrer : public SubresourceMap {
103 Referrer();
    [all...]
predictor.cc 41 // connections. Once this falls below kDiscardableExpectedValue the referrer
43 // TODO(jar): Measure size of referrer lists in the field. Consider an adaptive
157 // Possibly do some referrer trimming.
273 Referrer* referrer = &(it->second); local
274 referrer->IncrementUseCount();
277 for (Referrer::iterator future_url = referrer->begin();
278 future_url != referrer->end(); ++future_url) {
395 Referrer* referrer = &(referrers_[*it]) local
    [all...]
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
32 #include "chrome/browser/net/referrer.h"
102 // Dump the list of currently known referrer domains and related prefetchable
106 // Discards any referrer for which all the suggested host names are currently
109 // factor each time we trim (moving the referrer closer to being discarded in
120 // values into the current referrer list.
181 // in a Referrer instance, which is a value in this map.
182 typedef std::map<GURL, Referrer> Referrers;
198 // Interval between periodic trimming of our whole referrer list
    [all...]
  /external/v8/samples/
process.cc 52 virtual const string& Referrer() = 0;
453 const string& path = request->Referrer();
482 result->SetAccessor(String::NewSymbol("referrer"), GetReferrer);
505 const string& referrer,
509 virtual const string& Referrer() { return referrer_; }
521 const string& referrer,
525 referrer_(referrer),

Completed in 55 milliseconds