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

  /external/chromium/chrome/browser/instant/
instant_loader.h 103 const string16& user_text() const { return user_text_; }
112 // Invoked when the page wants to update the suggested text. If |user_text_|
179 string16 user_text_; member in class:InstantLoader
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit.h 184 // Sets the user_text_ to |text|. Only the View should call this.
379 // Called whenever user_text_ should change.
463 string16 user_text_; member in class:AutocompleteEditModel
484 // appended to the user_text_ and displayed selected (at least initially).
497 // the user_text_ is still "goog", and "google.com" is "temporary text".

Completed in 36 milliseconds