Searched defs:EchoPrivateGetUserConsentFunction (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/extensions/
H A Decho_private_api.h88 class EchoPrivateGetUserConsentFunction : public ChromeAsyncExtensionFunction, class in inherits:ChromeAsyncExtensionFunction,chromeos::EchoDialogListener
95 EchoPrivateGetUserConsentFunction();
99 static scoped_refptr<EchoPrivateGetUserConsentFunction> CreateForTest(
103 virtual ~EchoPrivateGetUserConsentFunction();
H A Decho_private_api.cc186 EchoPrivateGetUserConsentFunction::EchoPrivateGetUserConsentFunction() function in class:EchoPrivateGetUserConsentFunction
191 scoped_refptr<EchoPrivateGetUserConsentFunction>
192 EchoPrivateGetUserConsentFunction::CreateForTest(
194 scoped_refptr<EchoPrivateGetUserConsentFunction> function(
195 new EchoPrivateGetUserConsentFunction());
200 EchoPrivateGetUserConsentFunction::~EchoPrivateGetUserConsentFunction() {}
202 bool EchoPrivateGetUserConsentFunction::RunAsync() {
207 void EchoPrivateGetUserConsentFunction
[all...]

Completed in 154 milliseconds