OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:subresource_use_rate_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/net/
referrer.h
40
void SetSubresourceUseRate(double rate) {
subresource_use_rate_
= rate; }
45
// will increase the value of the expected
subresource_use_rate_
49
// will diminish the expected
subresource_use_rate_
(and will only be
55
double subresource_use_rate() const { return
subresource_use_rate_
; }
63
// Reduce the
subresource_use_rate_
by the supplied factor, and return true
83
double
subresource_use_rate_
;
member in class:chrome_browser_net::ReferrerValue
/external/chromium_org/chrome/browser/net/
referrer.h
40
void SetSubresourceUseRate(double rate) {
subresource_use_rate_
= rate; }
45
// will increase the value of the expected
subresource_use_rate_
49
// will diminish the expected
subresource_use_rate_
(and will only be
55
double subresource_use_rate() const { return
subresource_use_rate_
; }
63
// Reduce the
subresource_use_rate_
by the supplied factor, and return true
83
double
subresource_use_rate_
;
member in class:chrome_browser_net::ReferrerValue
Completed in 116 milliseconds