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

  /external/chromium_org/ui/app_list/
app_list_item.h 41 return short_name_.empty() ? name_ : short_name_;
46 const std::string& short_name() const { return short_name_; }
126 // The full name of an item. Used for display if |short_name_| is empty.
130 std::string short_name_; member in class:app_list::AppListItem
  /external/chromium_org/extensions/common/
extension.h 291 const std::string& short_name() const { return short_name_; }
412 std::string short_name_; member in class:extensions::Extension

Completed in 247 milliseconds