Home
last modified time | relevance | path

Searched refs:IsLink (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/storage/browser/fileapi/
Dlocal_file_util.cc52 while (!next.empty() && base::IsLink(next)) in Next()
87 if (base::IsLink(file_path)) in CreateOrOpen()
126 if (base::IsLink(file_path)) in GetFileInfo()
Ddragged_file_util.cc81 if (base::IsLink(url.path()) && !base::FilePath().IsParent(url.path())) { in GetFileInfo()
Dobfuscated_file_util.cc1017 if (base::IsLink(local_path)) { in GetFileInfoInternal()
/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_android.h34 bool IsLink() const;
Dbrowser_accessibility_android.cc171 bool BrowserAccessibilityAndroid::IsLink() const { in IsLink() function in content::BrowserAccessibilityAndroid
321 if (text.empty() && IsLink()) { in GetText()
Dbrowser_accessibility_manager_android.cc238 node->IsLink()); in PopulateAccessibilityNodeInfo()
/external/chromium_org/components/policy/core/common/cloud/
Dresource_cache.cc100 base::IsLink(subkey_path)) { in Load()
124 if (!base::IsLink(path) && in LoadAllSubkeys()
/external/chromium_org/base/files/
Dfile_util.h295 BASE_EXPORT bool IsLink(const FilePath& file_path);
Dfile_path_watcher_linux.cc504 if (IsLink(path)) { in UpdateWatches()
Dfile_util_win.cc549 bool IsLink(const FilePath& file_path) { in IsLink() function
Dfile_util_posix.cc615 bool IsLink(const FilePath& file_path) { in IsLink() function
Dfile_util_unittest.cc697 EXPECT_TRUE(IsLink(file_link)); in TEST_F()
704 EXPECT_FALSE(IsLink(file_link)); in TEST_F()
/external/chromium_org/chrome/browser/extensions/api/file_handlers/
Dapp_file_handler_util.cc72 if (base::PathExists(path) && base::IsLink(path)) in DoCheckWritableFile()
/external/chromium_org/chrome/browser/media_galleries/fileapi/
Dnative_media_file_util.cc513 if (base::IsLink(file_path)) in GetFileInfoSync()
568 if (base::IsLink(enum_path)) in ReadDirectorySync()
/external/chromium_org/chrome/browser/chromeos/file_manager/
Dfile_browser_handlers.cc234 base::IsLink(local_path) || in SetupFileAccessPermissions()
/external/chromium_org/chrome/browser/extensions/updater/
Dlocal_extension_cache.cc285 if (info.IsDirectory() || base::IsLink(info.GetName())) { in BackendCheckCacheContentsInternal()
/external/chromium_org/chrome/browser/media_galleries/
Dmedia_scan_manager.cc243 if (!base::IsLink(name)) in CountDirectoryEntries()
/external/chromium_org/chrome/browser/
Dprocess_singleton_posix.cc965 if (base::IsLink(lock_path_) || in Create()
/external/chromium_org/chrome/browser/ui/webui/chromeos/
Ddrive_internals_ui.cc78 const bool is_symbolic_link = base::IsLink(info.GetName()); in GetGCacheContents()