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

  /external/chromium_org/ui/app_list/
app_list_item.h 107 void SetNameAndShortName(const std::string& name,
app_list_item.cc 114 void AppListItem::SetNameAndShortName(const std::string& name,
app_list_model.cc 226 item->SetNameAndShortName(name, short_name);
  /external/chromium_org/chrome/browser/ui/app_list/
fast_show_pickler.cc 161 result->SetNameAndShortName(name, short_name);
188 dest_item->SetNameAndShortName(src_item->name(), src_item->short_name());
extension_app_item.cc 175 SetNameAndShortName(extension->name(), extension->short_name());

Completed in 4149 milliseconds