Home | History | Annotate | Download | only in net

Lines Matching defs:Referrer

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();
108 // navigates to this referrer. Note that if the list is long, an entry may be
112 // Trim the Referrer, by first diminishing (scaling down) the subresource
135 // DISALLOW_COPY_AND_ASSIGN(Referrer);