Searched refs:score_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dpage_usage_data.h53 score_ = v;
57 return score_;
123 double score_; member in class:PageUsageData
H A Dpage_usage_data.cc19 score_(0.0) {
/external/chromium/net/http/
H A Dhttp_auth_handler.cc14 score_(-1),
33 score_ = -1;
42 DCHECK(!ok || score_ != -1);
H A Dhttp_auth_handler.h96 return score_;
148 // scheme_, realm_, score_, properties_
174 int score_; member in class:net::HttpAuthHandler
H A Dhttp_auth_handler_basic.cc27 score_ = 1;
H A Dhttp_auth_handler_ntlm.cc25 score_ = 3;
H A Dhttp_auth_handler_mock.cc89 score_ = 1;
H A Dhttp_auth_handler_digest.cc194 score_ = 2;
H A Dhttp_auth_handler_negotiate.cc196 score_ = 4;
H A Dhttp_auth_cache_unittest.cc28 score_ = 1;

Completed in 247 milliseconds