Home | History | Annotate | Download | only in chrome_frame

Lines Matching refs:gurl

235       GURL url_for_anchor(mgr->url());
273 bool is_safe_scheme = cf_url.gurl().SchemeIs(chrome::kAboutScheme) ||
274 cf_url.gurl().SchemeIs(content::kViewSourceScheme);
496 bool ChromeActiveDocument::IsSchemeAllowed(const GURL& url) {
875 HostNavigate(GURL(content::kViewSourceScheme + std::string(":") +
876 navigation_info_->url.spec()), GURL(), NEW_WINDOW);
953 if (url.gurl().has_ref()) {
957 if (url.gurl().ReplaceComponents(replacements) ==
958 GURL(static_cast<BSTR>(url_))) {
1066 DCHECK(!cf_url.gurl().is_empty());
1078 document_url_ = cf_url.gurl().spec();
1080 url_.Allocate(UTF8ToWide(cf_url.gurl().spec()).c_str());
1084 } else if (!automation_client_->InitiateNavigation(cf_url.gurl().spec(),
1105 false, cf_url.gurl(), GURL(referrer),