Searched defs:HttpServerPropertiesManager (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_server_properties_manager.h30 // HttpServerPropertiesManager
51 class NET_EXPORT HttpServerPropertiesManager : public HttpServerProperties { class in namespace:net
53 // Create an instance of the HttpServerPropertiesManager. The lifetime of the
55 // HttpServerPropertiesManager object. Must be constructed on the Pref thread.
56 HttpServerPropertiesManager(
60 virtual ~HttpServerPropertiesManager();
238 base::WeakPtr<HttpServerPropertiesManager> pref_weak_ptr_;
241 scoped_ptr<base::OneShotTimer<HttpServerPropertiesManager> >
257 scoped_ptr<base::OneShotTimer<HttpServerPropertiesManager> >
263 scoped_ptr<base::WeakPtrFactory<HttpServerPropertiesManager> >
[all...]
H A Dhttp_server_properties_manager.cc56 // HttpServerPropertiesManager
58 HttpServerPropertiesManager::HttpServerPropertiesManager( function in class:net::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>(thi
[all...]

Completed in 158 milliseconds