OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NEEDS_CRYPTO
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/components/sync_driver/
data_type_controller.h
62
NEEDS_CRYPTO
, // The data type cannot be started yet because it
fake_data_type_controller.cc
83
} else if (result ==
NEEDS_CRYPTO
) {
ui_data_type_controller.cc
146
StartDone(
NEEDS_CRYPTO
,
non_ui_data_type_controller.cc
331
StartDone(
NEEDS_CRYPTO
,
non_ui_data_type_controller_unittest.cc
372
SetStartFailExpectations(DataTypeController::
NEEDS_CRYPTO
);
373
// Set up association to fail with a
NEEDS_CRYPTO
error.
data_type_manager_impl_unittest.cc
466
// 3) Finish starting the controller with the
NEEDS_CRYPTO
status.
492
GetController(PASSWORDS)->FinishStart(DataTypeController::
NEEDS_CRYPTO
);
[
all
...]
/external/chromium_org/chrome/browser/sync/glue/
frontend_data_type_controller.cc
196
StartDone(
NEEDS_CRYPTO
, local_merge_result, syncer_merge_result);
frontend_data_type_controller_unittest.cc
237
SetStartFailExpectations(DataTypeController::
NEEDS_CRYPTO
);
238
// Set up association to fail with a
NEEDS_CRYPTO
error.
non_frontend_data_type_controller.cc
95
result.
needs_crypto
= true;
149
:
needs_crypto
(false),
450
if (result.
needs_crypto
) {
451
StartDone(
NEEDS_CRYPTO
,
non_frontend_data_type_controller_unittest.cc
289
SetStartFailExpectations(DataTypeController::
NEEDS_CRYPTO
);
290
// Set up association to fail with a
NEEDS_CRYPTO
error.
Completed in 85 milliseconds