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

  /external/chromium_org/chromeos/dbus/ibus/
ibus_lookup_table.h 96 std::string description_title; member in struct:chromeos::IBusLookupTable::Entry
ibus_text.cc 18 const char kDescriptionTitleKey[] = "description_title";
69 if (!ibus_text.description_title().empty()) {
70 scoped_ptr<base::Value> description_title(
71 base::Value::CreateStringValue(ibus_text.description_title()));
73 *description_title.get());
144 std::string description_title; local
145 if (description_title_value->GetAsString(&description_title))
146 ibus_text->set_description_title(description_title);
233 description_title_ = obj.description_title();
ibus_text.h 150 const std::string& description_title() const { return description_title_; } function in class:chromeos::IBusText

Completed in 58 milliseconds