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

  /external/chromium_org/chromeos/network/
network_profile_handler.h 30 class CHROMEOS_EXPORT NetworkProfileHandler
35 virtual ~NetworkProfileHandler();
65 NetworkProfileHandler();
80 base::WeakPtrFactory<NetworkProfileHandler> weak_ptr_factory_;
83 DISALLOW_COPY_AND_ASSIGN(NetworkProfileHandler);
network_profile_handler.cc 59 const char NetworkProfileHandler::kSharedProfilePath[] = "/profile/default";
61 void NetworkProfileHandler::AddObserver(NetworkProfileObserver* observer) {
65 void NetworkProfileHandler::RemoveObserver(NetworkProfileObserver* observer) {
69 void NetworkProfileHandler::GetManagerPropertiesCallback(
87 void NetworkProfileHandler::OnPropertyChanged(const std::string& name,
128 base::Bind(&NetworkProfileHandler::GetProfilePropertiesCallback,
140 void NetworkProfileHandler::GetProfilePropertiesCallback(
149 void NetworkProfileHandler::AddProfile(const NetworkProfile& profile) {
156 void NetworkProfileHandler::RemoveProfile(const std::string& profile_path) {
168 const NetworkProfile* NetworkProfileHandler::GetProfileForPath
    [all...]

Completed in 486 milliseconds