OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FirstRunningAppIndex
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ash/shelf/
shelf_model_unittest.cc
247
EXPECT_EQ(2, model_->
FirstRunningAppIndex
());
253
EXPECT_EQ(2, model_->
FirstRunningAppIndex
());
259
EXPECT_EQ(3, model_->
FirstRunningAppIndex
());
266
EXPECT_EQ(running_app_index, model_->
FirstRunningAppIndex
());
269
EXPECT_EQ(running_app_index, model_->
FirstRunningAppIndex
());
280
EXPECT_EQ(2, model_->
FirstRunningAppIndex
());
286
EXPECT_EQ(2, model_->
FirstRunningAppIndex
());
292
EXPECT_EQ(3, model_->
FirstRunningAppIndex
());
299
EXPECT_EQ(running_app_index, model_->
FirstRunningAppIndex
());
302
EXPECT_EQ(running_app_index, model_->
FirstRunningAppIndex
());
[
all
...]
shelf_model.h
58
int
FirstRunningAppIndex
() const;
shelf_model.cc
135
int ShelfModel::
FirstRunningAppIndex
() const {
/external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.cc
[
all
...]
Completed in 206 milliseconds