Searched refs:IsFolder (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/sync/syncable/
H A Dsyncable_proto_util.h30 bool IsFolder(const sync_pb::SyncEntity& entity);
H A Dsyncable_proto_util.cc19 bool IsFolder(const sync_pb::SyncEntity& entity) { function in namespace:syncer
H A Dmodel_type.cc228 IsFolder(sync_entity)) {
/external/chromium_org/sync/test/fake_server/
H A Dtombstone_entity.cc46 bool TombstoneEntity::IsFolder() const { function in class:fake_server::TombstoneEntity
H A Dtombstone_entity.h29 virtual bool IsFolder() const OVERRIDE;
H A Dunique_client_entity.h33 virtual bool IsFolder() const OVERRIDE;
H A Dbookmark_entity.h55 virtual bool IsFolder() const OVERRIDE;
H A Dfake_server_entity.cc108 sync_entity->set_folder(IsFolder());
H A Dfake_server_entity.h43 virtual bool IsFolder() const = 0;
H A Dpermanent_entity.h43 virtual bool IsFolder() const OVERRIDE;
H A Dunique_client_entity.cc87 bool UniqueClientEntity::IsFolder() const { function in class:fake_server::UniqueClientEntity
H A Dbookmark_entity.cc132 bool BookmarkEntity::IsFolder() const { function in class:fake_server::BookmarkEntity
H A Dpermanent_entity.cc115 bool PermanentEntity::IsFolder() const { function in class:fake_server::PermanentEntity
H A Dfake_server.cc466 if (entity->IsDeleted() || entity->IsFolder()) {
/external/chromium_org/third_party/webrtc/base/
H A Dfileutils_unittest.cc94 EXPECT_TRUE(Filesystem::IsFolder(path));
101 EXPECT_FALSE(Filesystem::IsFolder(path));
H A Dwin32filesystem.h58 virtual bool IsFolder(const Pathname& pathname);
H A Dfileutils.h144 if (IsFolder(path))
195 virtual bool IsFolder(const Pathname& pathname) = 0;
335 static bool IsFolder(const Pathname& pathname) { function in class:rtc::Filesystem
336 return EnsureDefaultFilesystem()->IsFolder(pathname);
H A Dunixfilesystem.h76 virtual bool IsFolder(const Pathname& pathname);
H A Dunixfilesystem.cc163 if (!IsFolder(folder)) {
164 ASSERT(IsFolder(folder));
242 if (!IsFolder(old_path)) {
243 ASSERT(IsFolder(old_path));
259 bool UnixFilesystem::IsFolder(const Pathname &path) { function in class:rtc::UnixFilesystem
H A Dfileutils.cc154 VERIFY(IsFolder(old_path));
184 VERIFY(IsFolder(folder));
H A Dwin32filesystem.cc244 if (!IsFolder(old_path)) {
245 ASSERT(IsFolder(old_path));
264 bool Win32Filesystem::IsFolder(const Pathname &path) { function in class:rtc::Win32Filesystem
H A Dfileutils_mock.h189 bool IsFolder(const Pathname &pathname) { function in class:rtc::FakeFileSystem
H A Dtestutils.h445 if (rtc::Filesystem::IsFolder(potential_parallel_dir)) {
/external/chromium_org/sync/engine/
H A Dprocess_updates_util.cc106 const bool is_directory = IsFolder(entry);
162 const bool is_directory = IsFolder(entry);
H A Dsyncer_util.cc389 target->PutServerIsDir(IsFolder(update));

Completed in 2613 milliseconds