Searched refs:EasyUnlockPrivatePerformECDHKeyAgreementFunction (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/easy_unlock_private/
H A Deasy_unlock_private_api.h75 class EasyUnlockPrivatePerformECDHKeyAgreementFunction class in namespace:extensions::api
78 EasyUnlockPrivatePerformECDHKeyAgreementFunction();
81 virtual ~EasyUnlockPrivatePerformECDHKeyAgreementFunction();
91 DISALLOW_COPY_AND_ASSIGN(EasyUnlockPrivatePerformECDHKeyAgreementFunction);
H A Deasy_unlock_private_api.cc290 EasyUnlockPrivatePerformECDHKeyAgreementFunction::
291 EasyUnlockPrivatePerformECDHKeyAgreementFunction() {} function in class:extensions::api::EasyUnlockPrivatePerformECDHKeyAgreementFunction
293 EasyUnlockPrivatePerformECDHKeyAgreementFunction::
294 ~EasyUnlockPrivatePerformECDHKeyAgreementFunction() {}
296 bool EasyUnlockPrivatePerformECDHKeyAgreementFunction::RunAsync() {
303 base::Bind(&EasyUnlockPrivatePerformECDHKeyAgreementFunction::OnData,
308 void EasyUnlockPrivatePerformECDHKeyAgreementFunction::OnData(
H A Deasy_unlock_private_api_chromeos_unittest.cc22 using extensions::api::EasyUnlockPrivatePerformECDHKeyAgreementFunction;
130 scoped_refptr<EasyUnlockPrivatePerformECDHKeyAgreementFunction> function(
131 new EasyUnlockPrivatePerformECDHKeyAgreementFunction());

Completed in 78 milliseconds