Searched refs:acknowledged (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dupgrade_detector.h58 // Notifify this object that the user has acknowledged the critical update
64 // Whether the user has acknowledged the critical update.
120 void set_critical_update_acknowledged(bool acknowledged) { argument
121 critical_update_acknowledged_ = acknowledged;
149 // Whether the user has acknowledged the critical update.
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_sync_service_unittest.cc175 const char kAcknowledgedKey[] = "acknowledged";
241 bool acknowledged = false; local
242 EXPECT_TRUE(supervised_user->GetBoolean(kAcknowledgedKey, &acknowledged));
243 EXPECT_TRUE(acknowledged);
255 bool acknowledged = false; local
256 EXPECT_TRUE(supervised_user->GetBoolean(kAcknowledgedKey, &acknowledged));
257 EXPECT_TRUE(acknowledged);
269 bool acknowledged = false; local
270 EXPECT_TRUE(supervised_user->GetBoolean(kAcknowledgedKey, &acknowledged));
271 EXPECT_TRUE(acknowledged);
[all...]
H A Dsupervised_user_shared_settings_service.cc36 const char kAcknowledged[] = "acknowledged";
82 bool acknowledged = false;
83 dict->GetBoolean(kAcknowledged, &acknowledged);
86 su_id, key, *value, acknowledged);
102 bool acknowledged) {
113 dict->SetBooleanWithoutPathExpansion(kAcknowledged, acknowledged);
118 SyncData data = CreateSyncDataForSetting(su_id, key, value, acknowledged);
174 bool acknowledged) {
182 acknowledged);
220 // Every setting we get from the server should have the acknowledged fla
98 SetValueInternal( const std::string& su_id, const std::string& key, const Value& value, bool acknowledged) argument
170 CreateSyncDataForSetting( const std::string& su_id, const std::string& key, const Value& value, bool acknowledged) argument
[all...]
H A Dsupervised_user_shared_settings_service.h35 // "acknowledged" flag, which is used to wait for the Sync server to acknowledge
81 bool acknowledged);
87 bool acknowledged);
H A Dsupervised_user_sync_service.cc51 bool acknowledged,
66 if (acknowledged)
84 bool acknowledged = false; local
85 dict->GetBoolean(SupervisedUserSyncService::kAcknowledged, &acknowledged);
103 acknowledged,
113 const char SupervisedUserSyncService::kAcknowledged[] = "acknowledged";
327 bool acknowledged = false; local
328 value->GetBoolean(SupervisedUserSyncService::kAcknowledged, &acknowledged);
371 CreateLocalSyncData(id, name, acknowledged, master_key,
427 value->SetBoolean(kAcknowledged, supervised_user.acknowledged());
49 CreateLocalSyncData(const std::string& id, const std::string& name, bool acknowledged, const std::string& master_key, const std::string& chrome_avatar, const std::string& chromeos_avatar, const std::string& password_signature_key, const std::string& password_encryption_key) argument
[all...]
H A Dsupervised_user_registration_utility_unittest.cc223 EXPECT_FALSE(specifics.managed_user().acknowledged());
/external/mtpd/
H A Dl2tp.c99 static int acknowledged; variable
171 acknowledged = 0;
220 acknowledged = 1;
225 if (ntohs(p[4]) != remote_sequence || !acknowledged) {
418 return acknowledged ? 0 : TIMEOUT_INTERVAL;
543 if (acknowledged) {
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_test_base.h59 bool acknowledged,
H A Dsupervised_user_test_base.cc159 bool acknowledged,
163 mu_id, key, value, acknowledged);
155 AddChange( const std::string& mu_id, const std::string& key, const base::Value& value, bool acknowledged, bool update) argument
/external/chromium_org/sync/tools/testserver/
H A Dchromiumsync_test.py610 proto.specifics.managed_user.acknowledged = False
616 self.assertTrue(not change.specifics.managed_user.acknowledged)
624 self.assertTrue(change.specifics.managed_user.acknowledged)
H A Dchromiumsync.py1163 """Set the "acknowledged" flag for any managed user entities that don't have
1172 and not entry.specifics.managed_user.acknowledged]
1174 user.specifics.managed_user.acknowledged = True
/external/chromium_org/sync/protocol/
H A Dproto_value_conversions.cc625 SET_BOOL(acknowledged);
638 SET_BOOL(acknowledged);
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex240 and does not install label until the daemon acknowledged the request.
H A Dip-tunnels.tex328 not acknowledged by more specific tunnels.

Completed in 2795 milliseconds