OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSharedProfilePath
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/chrome/browser/chromeos/cros/
native_network_constants.h
18
extern const char
kSharedProfilePath
[];
native_network_constants.cc
14
const char
kSharedProfilePath
[] = "/profile/default";
network_library_impl_cros.cc
623
active_profile_path_ !=
kSharedProfilePath
)
[
all
...]
/external/chromium_org/chromeos/network/
favorite_state.cc
47
profile_path_ != NetworkProfileHandler::
kSharedProfilePath
;
network_profile_handler.h
60
static const char
kSharedProfilePath
[];
network_profile_handler.cc
59
const char NetworkProfileHandler::
kSharedProfilePath
[] = "/profile/default";
managed_network_configuration_handler_unittest.cc
48
const char
kSharedProfilePath
[] = "/profile/default";
214
AddProfileForTest(NetworkProfile(
kSharedProfilePath
, std::string()));
network_configuration_handler_unittest.cc
595
flimflam::kProfileProperty, ShillProfileClientStub::
kSharedProfilePath
);
615
EXPECT_EQ(ShillProfileClientStub::
kSharedProfilePath
, actual_profile);
network_state.cc
328
profile_path_ != NetworkProfileHandler::
kSharedProfilePath
;
/external/chromium_org/chromeos/dbus/
shill_profile_client_stub.h
55
static const char
kSharedProfilePath
[];
shill_profile_client_stub.cc
40
const char ShillProfileClientStub::
kSharedProfilePath
[] = "/profile/default";
43
AddProfile(
kSharedProfilePath
, std::string());
shill_service_client_stub.cc
543
AddService(ShillProfileClientStub::
kSharedProfilePath
, "wifi2");
/external/chromium_org/ash/system/chromeos/network/
network_connect.cc
210
*profile_path = NetworkProfileHandler::
kSharedProfilePath
;
Completed in 2023 milliseconds