Lines Matching refs:reset
144 service_process_state_.reset(state);
145 network_change_notifier_.reset(net::NetworkChangeNotifier::Create());
148 io_thread_.reset(new ServiceIOThread("ServiceProcess_IO"));
149 file_thread_.reset(new base::Thread("ServiceProcess_File"));
164 service_prefs_.reset(new ServiceProcessPrefs(
200 ipc_server_.reset(new ServiceIPCServer(
222 service_prefs_.reset();
223 cloud_print_proxy_.reset();
225 ipc_server_.reset();
229 io_thread_.reset();
230 file_thread_.reset();
244 network_change_notifier_.reset();
286 cloud_print_proxy_.reset(new cloud_print::CloudPrintProxy());