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

  /external/chromium_org/chrome/browser/net/
http_server_properties_manager.h 31 // HttpServerPropertiesManager
52 class HttpServerPropertiesManager
55 // Create an instance of the HttpServerPropertiesManager. The lifetime of the
57 // HttpServerPropertiesManager object. Must be constructed on the UI thread.
58 explicit HttpServerPropertiesManager(PrefService* pref_service);
59 virtual ~HttpServerPropertiesManager();
217 scoped_ptr<base::WeakPtrFactory<HttpServerPropertiesManager> >
220 base::WeakPtr<HttpServerPropertiesManager> ui_weak_ptr_;
223 scoped_ptr<base::OneShotTimer<HttpServerPropertiesManager> >
236 scoped_ptr<base::WeakPtrFactory<HttpServerPropertiesManager> >
    [all...]
http_server_properties_manager.cc 49 // HttpServerPropertiesManager
51 HttpServerPropertiesManager::HttpServerPropertiesManager(
58 new base::WeakPtrFactory<HttpServerPropertiesManager>(this));
61 new base::OneShotTimer<HttpServerPropertiesManager>);
65 base::Bind(&HttpServerPropertiesManager::OnHttpServerPropertiesChanged,
69 HttpServerPropertiesManager::~HttpServerPropertiesManager() {
74 void HttpServerPropertiesManager::InitializeOnIOThread() {
77 new base::WeakPtrFactory<HttpServerPropertiesManager>(this))
    [all...]

Completed in 277 milliseconds