Home | History | Annotate | Download | only in instant

Lines Matching refs:url

148   const GURL& url = match.destination_url;
154 if (url.is_empty() || !url.is_valid()) {
367 // Loader may be null if the url blacklisted instant.
406 loader_manager_->active_loader()->url() : GURL();
474 void InstantController::AddToBlacklist(InstantLoader* loader, const GURL& url) {
475 url.host();
526 const GURL& url) {
535 if (url.SchemeIsFile())
548 // Immediately update if the url is the same (which should result in nothing
550 return (active_loader->url() == url) ||
551 (active_loader->url().host() != url.host());
554 void InstantController::ScheduleUpdate(const GURL& url) {
555 scheduled_url_ = url;
596 const GURL& url,
609 if (new_loader->Update(tab_contents_, template_url, url, transition_type,
639 // Extension keywords don't have a real destionation URL.