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

  /external/chromium_org/chrome/browser/chromeos/cros/
network_library.cc 328 bool Network::RequiresUserProfile() const {
567 bool VirtualNetwork::RequiresUserProfile() const {
    [all...]
network_library.h 394 virtual bool RequiresUserProfile() const;
622 virtual bool RequiresUserProfile() const OVERRIDE;
    [all...]
network_library_impl_base.cc 569 if (!HasProfileType(PROFILE_USER) && network->RequiresUserProfile())
663 if (network->RequiresUserProfile())
    [all...]

Completed in 33 milliseconds