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.cc512 GURL resource_gurl(resource_url); in allowDisplayingInsecureContent() local
513 if (EndsWith(resource_gurl.path(), kDotHTML, false)) in allowDisplayingInsecureContent()
571 GURL resource_gurl(resource_url); in allowRunningInsecureContent() local
572 if (resource_gurl.host() == kWWWDotYoutubeDotCom) in allowRunningInsecureContent()
575 if (EndsWith(resource_gurl.path(), kDotJS, false)) in allowRunningInsecureContent()
577 else if (EndsWith(resource_gurl.path(), kDotCSS, false)) in allowRunningInsecureContent()
579 else if (EndsWith(resource_gurl.path(), kDotSWF, false)) in allowRunningInsecureContent()