Home | History | Annotate | Download | only in chrome_frame

Lines Matching refs:target_url

954         GURL target_url(url);
960 if (target_url.has_ref()) {
965 target_url = target_url.ReplaceComponents(replacements);
969 base::win::ScopedVariant var_url(UTF8ToWide(target_url.spec()).c_str());