HomeSort by relevance Sort by last modified time
    Searched refs:EnrollNetwork (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ash/system/tray/
default_system_tray_delegate.h 69 virtual bool EnrollNetwork(const std::string& network_id) OVERRIDE;
system_tray_delegate.h 241 virtual bool EnrollNetwork(const std::string& network_id) = 0;
default_system_tray_delegate.cc 213 bool DefaultSystemTrayDelegate::EnrollNetwork(const std::string& network_id) {
  /external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_chromeos.h 107 virtual bool EnrollNetwork(const std::string& network_id) OVERRIDE;
system_tray_delegate_linux.cc 219 virtual bool EnrollNetwork(const std::string& network_id) OVERRIDE {
system_tray_delegate_win.cc 216 virtual bool EnrollNetwork(const std::string& network_id) OVERRIDE {
system_tray_delegate_chromeos.cc 753 bool SystemTrayDelegateChromeOS::EnrollNetwork(
    [all...]
  /external/chromium_org/ash/system/chromeos/network/
network_connect.cc 158 if (!ash::Shell::GetInstance()->system_tray_delegate()->EnrollNetwork(

Completed in 230 milliseconds