Home
last modified time | relevance | path

Searched refs:origin_host (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/renderer/
Dcontent_settings_observer.cc470 std::string origin_host(origin.host().utf8()); in allowDisplayingInsecureContent() local
473 if (IsHostInDomain(origin_host, kGoogleDotCom)) { in allowDisplayingInsecureContent()
484 if (origin_host == kWWWDotGoogleDotCom) { in allowDisplayingInsecureContent()
488 } else if (origin_host == kMailDotGoogleDotCom) { in allowDisplayingInsecureContent()
490 } else if (origin_host == kPlusDotGoogleDotCom) { in allowDisplayingInsecureContent()
492 } else if (origin_host == kDocsDotGoogleDotCom) { in allowDisplayingInsecureContent()
494 } else if (origin_host == kSitesDotGoogleDotCom) { in allowDisplayingInsecureContent()
496 } else if (origin_host == kPicasawebDotGoogleDotCom) { in allowDisplayingInsecureContent()
498 } else if (origin_host == kCodeDotGoogleDotCom) { in allowDisplayingInsecureContent()
500 } else if (origin_host == kGroupsDotGoogleDotCom) { in allowDisplayingInsecureContent()
[all …]