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

/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);

Completed in 165 milliseconds