Searched refs:PermanentURL (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit.h182 GURL PermanentURL();
H A Dautocomplete_edit.cc150 GURL AutocompleteEditModel::PermanentURL() { function in class:AutocompleteEditModel
217 if (current_match.destination_url == PermanentURL()) {
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_model.cc325 GURL OmniboxEditModel::PermanentURL() { function in class:OmniboxEditModel
398 if (current_match.destination_url != PermanentURL())
458 *url = PermanentURL();
478 GURL perm_url(PermanentURL());
917 // that we avoid PermanentURL() here because it's not guaranteed to give us
H A Domnibox_edit_model.h153 GURL PermanentURL();

Completed in 555 milliseconds