Home
last modified time | relevance | path

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

/external/chromium_org/chrome/renderer/
Dcontent_settings_observer.cc508 GURL resource_gurl(resource_url); in allowDisplayingInsecureContent() local
509 if (EndsWith(resource_gurl.path(), kDotHTML, false)) in allowDisplayingInsecureContent()
567 GURL resource_gurl(resource_url); in allowRunningInsecureContent() local
568 if (resource_gurl.host() == kWWWDotYoutubeDotCom) in allowRunningInsecureContent()
571 if (EndsWith(resource_gurl.path(), kDotJS, false)) in allowRunningInsecureContent()
573 else if (EndsWith(resource_gurl.path(), kDotCSS, false)) in allowRunningInsecureContent()
575 else if (EndsWith(resource_gurl.path(), kDotSWF, false)) in allowRunningInsecureContent()