Searched refs:frame_gurl (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/chrome/renderer/ |
D | content_settings_observer.cc | 472 GURL frame_gurl(frame->document().url()); in allowDisplayingInsecureContent() local 475 if (StartsWithASCII(frame_gurl.path(), kGoogleSupportPathPrefix, false)) { in allowDisplayingInsecureContent() 477 } else if (StartsWithASCII(frame_gurl.path(), in allowDisplayingInsecureContent() 486 if (StartsWithASCII(frame_gurl.path(), kGoogleReaderPathPrefix, false)) in allowDisplayingInsecureContent() 526 GURL frame_gurl(frame->document().url()); in allowRunningInsecureContent() local 527 DCHECK_EQ(frame_gurl.host(), origin_host); in allowRunningInsecureContent() 532 if (StartsWithASCII(frame_gurl.path(), kGoogleSupportPathPrefix, false)) { in allowRunningInsecureContent() 534 } else if (StartsWithASCII(frame_gurl.path(), in allowRunningInsecureContent() 543 if (StartsWithASCII(frame_gurl.path(), kGoogleReaderPathPrefix, false)) in allowRunningInsecureContent()
|