Searched defs:file_type (Results 1 - 25 of 55) sorted by relevance

123

/external/chromium_org/ppapi/c/
H A Dpp_directory_entry.h29 PP_FileType file_type; member in struct:PP_DirectoryEntry
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_change_unittest.cc13 FileChange::FileType file_type = FileChange::FILE_TYPE_FILE; local
15 FileChange::Change change1(change_type, file_type);
17 EXPECT_EQ(file_type, change1.file_type());
19 FileChange::Change change2(change_type, file_type);
21 EXPECT_EQ(file_type, change1.file_type());
26 EXPECT_EQ(FileChange::FILE_TYPE_DIRECTORY, change3.file_type());
H A Dfile_change.cc15 FileChange::Change::Change(ChangeType change, FileType file_type) argument
16 : change_(change), file_type_(file_type) {
30 switch (file_type()) {
110 FileType file_type,
112 Update(file_path, FileChange::Change(change, file_type));
109 Update(const base::FilePath file_path, FileType file_type, FileChange::ChangeType change) argument
H A Dfile_change.h34 Change(ChangeType change, FileType file_type);
44 FileType file_type() const { return file_type_; } function in class:drive::FileChange::Change
49 return change() == that.change() && file_type() == that.file_type();
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_file_metadata.cc12 : file_type(sync_file_system::SYNC_FILE_TYPE_UNKNOWN),
17 SyncFileType file_type,
20 : file_type(file_type),
28 return file_type == that.file_type &&
16 SyncFileMetadata( SyncFileType file_type, int64 size, const base::Time& last_modified) argument
H A Dsync_file_metadata.h18 SyncFileMetadata(SyncFileType file_type,
23 SyncFileType file_type; member in class:sync_file_system::SyncFileMetadata
H A Dfile_change.cc15 SyncFileType file_type)
17 file_type_(file_type) {}
30 switch (file_type()) {
13 FileChange( ChangeType change, SyncFileType file_type) argument
H A Dfile_change.h25 FileChange(ChangeType change, SyncFileType file_type);
35 SyncFileType file_type() const { return file_type_; } function in class:sync_file_system::FileChange
41 file_type() == that.file_type();
/external/chromium_org/content/browser/fileapi/
H A Dsandbox_database_test_helper.cc34 leveldb::FileType file_type; local
36 &number, &file_type));
37 if (file_type == type &&
83 leveldb::FileType file_type; local
85 &number, &file_type));
86 if (file_type == type) {
/external/qemu/distrib/ext4_utils/src/
H A Dcontents.h26 u8 file_type; member in struct:dentry
/external/chromium_org/base/files/
H A Dfile_enumerator_win.cc45 int file_type)
47 file_type_(file_type),
58 int file_type,
61 file_type_(file_type),
43 FileEnumerator(const FilePath& root_path, bool recursive, int file_type) argument
56 FileEnumerator(const FilePath& root_path, bool recursive, int file_type, const FilePath::StringType& pattern) argument
H A Dfile_enumerator_posix.cc42 int file_type)
46 file_type_(file_type) {
54 int file_type,
59 file_type_(file_type),
40 FileEnumerator(const FilePath& root_path, bool recursive, int file_type) argument
52 FileEnumerator(const FilePath& root_path, bool recursive, int file_type, const FilePath::StringType& pattern) argument
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
H A Dsync_file_system_api_helpers.cc110 sync_file_system::SyncFileType file_type) {
111 if (!url.is_valid() || file_type == sync_file_system::SYNC_FILE_TYPE_UNKNOWN)
133 (file_type == sync_file_system::SYNC_FILE_TYPE_DIRECTORY));
108 CreateDictionaryValueForFileSystemEntry( const storage::FileSystemURL& url, sync_file_system::SyncFileType file_type) argument
/external/chromium_org/ppapi/cpp/
H A Ddirectory_entry.h74 PP_FileType file_type() const { return data_.file_type; } function in class:pp::DirectoryEntry
/external/chromium_org/storage/browser/database/
H A Dvfs_backend.cc23 const int file_type = desired_flags & kFileTypeMask; local
48 return (file_type == SQLITE_OPEN_MAIN_DB) ||
49 (file_type == SQLITE_OPEN_TEMP_DB) ||
50 (file_type == SQLITE_OPEN_MAIN_JOURNAL) ||
51 (file_type == SQLITE_OPEN_TEMP_JOURNAL) ||
52 (file_type == SQLITE_OPEN_SUBJOURNAL) ||
53 (file_type == SQLITE_OPEN_MASTER_JOURNAL) ||
54 (file_type == SQLITE_OPEN_TRANSIENT_DB);
/external/chromium_org/chrome/browser/printing/
H A Dprint_dialog_cloud_unittest.cc84 const std::string& file_type)
85 : CloudPrintFlowHandler(NULL, title, print_ticket, file_type) {}
82 MockCloudPrintFlowHandler(const base::string16& title, const base::string16& print_ticket, const std::string& file_type) argument
/external/chromium_org/chrome/tools/convert_dict/
H A Ddic_reader.cc55 const char* file_type, const char* encoding,
76 file_type);
88 line_number, encoding, file_type);
54 PopulateWordSet(WordSet* word_set, FILE* file, AffReader* aff_reader, const char* file_type, const char* encoding, bool file_has_word_count_in_the_first_line) argument
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_pepper_interface_html5_fs.h48 PP_FileType file_type() const { return info_.type; } function in class:FakeHtml5FsNode
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dremote_to_local_syncer_unittest.cc230 SyncFileType file_type) {
231 expected_changes_[url].push_back(FileChange(change_type, file_type));
228 AppendExpectedChange(const storage::FileSystemURL& url, FileChange::ChangeType change_type, SyncFileType file_type) argument
/external/chromium_org/net/disk_cache/blockfile/
H A Daddr.h73 Addr(FileType file_type, int max_blocks, int block_file, int index) { argument
74 value_ = ((file_type << kFileTypeOffset) & kFileTypeMask) |
97 FileType file_type() const { function in class:disk_cache::Addr
112 return BlockSizeForFileType(file_type());
123 static int BlockSizeForFileType(FileType file_type) { argument
124 switch (file_type) {
155 static int RequiredBlocks(int size, FileType file_type) { argument
156 int block_size = BlockSizeForFileType(file_type);
H A Dbackend_worker_v3.cc425 FileType file_type = Addr::RequiredFileType(size); local
426 DCHECK_NE(file_type, EXTERNAL);
427 int num_blocks = Addr::RequiredBlocks(size, file_type);
429 if (!CreateBlock(file_type, num_blocks, &address))
/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdiff_main.cc97 // to be opened. file_type should be a descriptive name (like "target") for
105 const char* file_type,
253 const char* file_type,
268 std::cerr << "Error opening " << file_type << " file '"
275 std::cerr << "Error finding size of " << file_type << " file '"
252 OpenFileForReading(const string& file_name, const char* file_type, FILE** file, std::vector<char>* buffer) argument
/external/chromium_org/storage/browser/fileapi/
H A Dlocal_file_util.cc29 int file_type)
30 : file_enum_(platform_root_path, false /* recursive */, file_type),
27 LocalFileEnumerator(const base::FilePath& platform_root_path, const base::FilePath& virtual_root_path, int file_type) argument
H A Dnative_file_util.cc80 int file_type)
81 : file_enum_(root_path, recursive, file_type) {
78 NativeFileEnumerator(const base::FilePath& root_path, bool recursive, int file_type) argument
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftwinfnt.h188 FT_UShort file_type; member in struct:FT_WinFNT_HeaderRec_

Completed in 427 milliseconds

123