OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ShelfModel
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/shelf/
shelf_model.cc
63
ShelfModel
::
ShelfModel
() : next_id_(1), status_(STATUS_NORMAL) {
66
ShelfModel
::~
ShelfModel
() {
69
int
ShelfModel
::Add(const LauncherItem& item) {
73
int
ShelfModel
::AddAt(int index, const LauncherItem& item) {
81
void
ShelfModel
::RemoveItemAt(int index) {
92
void
ShelfModel
::Move(int index, int target_index) {
103
void
ShelfModel
::Set(int index, const LauncherItem& item) {
129
int
ShelfModel
::ItemIndexByID(LauncherID id) const
[
all
...]
shelf_model.h
18
class ASH_EXPORT
ShelfModel
{
26
ShelfModel
();
27
~
ShelfModel
();
62
// Returns a reserved id which will not be used by the |
ShelfModel
|.
91
DISALLOW_COPY_AND_ASSIGN(
ShelfModel
);
Completed in 34 milliseconds