WindowTypeShelfItem 51 ash/shell/app_list.cc explicit WindowTypeShelfItem(const std::string& id, Type type) WindowTypeShelfItem 148 ash/shell/app_list.cc DISALLOW_COPY_AND_ASSIGN(WindowTypeShelfItem); WindowTypeShelfItem 157 ash/shell/app_list.cc ExampleSearchResult(WindowTypeShelfItem::Type type, WindowTypeShelfItem 160 ash/shell/app_list.cc SetIcon(WindowTypeShelfItem::GetIcon(type_)); WindowTypeShelfItem 163 ash/shell/app_list.cc base::UTF8ToUTF16(WindowTypeShelfItem::GetTitle(type_)); WindowTypeShelfItem 182 ash/shell/app_list.cc base::UTF8ToUTF16(WindowTypeShelfItem::GetDetails(type_)); WindowTypeShelfItem 189 ash/shell/app_list.cc WindowTypeShelfItem::Type type() const { return type_; } WindowTypeShelfItem 192 ash/shell/app_list.cc WindowTypeShelfItem::Type type_; WindowTypeShelfItem 208 ash/shell/app_list.cc for (int i = 0; i < static_cast<int>(WindowTypeShelfItem::LAST_TYPE); ++i) { WindowTypeShelfItem 209 ash/shell/app_list.cc WindowTypeShelfItem::Type type = WindowTypeShelfItem 210 ash/shell/app_list.cc static_cast<WindowTypeShelfItem::Type>(i); WindowTypeShelfItem 212 ash/shell/app_list.cc scoped_ptr<WindowTypeShelfItem> shelf_item( WindowTypeShelfItem 213 ash/shell/app_list.cc new WindowTypeShelfItem(id, type)); WindowTypeShelfItem 272 ash/shell/app_list.cc WindowTypeShelfItem::ActivateItem(example_result->type(), event_flags); WindowTypeShelfItem 297 ash/shell/app_list.cc for (int i = 0; i < static_cast<int>(WindowTypeShelfItem::LAST_TYPE); ++i) { WindowTypeShelfItem 298 ash/shell/app_list.cc WindowTypeShelfItem::Type type = WindowTypeShelfItem 299 ash/shell/app_list.cc static_cast<WindowTypeShelfItem::Type>(i); WindowTypeShelfItem 302 ash/shell/app_list.cc base::UTF8ToUTF16(WindowTypeShelfItem::GetTitle(type));