OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ItemIndexByID
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/ash/shelf/
shelf_window_watcher_unittest.cc
66
int index_w1 = model_->
ItemIndexByID
(id_w1);
73
int index_w2 = model_->
ItemIndexByID
(id_w2);
96
int index_w1 = model_->
ItemIndexByID
(id_w1);
102
int index_w2 = model_->
ItemIndexByID
(id_w2);
126
int index = model_->
ItemIndexByID
(id);
137
EXPECT_EQ(index, model_->
ItemIndexByID
(id));
152
int index = model_->
ItemIndexByID
(id);
162
EXPECT_EQ(index, model_->
ItemIndexByID
(id));
171
EXPECT_EQ(index, model_->
ItemIndexByID
(id));
187
int index = model_->
ItemIndexByID
(id)
[
all
...]
shelf_model.h
48
int
ItemIndexByID
(ShelfID id) const;
shelf_item_delegate_manager.cc
38
if (model_->
ItemIndexByID
(id) != -1) {
shelf_unittest.cc
157
shelf_model()->RemoveItemAt(shelf_model()->
ItemIndexByID
(first_item_id));
shelf_window_watcher.cc
144
model_->RemoveItemAt(model_->
ItemIndexByID
(GetShelfIDForWindow(window)));
181
return model_->
ItemIndexByID
(GetShelfIDForWindow(window));
shelf_model.cc
113
int ShelfModel::
ItemIndexByID
(ShelfID id) const {
shelf_view.cc
452
int index = model_->
ItemIndexByID
(id);
476
int current_index = model_->
ItemIndexByID
(id);
607
model_->
ItemIndexByID
(drag_and_drop_shelf_id_));
639
model_->
ItemIndexByID
(drag_and_drop_shelf_id_));
656
model_->
ItemIndexByID
(drag_and_drop_shelf_id_));
[
all
...]
shelf_view_unittest.cc
273
int index = model_->
ItemIndexByID
(id);
389
model_->RemoveItemAt(model_->
ItemIndexByID
(id));
394
int index = model_->
ItemIndexByID
(id);
[
all
...]
/external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_browsertest.cc
407
EXPECT_LT(shelf_model()->
ItemIndexByID
(foo_id),
408
shelf_model()->
ItemIndexByID
(id));
421
EXPECT_LT(shelf_model()->
ItemIndexByID
(id),
422
shelf_model()->
ItemIndexByID
(bar_id));
449
EXPECT_LT(shelf_model()->
ItemIndexByID
(shortcut_id),
450
shelf_model()->
ItemIndexByID
(foo_id));
467
EXPECT_GT(shelf_model()->
ItemIndexByID
(shortcut_id),
468
shelf_model()->
ItemIndexByID
(foo_id));
584
ActivateShelfItem(shelf_model()->
ItemIndexByID
(item_id1));
591
ActivateShelfItem(shelf_model()->
ItemIndexByID
(item_id2))
[
all
...]
chrome_launcher_controller.cc
446
int index = model_->
ItemIndexByID
(i->first);
518
int index = model_->
ItemIndexByID
(id);
561
int index = model_->
ItemIndexByID
(id);
584
UnpinRunningAppInternal(model_->
ItemIndexByID
(id));
593
int index = model_->
ItemIndexByID
(id);
611
int index = model_->
ItemIndexByID
(id);
639
int index = model_->
ItemIndexByID
(id);
811
int index = model_->
ItemIndexByID
(i->first);
830
int index = model_->
ItemIndexByID
(shelf_id);
[
all
...]
chrome_launcher_controller_unittest.cc
[
all
...]
/external/chromium_org/ash/test/
test_shelf_delegate.cc
59
int index = model_->
ItemIndexByID
(id);
/external/chromium_org/ash/shell/
window_watcher.cc
131
int index = model->
ItemIndexByID
(i->first);
/external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc
220
int index = model->
ItemIndexByID
(GetShelfIDForWindow(window));
[
all
...]
Completed in 237 milliseconds