Home
last modified time | relevance | path

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

/external/chromium_org/chrome/renderer/
Dcontent_settings_observer.cc476 GURL frame_gurl(frame->document().url()); in allowDisplayingInsecureContent() local
479 if (StartsWithASCII(frame_gurl.path(), kGoogleSupportPathPrefix, false)) { in allowDisplayingInsecureContent()
481 } else if (StartsWithASCII(frame_gurl.path(), in allowDisplayingInsecureContent()
490 if (StartsWithASCII(frame_gurl.path(), kGoogleReaderPathPrefix, false)) in allowDisplayingInsecureContent()
530 GURL frame_gurl(frame->document().url()); in allowRunningInsecureContent() local
531 DCHECK_EQ(frame_gurl.host(), origin_host); in allowRunningInsecureContent()
536 if (StartsWithASCII(frame_gurl.path(), kGoogleSupportPathPrefix, false)) { in allowRunningInsecureContent()
538 } else if (StartsWithASCII(frame_gurl.path(), in allowRunningInsecureContent()
547 if (StartsWithASCII(frame_gurl.path(), kGoogleReaderPathPrefix, false)) in allowRunningInsecureContent()