OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TilingToString
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/themes/
theme_properties.h
128
static std::string
TilingToString
(int tiling);
theme_properties.cc
189
std::string ThemeProperties::
TilingToString
(int tiling) {
/external/chromium/chrome/browser/themes/
theme_service.h
199
static std::string
TilingToString
(int tiling);
theme_service.cc
406
std::string ThemeService::
TilingToString
(int tiling) {
/external/chromium/chrome/browser/ui/webui/
ntp_resource_cache.cc
139
return ThemeService::
TilingToString
(repeat_mode);
/external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_resource_cache.cc
156
return ThemeProperties::
TilingToString
(repeat_mode);
Completed in 94 milliseconds