Lines Matching defs:HttpServerPropertiesManager

56 //  HttpServerPropertiesManager
58 HttpServerPropertiesManager::HttpServerPropertiesManager(
69 new base::WeakPtrFactory<HttpServerPropertiesManager>(this));
72 new base::OneShotTimer<HttpServerPropertiesManager>);
76 base::Bind(&HttpServerPropertiesManager::OnHttpServerPropertiesChanged,
80 HttpServerPropertiesManager::~HttpServerPropertiesManager() {
85 void HttpServerPropertiesManager::InitializeOnNetworkThread() {
88 new base::WeakPtrFactory<HttpServerPropertiesManager>(this));
92 new base::OneShotTimer<HttpServerPropertiesManager>);
96 base::Bind(&HttpServerPropertiesManager::UpdateCacheFromPrefsOnPrefThread,
100 void HttpServerPropertiesManager::ShutdownOnPrefThread() {
109 void HttpServerPropertiesManager::SetVersion(
121 HttpServerPropertiesManager::GetWeakPtr() {
126 void HttpServerPropertiesManager::Clear() {
130 void HttpServerPropertiesManager::Clear(const base::Closure& completion) {
137 bool HttpServerPropertiesManager::SupportsSpdy(
143 void HttpServerPropertiesManager::SetSupportsSpdy(
152 bool HttpServerPropertiesManager::HasAlternateProtocol(
159 HttpServerPropertiesManager::GetAlternateProtocol(
165 void HttpServerPropertiesManager::SetAlternateProtocol(
176 void HttpServerPropertiesManager::SetBrokenAlternateProtocol(
183 bool HttpServerPropertiesManager::WasAlternateProtocolRecentlyBroken(
190 void HttpServerPropertiesManager::ConfirmAlternateProtocol(
197 void HttpServerPropertiesManager::ClearAlternateProtocol(
205 HttpServerPropertiesManager::alternate_protocol_map() const {
210 void HttpServerPropertiesManager::SetAlternateProtocolExperiment(
216 void HttpServerPropertiesManager::SetAlternateProtocolProbabilityThreshold(
224 HttpServerPropertiesManager::GetAlternateProtocolExperiment() const {
229 const SettingsMap& HttpServerPropertiesManager::GetSpdySettings(
235 bool HttpServerPropertiesManager::SetSpdySetting(
248 void HttpServerPropertiesManager::ClearSpdySettings(
255 void HttpServerPropertiesManager::ClearAllSpdySettings() {
261 const SpdySettingsMap& HttpServerPropertiesManager::spdy_settings_map()
268 HttpServerPropertiesManager::GetSupportsQuic(
274 void HttpServerPropertiesManager::SetSupportsQuic(
284 const SupportsQuicMap& HttpServerPropertiesManager::supports_quic_map()
290 void HttpServerPropertiesManager::SetServerNetworkStats(
297 const HttpServerPropertiesManager::NetworkStats*
298 HttpServerPropertiesManager::GetServerNetworkStats(
307 void HttpServerPropertiesManager::ScheduleUpdateCacheOnPrefThread() {
315 void HttpServerPropertiesManager::StartCacheUpdateTimerOnPrefThread(
322 &HttpServerPropertiesManager::UpdateCacheFromPrefsOnPrefThread);
325 void HttpServerPropertiesManager::UpdateCacheFromPrefsOnPrefThread() {
514 &HttpServerPropertiesManager::UpdateCacheFromPrefsOnNetworkThread,
524 void HttpServerPropertiesManager::UpdateCacheFromPrefsOnNetworkThread(
562 void HttpServerPropertiesManager::ScheduleUpdatePrefsOnNetworkThread() {
570 void HttpServerPropertiesManager::StartPrefsUpdateTimerOnNetworkThread(
578 &HttpServerPropertiesManager::UpdatePrefsFromCacheOnNetworkThread);
582 void HttpServerPropertiesManager::UpdatePrefsFromCacheOnNetworkThread() {
586 void HttpServerPropertiesManager::UpdatePrefsFromCacheOnNetworkThread(
638 base::Bind(&HttpServerPropertiesManager::UpdatePrefsOnPrefThread,
669 void HttpServerPropertiesManager::UpdatePrefsOnPrefThread(
822 void HttpServerPropertiesManager::OnHttpServerPropertiesChanged() {