HomeSort by relevance Sort by last modified time
    Searched defs:ThemeSource (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/webui/
theme_source.h 16 class ThemeSource : public ChromeURLDataManager::DataSource {
18 explicit ThemeSource(Profile* profile);
33 virtual ~ThemeSource();
45 DISALLOW_COPY_AND_ASSIGN(ThemeSource);
theme_source.cc 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 nee
    [all...]

Completed in 107 milliseconds