Searched defs:perm_url (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit.cc349 GURL perm_url; local
350 if (GetURLForText(permanent_text_, &perm_url) &&
351 perm_url.SchemeIs(chrome::kHttpScheme) &&
353 perm_url.host() == url->host()) {

Completed in 89 milliseconds