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

  /external/chromium_org/content/public/common/
referrer.h 14 // This struct holds a referrer URL, as well as the referrer policy to be
17 struct CONTENT_EXPORT Referrer {
18 Referrer(const GURL& url, WebKit::WebReferrerPolicy policy) : url(url),
21 Referrer() : policy(WebKit::WebReferrerPolicyDefault) {
  /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...]
  /external/chromium_org/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...]
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.h 143 // Determines the referrer value sent along with outgoing HTTP requests
145 enum Referrer {
162 Referrer referrer_flag);
177 Referrer referrer_flag,
253 Referrer referrer_flag,
270 // Helper function to set the referrer on the request passed in.
271 void SetReferrer(WebKit::WebURLRequest* request, Referrer referrer_flag);
274 bool IsValidUrl(const GURL& url, Referrer referrer_flag);
  /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),
  /external/chromium_org/v8/samples/
process.cc 52 virtual const string& Referrer() = 0;
478 const string& path = request->Referrer();
512 result->SetAccessor(String::NewSymbol("referrer"), GetReferrer);
535 const string& referrer,
539 virtual const string& Referrer() { return referrer_; }
551 const string& referrer,
555 referrer_(referrer),

Completed in 82 milliseconds