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

  /external/chromium_org/sync/syncable/
syncable_proto_util.cc 19 bool IsFolder(const sync_pb::SyncEntity& entity) {
  /external/chromium_org/sync/test/fake_server/
tombstone_entity.cc 46 bool TombstoneEntity::IsFolder() const {
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 {
  /external/chromium_org/third_party/webrtc/base/
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);
fileutils_mock.h 189 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) {
win32filesystem.cc 244 if (!IsFolder(old_path)) {
245 ASSERT(IsFolder(old_path));
264 bool Win32Filesystem::IsFolder(const Pathname &path) {

Completed in 3326 milliseconds