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

/external/chromium_org/chrome/browser/ui/webui/
H A Dtheme_source.h20 class ThemeSource : public content::URLDataSource { class in inherits:content::URLDataSource
22 explicit ThemeSource(Profile* profile);
23 virtual ~ThemeSource();
51 DISALLOW_COPY_AND_ASSIGN(ThemeSource);
H A Dtheme_source.cc42 // ThemeSource, public:
44 ThemeSource::ThemeSource(Profile* profile) function in class:ThemeSource
52 ThemeSource::~ThemeSource() {
55 std::string ThemeSource::GetSource() const {
59 void ThemeSource::StartDataRequest(
90 std::string ThemeSource::GetMimeType(const std::string& path) const {
102 base::MessageLoop* ThemeSource::MessageLoopForRequestPath(
122 bool ThemeSource
[all...]
H A Dtheme_handler.cc50 ThemeSource* theme = new ThemeSource(profile);
H A Dtheme_source_unittest.cc25 ThemeSource* theme_source() const { return theme_source_.get(); }
37 theme_source_.reset(new ThemeSource(profile_.get()));
57 scoped_ptr<ThemeSource> theme_source_;
H A Ddownloads_ui.cc115 ThemeSource* theme = new ThemeSource(profile);
H A Dversion_ui.cc140 ThemeSource* theme = new ThemeSource(profile);
H A Dinspect_ui.cc259 ThemeSource* theme = new ThemeSource(profile);
H A Dabout_ui.cc1099 ThemeSource* theme = new ThemeSource(profile);
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Duser_manager_ui.cc38 ThemeSource* theme = new ThemeSource(profile);
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Doobe_ui.cc308 ThemeSource* theme = new ThemeSource(profile);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Doptions_ui.cc359 ThemeSource* theme = new ThemeSource(profile);
/external/chromium_org/chrome/browser/search/
H A Dinstant_service.cc114 content::URLDataSource::Add(profile_, new ThemeSource(profile_));
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_extended_interactive_uitest.cc330 ThemeSource* theme = new ThemeSource(profile());
/external/chromium_org/chrome/browser/ui/webui/print_preview/
H A Dprint_preview_ui.cc402 content::URLDataSource::Add(profile, new ThemeSource(profile));
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service.cc1031 ThemeSource* theme_source = new ThemeSource(profile_);

Completed in 337 milliseconds