OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnOSFirmware
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/ui/webui/options/
about_page_handler.h
45
void
OnOSFirmware
(chromeos::VersionLoader::Handle handle,
about_page_handler.cc
281
NewCallback(this, &AboutPageHandler::
OnOSFirmware
));
426
void AboutPageHandler::
OnOSFirmware
(chromeos::VersionLoader::Handle handle,
/external/chromium_org/chrome/browser/ui/webui/help/
help_handler.h
81
void
OnOSFirmware
(const std::string& firmware);
help_handler.cc
327
base::Bind(&HelpHandler::
OnOSFirmware
, base::Unretained(this)),
514
void HelpHandler::
OnOSFirmware
(const std::string& firmware) {
/external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector.h
137
void
OnOSFirmware
(const std::string& version);
device_status_collector.cc
205
base::Bind(&DeviceStatusCollector::
OnOSFirmware
, base::Unretained(this)),
543
void DeviceStatusCollector::
OnOSFirmware
(const std::string& version) {
Completed in 47 milliseconds