OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shelf_model
(Results
1 - 25
of
36
) sorted by null
1
2
/external/chromium_org/ash/shelf/
shelf_unittest.cc
8
#include "ash/shelf/
shelf_model
.h"
69
ShelfModel*
shelf_model
() {
function in class:ash::ShelfTest
100
int index =
shelf_model
()->Add(item);
106
shelf_model
()->RemoveItemAt(index);
120
int index =
shelf_model
()->Add(item);
124
item_manager()->SetShelfItemDelegate(
shelf_model
()->items()[index].id,
134
shelf_model
()->RemoveItemAt(index);
138
ShelfID first_item_id =
shelf_model
()->next_id();
146
shelf_model
()->Add(item);
157
shelf_model
()->RemoveItemAt(shelf_model()->ItemIndexByID(first_item_id))
[
all
...]
app_list_shelf_item_delegate.cc
7
#include "ash/shelf/
shelf_model
.h"
18
Shell::GetInstance()->
shelf_model
()->Add(app_list);
32
ShelfModel* model = Shell::GetInstance()->
shelf_model
();
shelf.cc
17
#include "ash/shelf/
shelf_model
.h"
45
Shelf::Shelf(ShelfModel*
shelf_model
,
53
shelf_model
, delegate_, shelf_widget_->shelf_layout_manager());
158
ShelfModel*
shelf_model
= shelf_view_->model();
local
159
const ShelfItems& items =
shelf_model
->items();
160
int item_count =
shelf_model
->item_count();
shelf_item_delegate_manager.cc
8
#include "ash/shelf/
shelf_model
.h"
shelf_navigator.cc
7
#include "ash/shelf/
shelf_model
.h"
shelf_window_watcher_item_delegate.cc
7
#include "ash/shelf/
shelf_model
.h"
shelf_navigator_unittest.cc
10
#include "ash/shelf/
shelf_model
.h"
shelf_window_watcher_unittest.cc
9
#include "ash/shelf/
shelf_model
.h"
32
model_ = test::ShellTestApi(Shell::GetInstance()).
shelf_model
();
shelf_model.cc
5
#include "ash/shelf/
shelf_model
.h"
shelf_window_watcher.cc
10
#include "ash/shelf/
shelf_model
.h"
shelf_widget.cc
14
#include "ash/shelf/
shelf_model
.h"
732
// This needs to be called before
shelf_model
().
738
new Shelf(shell->
shelf_model
(), shell->GetShelfDelegate(), this));
shelf_model_unittest.cc
5
#include "ash/shelf/
shelf_model
.h"
shelf_widget_unittest.cc
11
#include "ash/shelf/
shelf_model
.h"
/external/chromium_org/ash/test/
shell_test_api.h
40
ShelfModel*
shelf_model
();
shell_test_api.cc
46
ShelfModel* ShellTestApi::
shelf_model
() {
function in class:ash::test::ShellTestApi
test_shelf_delegate.cc
8
#include "ash/shelf/
shelf_model
.h"
shelf_view_test_api.cc
10
#include "ash/shelf/
shelf_model
.h"
/external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_browsertest.cc
15
#include "ash/shelf/
shelf_model
.h"
124
ash::ShelfModel*
shelf_model
() {
function in class:LauncherPlatformAppBrowserTest
125
return ash::test::ShellTestApi(ash::Shell::GetInstance()).
shelf_model
();
136
return
shelf_model
()->items()[
shelf_model
()->item_count() - 1];
142
return
shelf_model
()->items()[
shelf_model
()->item_count() - 1];
195
model_ = ash::test::ShellTestApi(ash::Shell::GetInstance()).
shelf_model
();
345
int item_count =
shelf_model
()->item_count();
349
ASSERT_EQ(item_count,
shelf_model
()->item_count())
2116
ash::ShelfModel*
shelf_model
= ash::Shell::GetInstance()->
shelf_model
();
local
[
all
...]
launcher_context_menu_unittest.cc
9
#include "ash/shelf/
shelf_model
.h"
app_window_launcher_item_controller.cc
9
#include "ash/shelf/
shelf_model
.h"
browser_shortcut_launcher_item_controller.cc
10
#include "ash/shelf/
shelf_model
.h"
app_shortcut_launcher_item_controller.cc
8
#include "ash/shelf/
shelf_model
.h"
/external/chromium_org/ash/shell/
window_watcher.cc
10
#include "ash/shelf/
shelf_model
.h"
99
ShelfModel* model = Shell::GetInstance()->
shelf_model
();
131
ShelfModel* model = Shell::GetInstance()->
shelf_model
();
/external/chromium_org/ash/wm/panels/
panel_window_resizer_unittest.cc
10
#include "ash/shelf/
shelf_model
.h"
44
model_ = test_api.
shelf_model
();
panel_layout_manager_unittest.cc
13
#include "ash/shelf/
shelf_model
.h"
219
ShelfModel* model = test::ShellTestApi(Shell::GetInstance()).
shelf_model
();
[
all
...]
Completed in 3322 milliseconds
1
2