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

  /external/chromium_org/chrome/browser/ui/webui/
theme_source.h 20 class ThemeSource : public content::URLDataSource {
22 explicit ThemeSource(Profile* profile);
23 virtual ~ThemeSource();
51 DISALLOW_COPY_AND_ASSIGN(ThemeSource);
theme_source.cc 42 // ThemeSource, public:
44 ThemeSource::ThemeSource(Profile* profile)
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::ShouldReplaceExistingSource() const
    [all...]

Completed in 168 milliseconds