Home
last modified time | relevance | path

Searched refs:FileType (Results 1 – 12 of 12) sorted by relevance

/external/chromium/net/disk_cache/
Daddr.h15 enum FileType { enum
53 Addr(FileType file_type, int max_blocks, int block_file, int index) { in Addr()
77 FileType file_type() const { in file_type()
78 return static_cast<FileType>((value_ & kFileTypeMask) >> kFileTypeOffset); in file_type()
95 static int BlockSizeForFileType(FileType file_type) { in BlockSizeForFileType()
110 static FileType RequiredFileType(int size) { in RequiredFileType()
Dblock_files.h38 bool CreateBlock(FileType block_type, int block_count, Addr* block_address);
51 bool CreateBlockFile(int index, FileType file_type, bool force);
58 MappedFile* FileForNewBlock(FileType block_type, int block_count);
64 int CreateNextBlockFile(FileType block_type);
67 void RemoveEmptyFile(FileType block_type);
Dblock_files.cc178 if (!CreateBlockFile(i, static_cast<FileType>(i + 1), true)) in Init()
185 RemoveEmptyFile(static_cast<FileType>(i + 1)); in Init()
210 bool BlockFiles::CreateBlockFile(int index, FileType file_type, bool force) { in CreateBlockFile()
312 MappedFile* BlockFiles::FileForNewBlock(FileType block_type, int block_count) { in FileForNewBlock()
341 FileType type = Addr::RequiredFileType(header->entry_size); in NextFile()
358 int BlockFiles::CreateNextBlockFile(FileType block_type) { in CreateNextBlockFile()
368 void BlockFiles::RemoveEmptyFile(FileType block_type) { in RemoveEmptyFile()
403 bool BlockFiles::CreateBlock(FileType block_type, int block_count, in CreateBlock()
457 FileType type = Addr::RequiredFileType(header->entry_size); in DeleteBlock()
Dbackend_impl.h104 bool CreateBlock(FileType block_type, int block_count,
Dentry_impl.cc639 FileType file_type = Addr::RequiredFileType(size); in CreateBlock()
Dbackend_impl.cc720 bool BackendImpl::CreateBlock(FileType block_type, int block_count, in CreateBlock()
/external/webkit/WebKitTools/Scripts/webkitpy/style/
Dchecker.py584 class FileType: class
643 return FileType.CPP
647 return FileType.TEXT
649 return FileType.NONE
653 if file_type == FileType.NONE:
655 elif file_type == FileType.CPP:
658 elif file_type == FileType.TEXT:
664 "NONE": FileType.NONE,
665 "CPP": FileType.CPP,
666 "TEXT": FileType.TEXT})
Dchecker_unittest.py664 self.assertEquals(dispatcher._file_type(file_path), style.FileType.CPP)
/external/webkit/WebCore/bindings/js/
DSerializedScriptValue.h65 FileType, enumerator
125 ASSERT(m_type == StringType || m_type == FileType); in asString()
DSerializedScriptValue.cpp220 : m_type(FileType) in SerializedScriptValueData()
738 case SerializedScriptValueData::FileType: in convertIfTerminal()
917 case SerializedScriptValueData::FileType: in convertIfTerminal()
/external/webkit/WebKitTools/
DChangeLog2286 For files with type FileType.NONE, dispatch_processor returns None.
2410 - Added FileType class.
/external/webkit/WebCore/
DChangeLog-2007-10-1415857 either a "FileType" or "DirectoryType" class name depending on the type