HomeSort by relevance Sort by last modified time
    Searched refs:GetURLForText (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit.h 415 bool GetURLForText(const string16& text, GURL* url) const;
autocomplete_edit.cc 333 if (!GetURLForText(*text, url))
350 if (GetURLForText(permanent_text_, &perm_url) &&
    [all...]

Completed in 298 milliseconds