Home
last modified time | relevance | path

Searched refs:QFile (Results 1 – 22 of 22) sorted by relevance

/external/webkit/Source/WebCore/platform/qt/
DFileSystemQt.cpp48 return QFile::exists(path); in fileExists()
54 return QFile::remove(path); in deleteFile()
122 QFile* temp = tempFile; in openTemporaryFile()
143 QFile* file = new QFile(path); in openFile()
DSharedBufferQt.cpp38 QFile file(fileName); in createWithContentsOfFile()
39 if (!file.exists() || !file.open(QFile::ReadOnly)) in createWithContentsOfFile()
/external/webkit/Source/WebCore/platform/network/qt/
DQNetworkReplyHandler.h31 class QFile; variable
176 QFile* m_currentFile;
DQNetworkReplyHandler.cpp103 m_currentFile = new QFile; in openFileForCurrentElement()
106 m_currentFile->open(QFile::ReadOnly); in openFileForCurrentElement()
/external/webkit/Tools/DumpRenderTree/qt/
DDumpRenderTreeQt.h53 class QFile; variable
159 QFile *m_stdin;
DDumpRenderTreeQt.cpp661 m_stdin = new QFile; in readLine()
662 m_stdin->open(stdin, QFile::ReadOnly); in readLine()
/external/webkit/Tools/MiniBrowser/qt/
Dmain.cpp55 if (QFile(defaultIndexFile).exists()) in main()
DMiniBrowserApplication.cpp77 if (!QFile::exists(listFile)) in handleUserOptions()
DUrlLoader.cpp104 QFile inputFile(inputFileName); in loadUrlList()
DBrowserWindow.cpp376 QFile file(":/useragentlist.txt"); in updateUserAgentList()
/external/webkit/Source/WebKit/qt/tests/MIMESniffing/
Dtst_MIMESniffing.cpp52 QFile file(testList[i].file); in testCase1()
/external/webkit/Tools/QtTestBrowser/
Dmain.cpp305 if (!QFile::exists(listFile)) in handleUserOptions()
341 if (QFile(defaultIndexFile).exists()) in main()
Durlloader.cpp105 QFile inputFile(inputFileName); in loadUrlList()
Dlauncherwindow.cpp852 QFile file(":/useragentlist.txt"); in showUserAgentDialog()
/external/webkit/Source/WebKit2/UIProcess/Launcher/qt/
DProcessLauncherQt.cpp100 if (QFile::exists(QCoreApplication::applicationDirPath() + QLatin1String("/QtWebProcess"))) { in launchProcess()
/external/webkit/Source/WebCore/platform/
DFileSystem.h123 typedef QFile* PlatformFileHandle;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DInspectorServerQt.cpp274 QFile file(path); in tcpReadyRead()
/external/webkit/Source/WebKit/qt/tests/qwebpage/
Dtst_qwebpage.cpp175 QFile::remove("Databases.db"); in cleanupFiles()
177 QFile::remove("http_www.myexample.com_0.localstorage"); in cleanupFiles()
568 if (QFile::exists(dbFileName)) in database()
569 QFile::remove(dbFileName); in database()
598 QVERIFY(QFile::exists(fileName)); in database()
600 QVERIFY(!QFile::exists(fileName)); in database()
944QFile::remove(QDir::toNativeSeparators(QDir::currentPath() + "/path1/http_www.myexample.com_0.loca… in multiplePageGroupsAndLocalStorage()
945QFile::remove(QDir::toNativeSeparators(QDir::currentPath() + "/path2/http_www.myexample.com_0.loca… in multiplePageGroupsAndLocalStorage()
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
Dtst_qdeclarativewebview.cpp71 QFile file(filename); in fileContents()
/external/webkit/Source/WebCore/
DChangeLog-2002-12-0313150 * kwq/KWQFile.mm: (QFile::KWQFilePrivate::KWQFilePrivate),
13151 (QFile::KWQFilePrivate::~KWQFilePrivate): Use new/delete instead of
16841 Replace QDir and QFile with clean-room implementations. Add glob
16848 * src/kwq/KWQFile.mm: (QFile::KWQFilePrivate::KWQFilePrivate),
16849 (QFile::KWQFilePrivate::~KWQFilePrivate), (QFile::QFile), (QFile::~QFile),
16850 (QFile::exists), (QFile::open), (QFile::close), (QFile::readBlock),
16851 (QFile::size):
DChangeLog-2003-10-252919 * kwq/KWQFile.mm: (QFile::QFile): Don't pass an empty string to fileSystemRepresentation,
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1618724 the MappedMemoryPool to call QFile::map() again when reusing an existing file.
19193 Also, we can't reopen the file if it's been QFile::remove()d,