OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shelf_model
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ash/test/
shell_test_api.cc
48
ShelfModel* ShellTestApi::
shelf_model
() {
function in class:ash::test::ShellTestApi
/external/chromium_org/ash/launcher/
launcher_unittest.cc
8
#include "ash/shelf/
shelf_model
.h"
71
ShelfModel*
shelf_model
() {
function in class:ash::LauncherTest
102
int index =
shelf_model
()->Add(item);
108
shelf_model
()->RemoveItemAt(index);
122
int index =
shelf_model
()->Add(item);
126
item_manager()->SetShelfItemDelegate(
shelf_model
()->items()[index].id,
136
shelf_model
()->RemoveItemAt(index);
140
LauncherID first_item_id =
shelf_model
()->next_id();
148
shelf_model
()->Add(item);
159
shelf_model
()->RemoveItemAt(shelf_model()->ItemIndexByID(first_item_id))
[
all
...]
launcher.cc
17
#include "ash/shelf/
shelf_model
.h"
45
Launcher::Launcher(ShelfModel*
shelf_model
,
53
shelf_model
, delegate_, shelf_widget_->shelf_layout_manager());
158
ShelfModel*
shelf_model
= shelf_view_->model();
local
159
const LauncherItems& items =
shelf_model
->items();
160
int item_count =
shelf_model
->item_count();
/external/chromium_org/ash/
shell.h
506
ShelfModel*
shelf_model
() {
function in class:ash::Shell
/external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_browsertest.cc
14
#include "ash/shelf/
shelf_model
.h"
128
ash::ShelfModel*
shelf_model
() {
function in class:LauncherPlatformAppBrowserTest
129
return ash::test::ShellTestApi(ash::Shell::GetInstance()).
shelf_model
();
140
return
shelf_model
()->items()[
shelf_model
()->item_count() - 1];
146
return
shelf_model
()->items()[
shelf_model
()->item_count() - 1];
199
model_ = ash::test::ShellTestApi(ash::Shell::GetInstance()).
shelf_model
();
350
int item_count =
shelf_model
()->item_count();
354
ASSERT_EQ(item_count,
shelf_model
()->item_count())
[
all
...]
Completed in 992 milliseconds