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

  /external/chromium_org/chromeos/network/
managed_state.cc 17 ManagedState::ManagedState(ManagedType type, const std::string& path)
24 ManagedState::~ManagedState() {
27 ManagedState* ManagedState::Create(ManagedType type, const std::string& path) {
39 NetworkState* ManagedState::AsNetworkState() {
45 DeviceState* ManagedState::AsDeviceState() {
51 FavoriteState* ManagedState::AsFavoriteState() {
57 bool ManagedState::InitialPropertiesReceived
    [all...]
managed_state.h 27 class ManagedState {
35 virtual ~ManagedState();
39 static ManagedState* Create(ManagedType type, const std::string& path);
78 ManagedState(ManagedType type, const std::string& path);
119 DISALLOW_COPY_AND_ASSIGN(ManagedState);

Completed in 77 milliseconds