OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kDefaultThemeID
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/themes/
theme_service.h
65
static const char*
kDefaultThemeID
;
255
// |pending_install_id_| should be set to |
kDefaultThemeID
| if there are no
theme_service.cc
47
const char* ThemeService::
kDefaultThemeID
= "";
83
installed_pending_load_id_(
kDefaultThemeID
),
255
installed_pending_load_id_ !=
kDefaultThemeID
&&
259
installed_pending_load_id_ =
kDefaultThemeID
;
305
if (previous_theme_id !=
kDefaultThemeID
&&
380
return id == ThemeService::
kDefaultThemeID
||
412
SaveThemeID(
kDefaultThemeID
);
428
if (current_id ==
kDefaultThemeID
) {
/external/chromium/chrome/browser/themes/
theme_service.cc
40
const char* ThemeService::
kDefaultThemeID
= "";
350
return id == ThemeService::
kDefaultThemeID
||
556
SaveThemeID(
kDefaultThemeID
);
563
if (current_id !=
kDefaultThemeID
) {
theme_service.h
61
static const char*
kDefaultThemeID
;
Completed in 110 milliseconds