libcros_service_library.cc | 31 // Clears service_connection_ (which is stored as weak pointer) so that it 36 LibCrosServiceConnection service_connection_; // Weak pointer. member in class:chromeos::LibCrosServiceLibraryImpl::ServicingLibrary 98 LibCrosServiceConnection service_connection_; member in class:chromeos::LibCrosServiceLibraryImpl 109 : service_connection_(NULL) { 116 if (service_connection_) { 122 StopLibCrosService(service_connection_); 124 service_connection_ = NULL; 137 if (service_connection_) // Service has already been started. 141 service_connection_ = StartLibCrosService(); 142 if (!service_connection_) { [all...] |