Home
last modified time | relevance | path

Searched refs:APP_LIST_EXPORT (Results 1 – 25 of 48) sorted by relevance

12

/external/chromium_org/ui/app_list/
Dapp_list_constants.h15 APP_LIST_EXPORT extern const SkColor kContentsBackgroundColor;
16 APP_LIST_EXPORT extern const SkColor kSearchBoxBackground;
17 APP_LIST_EXPORT extern const SkColor kTopSeparatorColor;
18 APP_LIST_EXPORT extern const SkColor kBottomSeparatorColor;
20 APP_LIST_EXPORT extern const SkColor kDialogSeparatorColor;
22 APP_LIST_EXPORT extern const SkColor kHighlightedColor;
23 APP_LIST_EXPORT extern const SkColor kSelectedColor;
25 APP_LIST_EXPORT extern const SkColor kPagerHoverColor;
26 APP_LIST_EXPORT extern const SkColor kPagerNormalColor;
27 APP_LIST_EXPORT extern const SkColor kPagerSelectedColor;
[all …]
Dapp_list_switches.h14 APP_LIST_EXPORT extern const char kDisableAppInfo[];
15 APP_LIST_EXPORT extern const char kDisableDriveAppsInAppList[];
16 APP_LIST_EXPORT extern const char kDisableSyncAppList[];
17 APP_LIST_EXPORT extern const char kEnableCenteredAppList[];
18 APP_LIST_EXPORT extern const char kEnableExperimentalAppList[];
19 APP_LIST_EXPORT extern const char kEnableHotwordAlwaysOn[];
20 APP_LIST_EXPORT extern const char kEnableSyncAppList[];
22 bool APP_LIST_EXPORT IsAppListSyncEnabled();
24 bool APP_LIST_EXPORT IsFolderUIEnabled();
26 bool APP_LIST_EXPORT IsVoiceSearchEnabled();
[all …]
Dapp_list_export.h15 #define APP_LIST_EXPORT __declspec(dllexport) macro
17 #define APP_LIST_EXPORT __declspec(dllimport) macro
22 #define APP_LIST_EXPORT __attribute__((visibility("default"))) macro
24 #define APP_LIST_EXPORT macro
29 #define APP_LIST_EXPORT macro
Dsearch_result.h28 class APP_LIST_EXPORT SearchResult {
37 struct APP_LIST_EXPORT Tag {
61 struct APP_LIST_EXPORT Action {
Dsearch_box_model.h24 class APP_LIST_EXPORT SearchBoxModel {
27 struct APP_LIST_EXPORT SpeechButtonProperty {
Dapp_list_view_delegate.h39 class APP_LIST_EXPORT AppListViewDelegate {
42 struct APP_LIST_EXPORT User {
Dapp_list_view_delegate_observer.h12 class APP_LIST_EXPORT AppListViewDelegateObserver {
Dsearch_box_model_observer.h12 class APP_LIST_EXPORT SearchBoxModelObserver {
Dpagination_model_observer.h12 class APP_LIST_EXPORT PaginationModelObserver {
Dapp_list_item_observer.h12 class APP_LIST_EXPORT AppListItemObserver {
Dsearch_result_observer.h12 class APP_LIST_EXPORT SearchResultObserver {
Dapp_list_model_observer.h14 class APP_LIST_EXPORT AppListModelObserver {
Dspeech_ui_model_observer.h24 class APP_LIST_EXPORT SpeechUIModelObserver {
Dapp_list_item_list_observer.h15 class APP_LIST_EXPORT AppListItemListObserver {
Dpagination_controller.h25 class APP_LIST_EXPORT PaginationController {
Dsearch_provider.h19 class APP_LIST_EXPORT SearchProvider {
/external/chromium_org/ui/app_list/views/
Dsearch_box_view_delegate.h14 class APP_LIST_EXPORT SearchBoxViewDelegate {
Dsearch_result_list_view_delegate.h14 class APP_LIST_EXPORT SearchResultListViewDelegate {
Dapps_grid_view_delegate.h21 class APP_LIST_EXPORT AppsGridViewDelegate {
Dapps_grid_view_folder_delegate.h24 class APP_LIST_EXPORT AppsGridViewFolderDelegate {
Dtile_item_view.h23 class APP_LIST_EXPORT TileItemView : public views::CustomButton,
/external/chromium_org/ui/app_list/cocoa/
Dapp_list_window_controller.h16 APP_LIST_EXPORT
Dapps_grid_view_item.h21 APP_LIST_EXPORT
/external/chromium_org/ui/app_list/search/
Dtokenized_string_match.h25 class APP_LIST_EXPORT TokenizedStringMatch {
Dtokenized_string.h20 class APP_LIST_EXPORT TokenizedString {

12