OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VersionHandlerChromeOS
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/
version_handler_chromeos.cc
10
VersionHandlerChromeOS
::
VersionHandlerChromeOS
() {
13
VersionHandlerChromeOS
::~
VersionHandlerChromeOS
() {
16
void
VersionHandlerChromeOS
::HandleRequestVersionInfo(const ListValue* args) {
20
base::Bind(&
VersionHandlerChromeOS
::OnVersion, base::Unretained(this)),
27
void
VersionHandlerChromeOS
::OnVersion(const std::string& version) {
version_handler_chromeos.h
13
//
VersionHandlerChromeOS
is responsible for loading the Chrome OS
15
class
VersionHandlerChromeOS
: public VersionHandler {
17
VersionHandlerChromeOS
();
18
virtual ~
VersionHandlerChromeOS
();
33
DISALLOW_COPY_AND_ASSIGN(
VersionHandlerChromeOS
);
version_ui.cc
142
web_ui->AddMessageHandler(new
VersionHandlerChromeOS
());
Completed in 3058 milliseconds