OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SystemInfoUIHTMLSource
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/chromeos/
system_info_ui.cc
45
class
SystemInfoUIHTMLSource
: public content::URLDataSource{
47
SystemInfoUIHTMLSource
();
64
virtual ~
SystemInfoUIHTMLSource
() {}
75
base::WeakPtrFactory<
SystemInfoUIHTMLSource
> weak_ptr_factory_;
76
DISALLOW_COPY_AND_ASSIGN(
SystemInfoUIHTMLSource
);
95
//
SystemInfoUIHTMLSource
99
SystemInfoUIHTMLSource
::
SystemInfoUIHTMLSource
() : weak_ptr_factory_(this) {}
101
std::string
SystemInfoUIHTMLSource
::GetSource() const {
105
void
SystemInfoUIHTMLSource
::StartDataRequest
[
all
...]
/external/chromium/chrome/browser/ui/webui/chromeos/
system_info_ui.cc
35
class
SystemInfoUIHTMLSource
: public ChromeURLDataManager::DataSource {
37
SystemInfoUIHTMLSource
();
49
~
SystemInfoUIHTMLSource
() {}
60
DISALLOW_COPY_AND_ASSIGN(
SystemInfoUIHTMLSource
);
80
//
SystemInfoUIHTMLSource
84
SystemInfoUIHTMLSource
::
SystemInfoUIHTMLSource
()
89
void
SystemInfoUIHTMLSource
::StartDataRequest(const std::string& path,
101
NewCallback(this, &
SystemInfoUIHTMLSource
::SyslogsComplete));
105
void
SystemInfoUIHTMLSource
::SyslogsComplete
[
all
...]
Completed in 363 milliseconds