OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsPassphraseRequired
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/sync/glue/
data_type_manager_impl_unittest.cc
121
virtual bool
IsPassphraseRequired
() const OVERRIDE;
139
bool FakeDataTypeEncryptionHandler::
IsPassphraseRequired
() const {
[
all
...]
/external/chromium_org/chrome/browser/sync/
profile_sync_service_android.cc
221
jboolean ProfileSyncServiceAndroid::
IsPassphraseRequired
(JNIEnv* env, jobject) {
223
return sync_service_->
IsPassphraseRequired
();
profile_sync_service.cc
[
all
...]
/external/chromium_org/chrome/browser/sync/test/integration/
profile_sync_service_harness.cc
168
bool
IsPassphraseRequired
(const ProfileSyncServiceHarness* harness) {
170
return harness->service()->
IsPassphraseRequired
();
177
return (!harness->service()->
IsPassphraseRequired
() &&
436
if (service()->
IsPassphraseRequired
()) {
442
base::Bind(&::
IsPassphraseRequired
, base::Unretained(this)),
443
"
IsPassphraseRequired
");
455
if (!service()->
IsPassphraseRequired
() &&
[
all
...]
/external/chromium/chrome/browser/chromeos/cros/
network_library.cc
[
all
...]
Completed in 41 milliseconds