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

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_types.h 106 const base::string16& display_text() const { return display_text_; }
123 base::string16 display_text_; member in class:autofill::DialogNotification
126 // which part of |display_text_| is the anchor text.
autofill_dialog_types.cc 38 display_text_(display_text),
47 display_text_ = JoinString(pieces, base::string16());

Completed in 218 milliseconds