Searched defs:ThemeSource (Results 1 - 2 of 2) 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...]

Completed in 848 milliseconds