Searched refs:ThemeSource (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
H A Dtheme_source.h16 class ThemeSource : public ChromeURLDataManager::DataSource { class in inherits:ChromeURLDataManager::DataSource
18 explicit ThemeSource(Profile* profile);
33 virtual ~ThemeSource();
45 DISALLOW_COPY_AND_ASSIGN(ThemeSource);
H A Dtheme_source.cc31 // ThemeSource, public:
33 ThemeSource::ThemeSource(Profile* profile) function in class:ThemeSource
40 ThemeSource::~ThemeSource() {
43 void ThemeSource::StartDataRequest(const std::string& path,
68 std::string ThemeSource::GetMimeType(const std::string& path) const {
79 MessageLoop* ThemeSource::MessageLoopForRequestPath(
98 bool ThemeSource::ShouldReplaceExistingSource() const {
99 // We currently get the css_bytes_ in the ThemeSource constructo
[all...]
H A Dtheme_source_unittest.cc14 // A mock ThemeSource (so we can override SendResponse to get at its data).
15 class MockThemeSource : public ThemeSource {
18 : ThemeSource(profile),
H A Dnew_tab_ui.cc430 ThemeSource* theme = new ThemeSource(profile);
/external/chromium/chrome/browser/ui/webui/options/
H A Doptions_ui.cc247 ThemeSource* theme = new ThemeSource(contents->profile());

Completed in 77 milliseconds