Searched refs:m_filePath (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | NetscapePluginStream.cpp | 255 if (m_fileHandle == invalidPlatformFileHandle && m_filePath.isNull()) { in deliverDataToFile() 257 m_filePath = openTemporaryFile("WebKitPluginStream", m_fileHandle); in deliverDataToFile() 306 ASSERT(!m_filePath.isNull()); in stop() 308 m_plugin->NPP_StreamAsFile(&m_npStream, m_filePath.utf8().data()); in stop() 319 deleteFile(m_filePath); in stop() 320 m_filePath = String(); in stop()
|
D | NetscapePluginStream.h | 91 String m_filePath; variable
|
/external/webkit/Source/WebCore/fileapi/ |
D | FileSystemCallbacks.cpp | 210 m_root->getFile(m_filePath, 0, m_successCallback, m_errorCallback); in handleEvent() 221 , m_filePath(filePath) in ErrorCallbackWrapper() 229 String m_filePath; member in WebCore::__anonf9ec39fe0111::ErrorCallbackWrapper 243 , m_filePath(filePath) in ResolveURICallbacks() 251 …root->getDirectory(m_filePath, 0, m_successCallback, ErrorCallbackWrapper::create(m_successCallbac… in didOpenFileSystem()
|
D | FileSystemCallbacks.h | 135 String m_filePath; variable
|
/external/webkit/Source/WebCore/page/ |
D | SecurityOrigin.cpp | 125 m_filePath = url.path(); in SecurityOrigin() 138 , m_filePath(other->m_filePath.threadsafeCopy()) in SecurityOrigin() 256 return (m_filePath == other->m_filePath); in passesFileCheck()
|
D | SecurityOrigin.h | 211 String m_filePath; variable
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | CacheResult.cpp | 140 m_filePath = filePath.threadsafeCopy(); in writeToFile() 191 file = openFile(m_filePath, OpenForWrite); in writeChunkToFile()
|
D | CacheResult.h | 70 mutable String m_filePath; variable
|
/external/webkit/Source/WebCore/platform/audio/mac/ |
D | AudioFileReaderMac.h | 60 const char* m_filePath; variable
|
D | AudioFileReaderMac.cpp | 62 , m_filePath(filePath) in AudioFileReader() 84 , m_filePath(0) in AudioFileReader()
|