OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetTint
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/themes/
custom_theme_supplier.cc
20
bool CustomThemeSupplier::
GetTint
(int id, color_utils::HSL* hsl) const {
theme_service.cc
392
color_utils::HSL ThemeService::
GetTint
(int id) const {
396
if (theme_supplier_.get() && theme_supplier_->
GetTint
(id, &hsl))
browser_theme_pack.cc
816
bool BrowserThemePack::
GetTint
(int id, color_utils::HSL* hsl) const {
[
all
...]
/external/chromium/chrome/browser/themes/
theme_service.cc
540
color_utils::HSL ThemeService::
GetTint
(int id) const {
544
if (theme_pack_.get() && theme_pack_->
GetTint
(id, &hsl))
browser_theme_pack.cc
454
bool BrowserThemePack::
GetTint
(int id, color_utils::HSL* hsl) const {
[
all
...]
Completed in 43 milliseconds