OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateManagedList
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chromeos/network/
network_state_handler.h
243
virtual void
UpdateManagedList
(ManagedState::ManagedType type,
shill_property_handler.h
50
virtual void
UpdateManagedList
(ManagedState::ManagedType type,
shill_property_handler.cc
293
listener_->
UpdateManagedList
(ManagedState::MANAGED_TYPE_NETWORK, *vlist);
304
listener_->
UpdateManagedList
(ManagedState::MANAGED_TYPE_FAVORITE, *vlist);
310
listener_->
UpdateManagedList
(ManagedState::MANAGED_TYPE_DEVICE, *vlist);
shill_property_handler_unittest.cc
43
virtual void
UpdateManagedList
(ManagedState::ManagedType type,
108
LOG(ERROR) << "
UpdateManagedList
called with unrecognized type: " << type;
network_state_handler.cc
429
void NetworkStateHandler::
UpdateManagedList
(ManagedState::ManagedType type,
432
NET_LOG_DEBUG(base::StringPrintf("
UpdateManagedList
:%d", type),
Completed in 174 milliseconds