Home
last modified time | relevance | path

Searched refs:perm_url (Results 1 – 2 of 2) 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()
/external/chromium_org/chrome/browser/ui/omnibox/
Domnibox_edit_model.cc478 GURL perm_url(PermanentURL()); in AdjustTextForCopy() local
479 if (perm_url.SchemeIs(content::kHttpScheme) && in AdjustTextForCopy()
480 url->SchemeIs(content::kHttpScheme) && perm_url.host() == url->host()) { in AdjustTextForCopy()