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

  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit.cc 143 (permanent_text_ != new_permanent_text) &&
146 permanent_text_ = new_permanent_text;
151 return URLFixerUpper::FixupURL(UTF16ToUTF8(permanent_text_), std::string());
251 if (*url == URLFixerUpper::FixupURL(UTF16ToUTF8(permanent_text_),
350 if (GetURLForText(permanent_text_, &perm_url) &&
378 view_->SetWindowTextAndCaretPos(permanent_text_,
379 has_focus_ ? permanent_text_.length() : 0);
442 URLFixerUpper::FixupURL(UTF16ToUTF8(permanent_text_), std::string()))) {
656 // to interact with the popup, changing the permanent_text_ shouldn't
662 InternalSetUserText(permanent_text_);
    [all...]
autocomplete_edit.h 176 // Updates permanent_text_ to |new_permanent_text|. Returns true if this
452 string16 permanent_text_; member in class:AutocompleteEditModel
499 // and the popup is closed and "goog" is replaced by the permanent_text_,
505 // them and not revert all the way to the permanent_text_.

Completed in 151 milliseconds