OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kDefaultThemeID
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/themes/
theme_service.h
65
static const char*
kDefaultThemeID
;
239
// |pending_install_id_| should be set to |
kDefaultThemeID
| if there are no
theme_service.cc
53
const char* ThemeService::
kDefaultThemeID
= "";
100
installed_pending_load_id_(
kDefaultThemeID
),
282
installed_pending_load_id_ !=
kDefaultThemeID
&&
286
installed_pending_load_id_ =
kDefaultThemeID
;
330
if (previous_theme_id !=
kDefaultThemeID
&&
412
return id == ThemeService::
kDefaultThemeID
||
440
SaveThemeID(
kDefaultThemeID
);
456
if (current_id ==
kDefaultThemeID
) {
Completed in 149 milliseconds