Home
last modified time | relevance | path

Searched refs:perm_url (Results 1 – 1 of 1) sorted by relevance

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