OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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)
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 570 milliseconds