Home
last modified time | relevance | path

Searched refs:pathGetFileName (Results 1 – 25 of 32) sorted by relevance

12

/external/webkit/Source/WebCore/fileapi/
DFile.cpp52 , m_name(pathGetFileName(path)) in File()
60 m_name = pathGetFileName(path); in File()
69 m_name = pathGetFileName(path); in File()
/external/webkit/Source/WebCore/platform/chromium/
DFileSystemChromiumLinux.cpp36 String pathGetFileName(const String& path) in pathGetFileName() function
43 return pathGetFileName(path); in pathGetDisplayFileName()
DFileSystemChromiumWin.cpp39 String pathGetFileName(const String& path) in pathGetFileName() function
46 return pathGetFileName(path); in pathGetDisplayFileName()
DFileSystemChromiumMac.mm39 String pathGetFileName(const String& path)
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/win/
DInjectedBundleWin.cpp51 static String pathGetFileName(const String& path) in pathGetFileName() function
58 String fileName = pathGetFileName(path); in directoryName()
60 dirName.truncate(dirName.length() - pathGetFileName(path).length()); in directoryName()
/external/webkit/Source/WebCore/platform/brew/
DFileSystemBrew.cpp176 String pathGetFileName(const String& path) in pathGetFileName() function
183 String fileName = pathGetFileName(path); in directoryName()
185 dirName.truncate(dirName.length() - pathGetFileName(path).length()); in directoryName()
DFileChooserBrew.cpp46 string = pathGetFileName(m_filenames[0]); in basenameForWidth()
/external/webkit/Source/WebCore/platform/android/
DFileChooserAndroid.cpp40 String output = pathGetFileName(m_filenames[0]); in basenameForWidth()
DFileSystemAndroid.cpp93 String pathGetFileName(const String& path) in pathGetFileName() function
/external/webkit/Source/WebCore/platform/win/
DFileChooserWin.cpp44 string = pathGetFileName(m_filenames[0]); in basenameForWidth()
DFileSystemWin.cpp132 String pathGetFileName(const String& path) in pathGetFileName() function
139 String name = path.left(path.length() - pathGetFileName(path).length()); in directoryName()
/external/webkit/Source/WebKit2/UIProcess/Plugins/win/
DPluginInfoStoreWin.cpp396 String pluginFileName = pathGetFileName(plugin.path); in shouldUsePlugin()
401 if (equalIgnoringCase(pluginFileName, pathGetFileName(loadedPlugin.path))) in shouldUsePlugin()
/external/webkit/Source/WebKit2/WebProcess/Plugins/
DPluginProcessConnection.cpp49 if (pathGetFileName(pluginPath) == "AppleConnect.plugin") in defaultSyncMessageTimeout()
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/win/
DNetscapePluginModuleWin.cpp110 plugin.info.file = pathGetFileName(pluginPath); in getPluginInfo()
/external/webkit/Source/WebCore/platform/wx/
DFileSystemWx.cpp103 String pathGetFileName(const String& path) in pathGetFileName() function
/external/webkit/Source/WebCore/platform/
DFileSystem.h170 String pathGetFileName(const String&);
/external/webkit/Source/WebCore/platform/qt/
DFileSystemQt.cpp91 String pathGetFileName(const String& path) in pathGetFileName() function
/external/webkit/Source/WebCore/platform/posix/
DFileSystemPOSIX.cpp218 String pathGetFileName(const String& path) in pathGetFileName() function
/external/webkit/Source/WebKit2/UIProcess/
DWebIconDatabase.cpp74 if (!m_iconDatabaseImpl->open(directoryName(path), pathGetFileName(path))) { in setDatabasePath()
/external/webkit/Source/WebCore/platform/wince/
DFileSystemWinCE.cpp174 String pathGetFileName(const String& path) in pathGetFileName() function
/external/webkit/Source/WebCore/platform/gtk/
DFileSystemGtk.cpp167 String pathGetFileName(const String& pathName) in pathGetFileName() function
/external/webkit/Source/WebCore/plugins/
DPluginPackage.cpp115 m_fileName = pathGetFileName(m_path); in PluginPackage()
/external/webkit/Source/WebCore/storage/
DStorageTracker.cpp223 String file = pathGetFileName(path); in syncFileSystemAndTrackerDatabase()
/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheStorage.cpp795 dataStatement.bindText(2, pathGetFileName(resource->path())); in store()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1026675 Consolidate two versions of pathGetFileName.
26677 …: (WebCore::HTMLFormElement::formData): Call FileSystem.h version of pathGetFileName and removed t…
26678 …* platform/posix/FileSystemPOSIX.cpp: (WebCore::pathGetFileName): Moved general case from HTMLForm…
26680 …* platform/win/FileSystemWin.cpp: (WebCore::pathGetFileName): Moved win implementation from HTMLFo…
26681 …* platform/wx/FileSystemWx.cpp: (WebCore::pathGetFileName): Moved wx implementation from HTMLFormE…
29970 Implemented getFileModificationTime and pathGetFileName for the Qt port.
51749 Add pathGetFileName method to get the filename from a path string

12