Home | History | Annotate | Download | only in webui

Lines Matching defs:ThemeSource

31 // ThemeSource, public:
33 ThemeSource::ThemeSource(Profile* profile)
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 constructor, so we need
105 // ThemeSource, private:
107 void ThemeSource::SendThemeBitmap(int request_id, int resource_id) {