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

  /external/chromium_org/ui/base/ime/
infolist_entry.cc 9 InfolistEntry::InfolistEntry(const base::string16& title,
13 bool InfolistEntry::operator==(const InfolistEntry& other) const {
18 bool InfolistEntry::operator!=(const InfolistEntry& other) const {
infolist_entry.h 14 struct UI_BASE_EXPORT InfolistEntry {
19 InfolistEntry(const base::string16& title, const base::string16& body);
20 bool operator==(const InfolistEntry& entry) const;
21 bool operator!=(const InfolistEntry& entry) const;

Completed in 5510 milliseconds