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

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_impl.cc 143 int subtext_width = gfx::GetStringWidth(subtexts_[i], subtext_font_list());
159 subtexts_[i] = gfx::ElideText(subtexts_[i], subtext_font_list(),
191 subtexts_.erase(subtexts_.begin());
201 subtexts_.erase(subtexts_.begin());
218 subtexts_.insert(subtexts_.begin(), base::string16());
225 subtexts_.insert(subtexts_.begin(), labels.begin(), labels.end())
    [all...]
autofill_popup_controller_impl.h 184 std::vector<base::string16> subtexts_; member in class:autofill::AutofillPopupControllerImpl

Completed in 254 milliseconds