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/chrome/browser/sync/engine/
H A Dsyncproto.h61 bool IsFolder() const { function in class:browser_sync::SyncEntity
/external/chromium/third_party/libjingle/source/talk/base/
H A Dunixfilesystem.cc163 if (!IsFolder(folder)) {
164 ASSERT(IsFolder(folder));
241 if (!IsFolder(old_path)) {
242 ASSERT(IsFolder(old_path));
258 bool UnixFilesystem::IsFolder(const Pathname &path) { function in class:talk_base::UnixFilesystem
H A Dwin32filesystem.cc261 if (!IsFolder(old_path)) {
262 ASSERT(IsFolder(old_path));
281 bool Win32Filesystem::IsFolder(const Pathname &path) { function in class:talk_base::Win32Filesystem
H A Dfileutils.h159 if (IsFolder(path))
210 virtual bool IsFolder(const Pathname& pathname) = 0;
350 static bool IsFolder(const Pathname& pathname) { function in class:talk_base::Filesystem
351 return EnsureDefaultFilesystem()->IsFolder(pathname);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dunixfilesystem.cc156 if (!IsFolder(folder)) {
157 ASSERT(IsFolder(folder));
235 if (!IsFolder(old_path)) {
236 ASSERT(IsFolder(old_path));
252 bool UnixFilesystem::IsFolder(const Pathname &path) { function in class:talk_base::UnixFilesystem
H A Dwin32filesystem.cc261 if (!IsFolder(old_path)) {
262 ASSERT(IsFolder(old_path));
281 bool Win32Filesystem::IsFolder(const Pathname &path) { function in class:talk_base::Win32Filesystem
H A Dfileutils.h161 if (IsFolder(path))
212 virtual bool IsFolder(const Pathname& pathname) = 0;
352 static bool IsFolder(const Pathname& pathname) { function in class:talk_base::Filesystem
353 return EnsureDefaultFilesystem()->IsFolder(pathname);
H A Dfileutils_mock.h206 bool IsFolder(const Pathname &pathname) { function in class:talk_base::FakeFileSystem

Completed in 1112 milliseconds