OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kContentsBackgroundColor
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/ui/app_list/
app_list_constants.h
15
APP_LIST_EXPORT extern const SkColor
kContentsBackgroundColor
;
app_list_constants.cc
9
const SkColor
kContentsBackgroundColor
= SkColorSetRGB(0xFB, 0xFB, 0xFB);
17
// 6% black over
kContentsBackgroundColor
19
// 10% black over
kContentsBackgroundColor
/external/chromium_org/ui/app_list/views/
tile_item_view.cc
48
app_list::
kContentsBackgroundColor
));
app_list_background.cc
81
paint.setColor(
kContentsBackgroundColor
);
app_list_item_view.cc
216
title_->SetBackgroundColor(app_list::
kContentsBackgroundColor
);
218
app_list::
kContentsBackgroundColor
));
folder_header_view.cc
81
folder_name_view_->SetBackgroundColor(
kContentsBackgroundColor
);
search_result_view.cc
221
canvas->FillRect(content_rect,
kContentsBackgroundColor
);
app_list_view.cc
360
set_color(
kContentsBackgroundColor
);
/external/chromium_org/chrome/browser/ui/views/app_list/
app_list_dialog_container.cc
47
paint.setColor(app_list::
kContentsBackgroundColor
);
Completed in 94 milliseconds