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();
64 NetworkProfileHandler();
79 base::WeakPtrFactory<NetworkProfileHandler> weak_ptr_factory_;
82 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(
150 void NetworkProfileHandler::AddProfile(const NetworkProfile& profile) {
157 void NetworkProfileHandler::RemoveProfile(const std::string& profile_path) {
169 const NetworkProfile* NetworkProfileHandler::GetProfileForPath
    [all...]

Completed in 44 milliseconds