OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ManagedState
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/network/
managed_state.cc
18
bool
ManagedState
::Matches(const NetworkTypePattern& pattern) const {
22
ManagedState
::
ManagedState
(ManagedType type, const std::string& path)
29
ManagedState
::~
ManagedState
() {
32
ManagedState
*
ManagedState
::Create(ManagedType type, const std::string& path) {
44
NetworkState*
ManagedState
::AsNetworkState() {
50
DeviceState*
ManagedState
::AsDeviceState() {
56
FavoriteState*
ManagedState
::AsFavoriteState()
[
all
...]
managed_state.h
28
class CHROMEOS_EXPORT
ManagedState
{
36
virtual ~
ManagedState
();
40
static
ManagedState
* Create(ManagedType type, const std::string& path);
81
ManagedState
(ManagedType type, const std::string& path);
122
DISALLOW_COPY_AND_ASSIGN(
ManagedState
);
Completed in 36 milliseconds