Searched refs:enterprise_domain (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dntp_resource_cache.cc350 std::string enterprise_domain = connector->GetEnterpriseDomain(); local
352 if (!enterprise_domain.empty()) {
357 base::UTF8ToUTF16(enterprise_domain));
/external/chromium_org/chrome/browser/ui/ash/
H A Dsystem_tray_delegate_chromeos.cc1258 std::string enterprise_domain = connector->GetEnterpriseDomain(); local
1259 if (enterprise_domain_ != enterprise_domain) {
1260 enterprise_domain_ = enterprise_domain;

Completed in 156 milliseconds