HomeSort by relevance Sort by last modified time
    Searched defs:GetChromeosInfoFunction (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/extensions/
extension_info_private_api_chromeos.h 12 class GetChromeosInfoFunction : public AsyncExtensionFunction {
14 GetChromeosInfoFunction();
17 virtual ~GetChromeosInfoFunction();
extension_info_private_api_chromeos.cc 25 GetChromeosInfoFunction::GetChromeosInfoFunction() {
28 GetChromeosInfoFunction::~GetChromeosInfoFunction() {
31 bool GetChromeosInfoFunction::RunImpl() {
47 bool GetChromeosInfoFunction::GetValue(const std::string& property_name,

Completed in 17 milliseconds