HomeSort by relevance Sort by last modified time
    Searched defs:ThemeSource (Results 1 - 4 of 4) 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...]
  /external/chromium_org/chrome/browser/ui/webui/
theme_source.h 21 class ThemeSource : public content::URLDataSource {
23 explicit ThemeSource(Profile* profile);
24 virtual ~ThemeSource();
53 DISALLOW_COPY_AND_ASSIGN(ThemeSource);
theme_source.cc 42 // ThemeSource, public:
44 ThemeSource::ThemeSource(Profile* profile)
50 ThemeSource::~ThemeSource() {
53 std::string ThemeSource::GetSource() const {
57 void ThemeSource::StartDataRequest(
88 std::string ThemeSource::GetMimeType(const std::string& path) const {
100 base::MessageLoop* ThemeSource::MessageLoopForRequestPath(
120 bool ThemeSource::ShouldReplaceExistingSource() const
    [all...]

Completed in 43 milliseconds