OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsyncMethodCaller
(Results
1 - 21
of
21
) sorted by null
/external/chromium_org/chromeos/cryptohome/
async_method_caller.cc
20
AsyncMethodCaller
* g_async_method_caller = NULL;
22
// The implementation of
AsyncMethodCaller
23
class AsyncMethodCallerImpl : public
AsyncMethodCaller
{
252
explicit CallbackElement(const
AsyncMethodCaller
::Callback& callback)
256
AsyncMethodCaller
::Callback callback;
263
const
AsyncMethodCaller
::DataCallback& callback)
267
AsyncMethodCaller
::DataCallback data_callback;
346
void
AsyncMethodCaller
::Initialize() {
348
LOG(WARNING) << "
AsyncMethodCaller
was already initialized";
352
VLOG(1) << "
AsyncMethodCaller
initialized"
[
all
...]
async_method_caller.h
33
class CHROMEOS_EXPORT
AsyncMethodCaller
{
41
virtual ~
AsyncMethodCaller
() {}
190
// Creates the global
AsyncMethodCaller
instance.
194
//
AsyncMethodCaller
such as MockAsyncMethodCaller for testing.
197
static void InitializeForTesting(
AsyncMethodCaller
* async_method_caller);
199
// Destroys the global
AsyncMethodCaller
instance if it exists.
202
// Returns a pointer to the global
AsyncMethodCaller
instance.
204
static
AsyncMethodCaller
* GetInstance();
mock_async_method_caller.h
17
class MockAsyncMethodCaller : public
AsyncMethodCaller
{
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
enterprise_platform_keys_private_api.h
28
class
AsyncMethodCaller
;
62
cryptohome::
AsyncMethodCaller
* async_caller,
103
cryptohome::
AsyncMethodCaller
* async_caller_;
156
cryptohome::
AsyncMethodCaller
* async_caller,
191
cryptohome::
AsyncMethodCaller
* async_caller,
enterprise_platform_keys_private_api.cc
76
async_caller_(cryptohome::
AsyncMethodCaller
::GetInstance()),
89
cryptohome::
AsyncMethodCaller
* async_caller,
279
cryptohome::
AsyncMethodCaller
* async_caller,
396
cryptohome::
AsyncMethodCaller
* async_caller,
enterprise_platform_keys_private_api_unittest.cc
71
const cryptohome::
AsyncMethodCaller
::Callback& callback) {
81
const cryptohome::
AsyncMethodCaller
::Callback& callback) {
95
const cryptohome::
AsyncMethodCaller
::DataCallback& callback) {
109
const cryptohome::
AsyncMethodCaller
::DataCallback& callback) {
/external/chromium_org/chromeos/attestation/
attestation_flow.h
21
class
AsyncMethodCaller
;
46
// AttestationFlow flow(
AsyncMethodCaller
::GetInstance(),
57
AttestationFlow(cryptohome::
AsyncMethodCaller
* async_caller,
204
cryptohome::
AsyncMethodCaller
* async_caller_;
attestation_flow.cc
85
AttestationFlow::AttestationFlow(cryptohome::
AsyncMethodCaller
* async_caller,
attestation_flow_unittest.cc
40
void AsyncCallbackFalse(cryptohome::
AsyncMethodCaller
::Callback callback) {
/external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_flow.h
26
class
AsyncMethodCaller
;
120
cryptohome::
AsyncMethodCaller
* async_caller,
284
cryptohome::
AsyncMethodCaller
* async_caller_;
platform_verification_flow.cc
97
async_caller_(cryptohome::
AsyncMethodCaller
::GetInstance()),
117
cryptohome::
AsyncMethodCaller
* async_caller,
289
cryptohome::
AsyncMethodCaller
::DataCallback cryptohome_callback = base::Bind(
attestation_policy_observer.cc
158
cryptohome::
AsyncMethodCaller
::GetInstance(),
platform_verification_flow_unittest.cc
249
// Configure the mock
AsyncMethodCaller
to call FakeSignChallenge.
281
const cryptohome::
AsyncMethodCaller
::DataCallback& callback) {
/external/chromium_org/chrome/browser/chromeos/login/
parallel_authenticator.cc
86
cryptohome::
AsyncMethodCaller
::GetInstance()->AsyncMount(
95
cryptohome::
AsyncMethodCaller
::GetInstance()->AsyncGetSanitizedUsername(
106
cryptohome::
AsyncMethodCaller
::GetInstance()->AsyncMountGuest(
118
cryptohome::
AsyncMethodCaller
::GetInstance()->AsyncMountPublic(
125
cryptohome::
AsyncMethodCaller
::GetInstance()->AsyncGetSanitizedUsername(
141
cryptohome::
AsyncMethodCaller
* caller =
142
cryptohome::
AsyncMethodCaller
::GetInstance();
172
cryptohome::
AsyncMethodCaller
::GetInstance()->AsyncRemove(
185
cryptohome::
AsyncMethodCaller
::GetInstance()->AsyncCheckKey(
login_utils_browsertest.cc
218
cryptohome::
AsyncMethodCaller
::InitializeForTesting(
255
cryptohome::
AsyncMethodCaller
::Shutdown();
parallel_authenticator_unittest.cc
67
cryptohome::
AsyncMethodCaller
::InitializeForTesting(mock_caller_);
92
cryptohome::
AsyncMethodCaller
::Shutdown();
user_manager_impl.cc
497
cryptohome::
AsyncMethodCaller
::GetInstance()->AsyncRemove(
[
all
...]
/external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_authenticator.cc
66
cryptohome::
AsyncMethodCaller
::GetInstance()->AsyncMount(
75
cryptohome::
AsyncMethodCaller
::GetInstance()->AsyncGetSanitizedUsername(
88
cryptohome::
AsyncMethodCaller
::GetInstance()->AsyncAddKey(
supervised_user_creation_browsertest.cc
55
cryptohome::
AsyncMethodCaller
::InitializeForTesting(
83
cryptohome::
AsyncMethodCaller
::Shutdown();
/external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc
274
cryptohome::
AsyncMethodCaller
::Initialize();
307
cryptohome::
AsyncMethodCaller
::Shutdown();
/external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_manager.cc
411
cryptohome::
AsyncMethodCaller
::GetInstance()->AsyncRemove(
Completed in 1263 milliseconds