HomeSort by relevance Sort by last modified time
    Searched refs:GetChromeosInfoFunction (Results 1 - 3 of 3) 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,
extension_function_dispatcher.cc 315 RegisterFunction<GetChromeosInfoFunction>();

Completed in 60 milliseconds