OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kContentsBackgroundColor
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/app_list/
app_list_constants.h
14
APP_LIST_EXPORT extern const SkColor
kContentsBackgroundColor
;
app_list_constants.cc
9
const SkColor
kContentsBackgroundColor
= SkColorSetRGB(0xFB, 0xFB, 0xFB);
13
// 6% black over
kContentsBackgroundColor
15
// 10% black over
kContentsBackgroundColor
/external/chromium_org/ui/app_list/views/
app_list_background.cc
74
paint.setColor(
kContentsBackgroundColor
);
folder_header_view.cc
76
folder_name_view_->SetBackgroundColor(
kContentsBackgroundColor
);
app_list_view.cc
281
set_color(
kContentsBackgroundColor
);
search_result_view.cc
221
canvas->FillRect(content_rect,
kContentsBackgroundColor
);
Completed in 332 milliseconds