OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:previous_theme_id
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/extensions/
gtk_theme_installed_infobar_delegate.cc
12
const std::string&
previous_theme_id
,
14
: ThemeInstalledInfoBarDelegate(tab_contents, new_theme,
previous_theme_id
),
gtk_theme_installed_infobar_delegate.h
22
const std::string&
previous_theme_id
,
extension_install_ui.h
77
// Show an infobar for a newly-installed theme.
previous_theme_id
84
const std::string&
previous_theme_id
, bool previous_use_system_theme,
102
const std::string&
previous_theme_id
,
theme_installed_infobar_delegate.cc
25
const std::string&
previous_theme_id
)
31
previous_theme_id_(
previous_theme_id
),
theme_installed_infobar_delegate.h
24
const std::string&
previous_theme_id
);
extension_install_ui.cc
218
void ExtensionInstallUI::ShowThemeInfoBar(const std::string&
previous_theme_id
,
255
tab_contents, new_theme,
previous_theme_id
, previous_use_system_theme);
277
const std::string&
previous_theme_id
,
281
previous_theme_id
, previous_use_system_theme);
284
previous_theme_id
);
/external/chromium/chrome/browser/sync/glue/
theme_util.cc
110
std::string
previous_theme_id
;
local
116
previous_theme_id
= current_theme->id();
125
previous_theme_id
, previous_use_system_theme,
Completed in 82 milliseconds