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

  /external/chromium_org/ui/app_list/
app_list_model.cc 214 void AppListModel::SetItemName(AppListItem* item, const std::string& name) {
216 DVLOG(2) << "AppListModel::SetItemName: " << item->ToDebugString();
  /external/chromium_org/ui/app_list/views/
app_list_folder_view.cc 317 void AppListFolderView::SetItemName(AppListFolderItem* item,
319 model_->SetItemName(item, name);

Completed in 37 milliseconds