Searched refs:QFile (Results 1 – 22 of 22) sorted by relevance
/external/webkit/Source/WebCore/platform/qt/ |
D | FileSystemQt.cpp | 48 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()
|
D | SharedBufferQt.cpp | 38 QFile file(fileName); in createWithContentsOfFile() 39 if (!file.exists() || !file.open(QFile::ReadOnly)) in createWithContentsOfFile()
|
/external/webkit/Source/WebCore/platform/network/qt/ |
D | QNetworkReplyHandler.h | 31 class QFile; variable 176 QFile* m_currentFile;
|
D | QNetworkReplyHandler.cpp | 103 m_currentFile = new QFile; in openFileForCurrentElement() 106 m_currentFile->open(QFile::ReadOnly); in openFileForCurrentElement()
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | DumpRenderTreeQt.h | 53 class QFile; variable 159 QFile *m_stdin;
|
D | DumpRenderTreeQt.cpp | 661 m_stdin = new QFile; in readLine() 662 m_stdin->open(stdin, QFile::ReadOnly); in readLine()
|
/external/webkit/Tools/MiniBrowser/qt/ |
D | main.cpp | 55 if (QFile(defaultIndexFile).exists()) in main()
|
D | MiniBrowserApplication.cpp | 77 if (!QFile::exists(listFile)) in handleUserOptions()
|
D | UrlLoader.cpp | 104 QFile inputFile(inputFileName); in loadUrlList()
|
D | BrowserWindow.cpp | 376 QFile file(":/useragentlist.txt"); in updateUserAgentList()
|
/external/webkit/Source/WebKit/qt/tests/MIMESniffing/ |
D | tst_MIMESniffing.cpp | 52 QFile file(testList[i].file); in testCase1()
|
/external/webkit/Tools/QtTestBrowser/ |
D | main.cpp | 305 if (!QFile::exists(listFile)) in handleUserOptions() 341 if (QFile(defaultIndexFile).exists()) in main()
|
D | urlloader.cpp | 105 QFile inputFile(inputFileName); in loadUrlList()
|
D | launcherwindow.cpp | 852 QFile file(":/useragentlist.txt"); in showUserAgentDialog()
|
/external/webkit/Source/WebKit2/UIProcess/Launcher/qt/ |
D | ProcessLauncherQt.cpp | 100 if (QFile::exists(QCoreApplication::applicationDirPath() + QLatin1String("/QtWebProcess"))) { in launchProcess()
|
/external/webkit/Source/WebCore/platform/ |
D | FileSystem.h | 123 typedef QFile* PlatformFileHandle;
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | InspectorServerQt.cpp | 274 QFile file(path); in tcpReadyRead()
|
/external/webkit/Source/WebKit/qt/tests/qwebpage/ |
D | tst_qwebpage.cpp | 175 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() 944 …QFile::remove(QDir::toNativeSeparators(QDir::currentPath() + "/path1/http_www.myexample.com_0.loca… in multiplePageGroupsAndLocalStorage() 945 …QFile::remove(QDir::toNativeSeparators(QDir::currentPath() + "/path2/http_www.myexample.com_0.loca… in multiplePageGroupsAndLocalStorage()
|
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/ |
D | tst_qdeclarativewebview.cpp | 71 QFile file(filename); in fileContents()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2002-12-03 | 13150 * 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):
|
D | ChangeLog-2003-10-25 | 2919 * kwq/KWQFile.mm: (QFile::QFile): Don't pass an empty string to fileSystemRepresentation,
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 18724 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,
|