Searched defs:WindowTypeShelfItem (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ash/shell/
H A Dapp_list.cc39 // WindowTypeShelfItem is an app item of app list. It carries a window
41 class WindowTypeShelfItem : public app_list::AppListItem { class in namespace:ash::shell::__anon1947
52 explicit WindowTypeShelfItem(const std::string& id, Type type) function in class:ash::shell::__anon1947::WindowTypeShelfItem
148 DISALLOW_COPY_AND_ASSIGN(WindowTypeShelfItem);
157 ExampleSearchResult(WindowTypeShelfItem::Type type,
160 SetIcon(WindowTypeShelfItem::GetIcon(type_));
163 base::UTF8ToUTF16(WindowTypeShelfItem::GetTitle(type_));
182 base::UTF8ToUTF16(WindowTypeShelfItem::GetDetails(type_));
189 WindowTypeShelfItem::Type type() const { return type_; }
192 WindowTypeShelfItem
[all...]

Completed in 81 milliseconds