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

  /external/chromium_org/sync/syncable/
syncable_proto_util.h 30 bool IsFolder(const sync_pb::SyncEntity& entity);
syncable_proto_util.cc 19 bool IsFolder(const sync_pb::SyncEntity& entity) {
model_type.cc 228 IsFolder(sync_entity)) {
    [all...]
  /external/chromium_org/sync/test/fake_server/
tombstone_entity.h 29 virtual bool IsFolder() const OVERRIDE;
tombstone_entity.cc 46 bool TombstoneEntity::IsFolder() const {
fake_server_entity.h 43 virtual bool IsFolder() const = 0;
permanent_entity.h 43 virtual bool IsFolder() const OVERRIDE;
unique_client_entity.h 33 virtual bool IsFolder() const OVERRIDE;
bookmark_entity.h 55 virtual bool IsFolder() const OVERRIDE;
fake_server_entity.cc 108 sync_entity->set_folder(IsFolder());
unique_client_entity.cc 87 bool UniqueClientEntity::IsFolder() const {
bookmark_entity.cc 132 bool BookmarkEntity::IsFolder() const {
permanent_entity.cc 115 bool PermanentEntity::IsFolder() const {
fake_server.cc 466 if (entity->IsDeleted() || entity->IsFolder()) {
  /external/chromium_org/third_party/webrtc/base/
fileutils_unittest.cc 94 EXPECT_TRUE(Filesystem::IsFolder(path));
101 EXPECT_FALSE(Filesystem::IsFolder(path));
fileutils.h 144 if (IsFolder(path))
195 virtual bool IsFolder(const Pathname& pathname) = 0;
335 static bool IsFolder(const Pathname& pathname) {
336 return EnsureDefaultFilesystem()->IsFolder(pathname);
unixfilesystem.h 76 virtual bool IsFolder(const Pathname& pathname);
win32filesystem.h 58 virtual bool IsFolder(const Pathname& pathname);
unixfilesystem.cc 163 if (!IsFolder(folder)) {
164 ASSERT(IsFolder(folder));
242 if (!IsFolder(old_path)) {
243 ASSERT(IsFolder(old_path));
259 bool UnixFilesystem::IsFolder(const Pathname &path) {
fileutils.cc 154 VERIFY(IsFolder(old_path));
184 VERIFY(IsFolder(folder));
win32filesystem.cc 244 if (!IsFolder(old_path)) {
245 ASSERT(IsFolder(old_path));
264 bool Win32Filesystem::IsFolder(const Pathname &path) {
fileutils_mock.h 189 bool IsFolder(const Pathname &pathname) {
testutils.h 445 if (rtc::Filesystem::IsFolder(potential_parallel_dir)) {
  /external/chromium_org/sync/engine/
process_updates_util.cc 106 const bool is_directory = IsFolder(entry);
162 const bool is_directory = IsFolder(entry);
syncer_util.cc 389 target->PutServerIsDir(IsFolder(update));

Completed in 378 milliseconds