Searched defs:IsFolder (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/sync/syncable/
H A Dsyncable_proto_util.cc19 bool IsFolder(const sync_pb::SyncEntity& entity) { function in namespace:syncer
/external/chromium_org/sync/test/fake_server/
H A Dtombstone_entity.cc46 bool TombstoneEntity::IsFolder() const { function in class:fake_server::TombstoneEntity
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 Dunique_client_entity.cc87 bool UniqueClientEntity::IsFolder() const { function in class:fake_server::UniqueClientEntity
/external/chromium_org/third_party/webrtc/base/
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.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 Dfileutils_mock.h189 bool IsFolder(const Pathname &pathname) { function in class:rtc::FakeFileSystem
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

Completed in 212 milliseconds