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 113 void AppListItem::SetNameAndShortName(const std::string& name,
app_list_model.cc 225 item->SetNameAndShortName(name, short_name);
  /external/chromium_org/chrome/browser/ui/app_list/
fast_show_pickler.cc 163 result->SetNameAndShortName(name, short_name);
190 dest_item->SetNameAndShortName(src_item->name(), src_item->short_name());
extension_app_item.cc 177 SetNameAndShortName(extension->name(), extension->short_name());

Completed in 85 milliseconds