Home
last modified time | relevance | path

Searched refs:listDirectory (Results 1 – 24 of 24) sorted by relevance

/external/webkit/Source/WebCore/platform/haiku/
DFileSystemHaiku.cpp83 Vector<String> listDirectory(const String& path, const String& filter) in listDirectory() function
/external/webkit/Source/WebKit2/UIProcess/Plugins/qt/
DPluginInfoStoreQt.cpp47 Vector<String> pluginPaths = listDirectory(directory, String("*.so")); in pluginPathsInDirectory()
/external/webkit/Source/WebCore/plugins/symbian/
DPluginDatabaseSymbian.cpp69 Vector<String> pluginPaths = listDirectory(*dIt, fileNameFilter); in getPluginPathsInDirectories()
/external/webkit/Source/WebCore/platform/chromium/
DFileSystemChromium.cpp115 Vector<String> listDirectory(const String& path, const String& filter) in listDirectory() function
/external/webkit/Source/WebCore/platform/efl/
DFileSystemEfl.cpp111 Vector<String> listDirectory(const String& path, const String& filter) in listDirectory() function
/external/webkit/Source/WebCore/platform/wx/
DFileSystemWx.cpp181 Vector<String> listDirectory(const String& path, const String& filter) in listDirectory() function
/external/webkit/Source/WebCore/platform/
DFileSystem.h176 Vector<String> listDirectory(const String& path, const String& filter = String());
/external/webkit/Source/WebCore/platform/qt/
DFileSystemQt.cpp101 Vector<String> listDirectory(const String& path, const String& filter) in listDirectory() function
/external/webkit/Source/WebCore/platform/posix/
DFileSystemPOSIX.cpp235 Vector<String> listDirectory(const String& path, const String& filter) in listDirectory() function
/external/webkit/Source/WebCore/platform/brew/
DFileSystemBrew.cpp248 Vector<String> listDirectory(const String& path, const String& filter) in listDirectory() function
/external/webkit/Source/WebCore/platform/wince/
DFileSystemWinCE.cpp292 Vector<String> listDirectory(const String& path, const String& filter) in listDirectory() function
/external/webkit/Source/WebCore/platform/gtk/
DFileSystemGtk.cpp207 Vector<String> listDirectory(const String& path, const String& filter) in listDirectory() function
/external/webkit/Source/WebCore/platform/win/
DFileSystemWin.cpp328 Vector<String> listDirectory(const String& directory, const String& filter) in listDirectory() function
/external/webkit/Source/WebCore/storage/
DStorageTracker.cpp204 paths = listDirectory(m_storageDirectoryPath, fileMatchPattern); in syncFileSystemAndTrackerDatabase()
/external/webkit/Source/WebCore/page/
DPageGroup.cpp228 Vector<String> files = listDirectory(basePath, "*.localstorage"); in clearDomStorage()
/external/webkit/Source/WebCore/plugins/
DPluginDatabase.cpp466 Vector<String> pluginPaths = listDirectory(*dIt, fileNameFilter); in getPluginPathsInDirectories()
/external/webkit/Source/JavaScriptCore/
DChangeLog5260 FileSystemWin.cpp needs listDirectory() implementation
/external/webkit/Source/WebCore/
DChangeLog45406 FileSystemWin.cpp needs listDirectory() implementation
45413 Implement FileSystemWin::listDirectory using PathWalker to populate the Vector
45418 (WebCore::listDirectory): Call through to PathWalker.
47098 (WebCore::listDirectory):
47100 (WebCore::listDirectory):
DChangeLog-2008-08-10180 Return the canonical file path in Qt's listDirectory as WebCore::PluginDatabase
187 (WebCore::listDirectory):
4785 Make listDirectory() in the Qt port work with empty namefilters.
4789 (WebCore::listDirectory):
6718 Fix the Mac build for real, don't define listDirectory() twice.
DChangeLog-2010-12-0615970 (WebCore::listDirectory):
115129 (WebCore::listDirectory):
123039 (WebCore::listDirectory):
128531 Leaks in listDirectory
128537 (WebCore::listDirectory):
128601 (WebCore::listDirectory):
DChangeLog-2010-05-2446867 Implemented homeDirectoryPath() and listDirectory() on the Haiku platform.
46874 (WebCore::listDirectory): Implemented
DChangeLog-2010-01-2923866 (WebCore::listDirectory):
31049 (WebCore::listDirectory):
84871 (WebCore::listDirectory):
DChangeLog-2009-06-1655764 * platform/posix/FileSystemPOSIX.cpp: Removed the implementation of listDirectory
78339 (WebCore::listDirectory):
/external/webkit/Source/WebKit2/
DChangeLog8616 FileSystemWin.cpp needs listDirectory() implementation