OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsyncMethodCaller
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/chromeos/attestation/
attestation_flow.h
21
class
AsyncMethodCaller
;
46
// AttestationFlow flow(
AsyncMethodCaller
::GetInstance(),
57
AttestationFlow(cryptohome::
AsyncMethodCaller
* async_caller,
186
cryptohome::
AsyncMethodCaller
* async_caller_;
attestation_flow.cc
94
AttestationFlow::AttestationFlow(cryptohome::
AsyncMethodCaller
* async_caller,
attestation_flow_unittest.cc
40
void AsyncCallbackFalse(cryptohome::
AsyncMethodCaller
::Callback callback) {
/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
{
240
explicit CallbackElement(const
AsyncMethodCaller
::Callback& callback)
244
AsyncMethodCaller
::Callback callback;
251
const
AsyncMethodCaller
::DataCallback& callback)
255
AsyncMethodCaller
::DataCallback data_callback;
334
void
AsyncMethodCaller
::Initialize() {
336
LOG(WARNING) << "
AsyncMethodCaller
was already initialized";
340
VLOG(1) << "
AsyncMethodCaller
initialized"
[
all
...]
async_method_caller.h
32
class CHROMEOS_EXPORT
AsyncMethodCaller
{
40
virtual ~
AsyncMethodCaller
() {}
173
// Creates the global
AsyncMethodCaller
instance.
177
//
AsyncMethodCaller
such as MockAsyncMethodCaller for testing.
180
static void InitializeForTesting(
AsyncMethodCaller
* async_method_caller);
182
// Destroys the global
AsyncMethodCaller
instance if it exists.
185
// Returns a pointer to the global
AsyncMethodCaller
instance.
187
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
;
61
cryptohome::
AsyncMethodCaller
* async_caller,
101
cryptohome::
AsyncMethodCaller
* async_caller_;
133
cryptohome::
AsyncMethodCaller
* async_caller,
168
cryptohome::
AsyncMethodCaller
* async_caller,
enterprise_platform_keys_private_api.cc
58
async_caller_(cryptohome::
AsyncMethodCaller
::GetInstance()),
71
cryptohome::
AsyncMethodCaller
* async_caller,
239
cryptohome::
AsyncMethodCaller
* async_caller,
358
cryptohome::
AsyncMethodCaller
* async_caller,
enterprise_platform_keys_private_api_unittest.cc
63
const cryptohome::
AsyncMethodCaller
::Callback& callback) {
70
const cryptohome::
AsyncMethodCaller
::Callback& callback) {
81
const cryptohome::
AsyncMethodCaller
::DataCallback& callback) {
92
const cryptohome::
AsyncMethodCaller
::DataCallback& callback) {
/external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_launcher.cc
120
cryptohome::
AsyncMethodCaller
::GetInstance()->AsyncGetSanitizedUsername(
212
cryptohome::
AsyncMethodCaller
::GetInstance()->AsyncRemove(
216
cryptohome::
AsyncMethodCaller
::GetInstance()->AsyncMountPublic(
245
cryptohome::
AsyncMethodCaller
::GetInstance()->AsyncRemove(
kiosk_app_manager.cc
388
cryptohome::
AsyncMethodCaller
::GetInstance()->AsyncRemove(
/external/chromium_org/chrome/browser/chromeos/login/
parallel_authenticator.cc
82
cryptohome::
AsyncMethodCaller
::GetInstance()->AsyncMount(
90
cryptohome::
AsyncMethodCaller
::GetInstance()->AsyncGetSanitizedUsername(
101
cryptohome::
AsyncMethodCaller
::GetInstance()->AsyncMountGuest(
116
cryptohome::
AsyncMethodCaller
* caller =
117
cryptohome::
AsyncMethodCaller
::GetInstance();
145
cryptohome::
AsyncMethodCaller
::GetInstance()->AsyncRemove(
157
cryptohome::
AsyncMethodCaller
::GetInstance()->AsyncCheckKey(
login_utils_browsertest.cc
225
cryptohome::
AsyncMethodCaller
::InitializeForTesting(
300
cryptohome::
AsyncMethodCaller
::Shutdown();
parallel_authenticator_unittest.cc
68
cryptohome::
AsyncMethodCaller
::InitializeForTesting(mock_caller_);
88
cryptohome::
AsyncMethodCaller
::Shutdown();
user_manager_impl.cc
161
cryptohome::
AsyncMethodCaller
::GetInstance()->AsyncRemove(
[
all
...]
/external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_authenticator.cc
70
cryptohome::
AsyncMethodCaller
::GetInstance()->AsyncMount(
79
cryptohome::
AsyncMethodCaller
::GetInstance()->AsyncGetSanitizedUsername(
91
cryptohome::
AsyncMethodCaller
::GetInstance()->AsyncAddKey(
/external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc
285
cryptohome::
AsyncMethodCaller
::Initialize();
331
cryptohome::
AsyncMethodCaller
::Shutdown();
[
all
...]
/external/chromium_org/chrome/browser/chromeos/attestation/
attestation_policy_observer.cc
164
cryptohome::
AsyncMethodCaller
::GetInstance(),
Completed in 521 milliseconds