Searched refs:isFile (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSEntryCustom.cpp52 if (entry->isFile())
H A DJSEntrySyncCustom.cpp52 if (entry->isFile())
H A DJSBlobCustom.cpp56 if (blob->isFile())
/macosx-10.9.5/WebCore-7537.78.1/Modules/filesystem/
H A DFileEntry.h54 virtual bool isFile() const { return true; } function in class:WebCore::FileEntry
H A DEntrySync.idl37 readonly attribute boolean isFile;
H A DEntryBase.h51 virtual bool isFile() const { return false; } function in class:WebCore::EntryBase
H A DFileEntrySync.h53 virtual bool isFile() const { return true; } function in class:WebCore::FileEntrySync
H A DEntry.idl37 readonly attribute boolean isFile;
H A DEntrySync.cpp49 if (entry->isFile())
/macosx-10.9.5/WebCore-7537.78.1/fileapi/
H A DFile.h89 virtual bool isFile() const { return true; } function in class:WebCore::File
139 ASSERT_WITH_SECURITY_IMPLICATION(!blob || blob->isFile());
145 ASSERT_WITH_SECURITY_IMPLICATION(!blob || blob->isFile());
H A DBlob.h72 virtual bool isFile() const { return false; } function in class:WebCore::Blob
H A DFileReader.cpp93 LOG(FileAPI, "FileReader: reading as array buffer: %s %s\n", blob->url().string().utf8().data(), blob->isFile() ? toFile(blob)->path().utf8().data() : "");
103 LOG(FileAPI, "FileReader: reading as binary: %s %s\n", blob->url().string().utf8().data(), blob->isFile() ? toFile(blob)->path().utf8().data() : "");
113 LOG(FileAPI, "FileReader: reading as text: %s %s\n", blob->url().string().utf8().data(), blob->isFile() ? toFile(blob)->path().utf8().data() : "");
129 LOG(FileAPI, "FileReader: reading as data URL: %s %s\n", blob->url().string().utf8().data(), blob->isFile() ? toFile(blob)->path().utf8().data() : "");
H A DBlob.cpp165 if (isFile()) {
195 if (isFile()) {
H A DWebKitBlobBuilder.cpp116 if (blob->isFile()) {
/macosx-10.9.5/WebCore-7537.78.1/bindings/gobject/
H A DWebKitDOMPrivate.cpp156 if (blob->isFile())
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DPathV1.h50 bool isFile : 1; ///< True if this is a file.
53 group(999), uniqueID(0), isDir(false), isFile(false) { }
/macosx-10.9.5/JavaScriptCore-7537.78.1/
H A Djsc.cpp125 bool isFile; member in struct:Script
128 Script(bool isFile, char *argument) argument
129 : isFile(isFile)
587 if (scripts[i].isFile) {
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DKURL.cpp1109 bool isFile = schemeEnd == 4 local
1117 if (!isFile)
1118 isFile = schemeEnd == 5
1217 if (userStart == portEnd && !m_protocolIsInHTTPFamily && !isFile) {
1293 if (isFile ? !degenerateFilePath : (haveNonHostAuthorityPart || hostStart != hostEnd)) {
1327 if (!(isFile && hostIsLocalHost && !haveNonHostAuthorityPart)) {
1360 if (isFile) {
1370 if ((m_protocolIsInHTTPFamily || isFile) && pathEnd == pathStart)
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DDebugInfo.cpp260 /// isFile - Return true if the specified tag is DW_TAG_file_type.
261 bool DIDescriptor::isFile() const { function in class:DIDescriptor
601 if (isFile())
621 if (isFile())
1003 } else if (this->isFile()) {
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DFormData.cpp225 if (value.blob()->isFile()) {
271 if (value.blob()->isFile()) {
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp213 static NPError parsePostBuffer(bool isFile, const char *buffer, uint32_t length, bool parseHeaders, HTTPHeaderMap& headerFields, Vector<uint8_t>& bodyData) argument
219 if (isFile) {
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DDebugInfo.h115 bool isFile() const;
212 if (DbgNode && !isFile())
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp674 && (!Context || Context.isCompileUnit() || Context.isFile()
1205 !GVContext.isFile() && !isSubprogramContext(GVContext)) {
H A DDwarfDebug.cpp325 !SP.getContext().isFile() &&
1532 } else if (Scope.isFile()) {
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXMLHttpRequest.cpp666 if (body->isFile())

Completed in 914 milliseconds

12