Home
last modified time | relevance | path

Searched refs:m_filePath (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapePluginStream.cpp255 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()
DNetscapePluginStream.h91 String m_filePath; variable
/external/webkit/Source/WebCore/fileapi/
DFileSystemCallbacks.cpp210 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()
DFileSystemCallbacks.h135 String m_filePath; variable
/external/webkit/Source/WebCore/page/
DSecurityOrigin.cpp125 m_filePath = url.path(); in SecurityOrigin()
138 , m_filePath(other->m_filePath.threadsafeCopy()) in SecurityOrigin()
256 return (m_filePath == other->m_filePath); in passesFileCheck()
DSecurityOrigin.h211 String m_filePath; variable
/external/webkit/Source/WebKit/android/WebCoreSupport/
DCacheResult.cpp140 m_filePath = filePath.threadsafeCopy(); in writeToFile()
191 file = openFile(m_filePath, OpenForWrite); in writeChunkToFile()
DCacheResult.h70 mutable String m_filePath; variable
/external/webkit/Source/WebCore/platform/audio/mac/
DAudioFileReaderMac.h60 const char* m_filePath; variable
DAudioFileReaderMac.cpp62 , m_filePath(filePath) in AudioFileReader()
84 , m_filePath(0) in AudioFileReader()