OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:app_list
(Results
101 - 125
of
255
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/chromium_org/chrome/browser/ui/app_list/
app_list_syncable_service_factory.cc
5
#include "chrome/browser/ui/
app_list
/app_list_syncable_service_factory.h"
12
#include "chrome/browser/ui/
app_list
/app_list_syncable_service.h"
15
namespace
app_list
{
namespace
68
} // namespace
app_list
start_page_service.h
17
#include "ui/
app_list
/speech_ui_model_observer.h"
25
namespace
app_list
{
namespace
80
} // namespace
app_list
extension_app_model_builder.cc
5
#include "chrome/browser/ui/
app_list
/extension_app_model_builder.h"
16
#include "chrome/browser/ui/
app_list
/app_list_controller_delegate.h"
17
#include "chrome/browser/ui/
app_list
/extension_app_item.h"
43
app_list
::AppListModel* model,
201
app_list
::AppListItemModel* item =
224
app_list
::AppListItemModel* item) {
227
app_list
::AppListItemList* item_list = model_->item_list();
233
app_list
::AppListItemModel* item = item_list->item_at(idx - 1);
241
app_list
::AppListItemModel* item = item_list->item_at(idx + 1);
/external/chromium_org/chrome/browser/ui/app_list/search/common/
dictionary_data_store.h
23
namespace
app_list
{
namespace
72
} // namespace
app_list
json_response_fetcher.h
28
namespace
app_list
{
namespace
65
} // namespace
app_list
url_icon_source.h
23
namespace
app_list
{
namespace
74
} // namespace
app_list
/external/chromium_org/chrome/browser/ui/app_list/search/
search_controller.h
12
#include "chrome/browser/ui/
app_list
/search/mixer.h"
13
#include "ui/
app_list
/app_list_model.h"
18
namespace
app_list
{
namespace
70
} // namespace
app_list
tokenized_string.cc
5
#include "chrome/browser/ui/
app_list
/search/tokenized_string.h"
10
#include "chrome/browser/ui/
app_list
/search/term_break_iterator.h"
14
namespace
app_list
{
namespace
42
} // namespace
app_list
tokenized_string_char_iterator.cc
5
#include "chrome/browser/ui/
app_list
/search/tokenized_string_char_iterator.h"
11
namespace
app_list
{
namespace
70
} // namespace
app_list
/external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.h
10
#include "chrome/browser/ui/
app_list
/app_list_service_impl.h"
12
namespace
app_list
{
namespace
/external/chromium_org/google_apis/drive/
drive_common_callbacks.h
41
scoped_ptr<AppList>
app_list
)> AppListCallback;
/external/chromium_org/ui/app_list/
app_list_constants.h
9
#include "ui/
app_list
/app_list_export.h"
12
namespace
app_list
{
namespace
44
} // namespace
app_list
app_list_folder_item.h
11
#include "ui/
app_list
/app_list_export.h"
12
#include "ui/
app_list
/app_list_item_list_observer.h"
13
#include "ui/
app_list
/app_list_item_model.h"
14
#include "ui/
app_list
/app_list_item_model_observer.h"
16
namespace
app_list
{
namespace
65
} // namespace
app_list
app_list_model.h
11
#include "ui/
app_list
/app_list_export.h"
12
#include "ui/
app_list
/app_list_item_list.h"
15
namespace
app_list
{
namespace
60
} // namespace
app_list
speech_ui_model.cc
5
#include "ui/
app_list
/speech_ui_model.h"
7
namespace
app_list
{
namespace
54
} // namespace
app_list
/external/chromium_org/ui/app_list/test/
app_list_test_model.h
10
#include "ui/
app_list
/app_list_item_model.h"
11
#include "ui/
app_list
/app_list_model.h"
13
namespace
app_list
{
namespace
77
} // namespace
app_list
/external/chromium_org/ui/app_list/views/
app_list_folder_view.h
8
#include "ui/
app_list
/views/folder_header_view.h"
9
#include "ui/
app_list
/views/folder_header_view_delegate.h"
21
namespace
app_list
{
namespace
67
} // namespace
app_list
apps_container_view.h
14
namespace
app_list
{
namespace
64
} // namespace
app_list
folder_header_view.h
10
#include "ui/
app_list
/app_list_item_model_observer.h"
19
namespace
app_list
{
namespace
74
} // namespace
app_list
progress_bar_view.cc
5
#include "ui/
app_list
/views/progress_bar_view.h"
15
namespace
app_list
{
namespace
62
} // namespace
app_list
speech_view.h
8
#include "ui/
app_list
/speech_ui_model_observer.h"
18
namespace
app_list
{
namespace
62
} // namespace
app_list
/external/chromium_org/ash/test/
test_shell_delegate.cc
26
#include "ui/
app_list
/app_list_model.h"
27
#include "ui/
app_list
/app_list_view_delegate.h"
28
#include "ui/
app_list
/test/app_list_test_view_delegate.h"
100
app_list
::AppListViewDelegate* TestShellDelegate::CreateAppListViewDelegate() {
101
return new
app_list
::test::AppListTestViewDelegate;
/external/chromium_org/chrome/browser/chromeos/drive/
drive_app_registry.h
75
// Updates this registry from the |
app_list
|.
76
void UpdateFromAppList(const google_apis::AppList&
app_list
);
87
scoped_ptr<google_apis::AppList>
app_list
);
drive_app_registry.cc
119
scoped_ptr<google_apis::AppList>
app_list
) {
131
DCHECK(
app_list
);
132
UpdateFromAppList(*
app_list
);
136
const google_apis::AppList&
app_list
) {
140
for (size_t i = 0; i <
app_list
.items().size(); ++i) {
141
const google_apis::AppResource& app = *
app_list
.items()[i];
/external/chromium_org/ash/shelf/
shelf_navigator_unittest.cc
27
// Add
APP_LIST
for test.
28
LauncherItem
app_list
;
variable
29
app_list
.type = TYPE_APP_LIST;
30
model_->Add(
app_list
);
101
// the
APP_LIST
item which is automatically added at the end of items.
117
// the
APP_LIST
item which is automatically added at the end of items.
127
// Second one. It skips the
APP_LIST
item at the end of the list,
139
// Second one. It skips the
APP_LIST
item at the end of the list,
Completed in 97 milliseconds
1
2
3
4
5
6
7
8
9
10
11