HomeSort by relevance Sort by last modified time
    Searched refs:IsEncrypted (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_sessions_sync_test.cc 85 ASSERT_TRUE(IsEncrypted(0, syncer::SESSIONS));
86 ASSERT_TRUE(IsEncrypted(1, syncer::SESSIONS));
89 ASSERT_TRUE(IsEncrypted(1, syncer::PREFERENCES));
90 ASSERT_TRUE(IsEncrypted(1, syncer::BOOKMARKS));
91 ASSERT_TRUE(IsEncrypted(1, syncer::APPS));
108 ASSERT_TRUE(IsEncrypted(1, syncer::SESSIONS));
127 ASSERT_TRUE(IsEncrypted(0, syncer::SESSIONS));
128 ASSERT_TRUE(IsEncrypted(1, syncer::SESSIONS));
two_client_preferences_sync_test.cc 535 ASSERT_TRUE(IsEncrypted(0, syncer::PREFERENCES));
536 ASSERT_TRUE(IsEncrypted(1, syncer::PREFERENCES));
547 ASSERT_TRUE(IsEncrypted(0, syncer::PREFERENCES));
548 ASSERT_TRUE(IsEncrypted(1, syncer::PREFERENCES));
559 ASSERT_TRUE(IsEncrypted(0, syncer::PREFERENCES));
560 ASSERT_TRUE(IsEncrypted(1, syncer::PREFERENCES));
573 ASSERT_TRUE(IsEncrypted(0, syncer::PREFERENCES));
574 ASSERT_TRUE(IsEncrypted(1, syncer::PREFERENCES));
588 ASSERT_TRUE(IsEncrypted(0, syncer::PREFERENCES));
589 ASSERT_TRUE(IsEncrypted(1, syncer::PREFERENCES))
    [all...]
multiple_client_sessions_sync_test.cc 95 ASSERT_TRUE(IsEncrypted(i, syncer::SESSIONS));
sync_test.h 147 bool IsEncrypted(int index, syncer::ModelType type);
two_client_bookmarks_sync_test.cc     [all...]
sync_test.cc 629 bool SyncTest::IsEncrypted(int index, syncer::ModelType type) {
  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.h 106 bool IsEncrypted(UInt32 index2) const;
7zHandler.cpp 193 bool CHandler::IsEncrypted(UInt32 index2) const
197 return _db.Folders[folderIndex].IsEncrypted();
254 case kpidEncrypted: prop = IsEncrypted(index2); break;
7zItem.h 88 bool IsEncrypted() const
7zUpdate.cpp 757 bool isEncrypted = f.IsEncrypted();
758 rep.Group = GetGroupIndex(isEncrypted, Is86FilteredFolder(f));
767 if (isEncrypted)
  /external/lzma/CPP/Windows/
FileFind.h 23 inline bool IsEncrypted(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_ENCRYPTED) != 0; }
50 bool IsEncrypted() const { return MatchesMask(FILE_ATTRIBUTE_ENCRYPTED); }
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppengine.h 237 virtual bool IsEncrypted() = 0;
xmppengineimpl.h 120 virtual bool IsEncrypted() { return encrypted_; }
xmpplogintask.cc 202 std::string choice(pctx_->ChooseBestSaslMechanism(mechanisms, pctx_->IsEncrypted()));
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppengine.h 245 virtual bool IsEncrypted() = 0;
xmppengineimpl.h 119 virtual bool IsEncrypted() { return encrypted_; }
xmpplogintask.cc 209 std::string choice(pctx_->ChooseBestSaslMechanism(mechanisms, pctx_->IsEncrypted()));

Completed in 660 milliseconds