Searched defs:initial_offset (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/webkit/browser/fileapi/
H A Dfile_system_file_stream_reader.cc26 int64 initial_offset,
31 initial_offset,
93 int64 initial_offset,
97 initial_offset_(initial_offset),
23 CreateForFileSystemFile( fileapi::FileSystemContext* file_system_context, const fileapi::FileSystemURL& url, int64 initial_offset, const base::Time& expected_modification_time) argument
90 FileSystemFileStreamReader( FileSystemContext* file_system_context, const FileSystemURL& url, int64 initial_offset, const base::Time& expected_modification_time) argument
H A Dlocal_file_stream_writer.cc26 int64 initial_offset) {
27 return new LocalFileStreamWriter(task_runner, file_path, initial_offset);
84 int64 initial_offset)
86 initial_offset_(initial_offset),
23 CreateForLocalFile( base::TaskRunner* task_runner, const base::FilePath& file_path, int64 initial_offset) argument
82 LocalFileStreamWriter(base::TaskRunner* task_runner, const base::FilePath& file_path, int64 initial_offset) argument
H A Dsandbox_file_stream_writer.cc45 int64 initial_offset,
49 initial_offset_(initial_offset),
42 SandboxFileStreamWriter( FileSystemContext* file_system_context, const FileSystemURL& url, int64 initial_offset, const UpdateObserverList& observers) argument
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dlog_reader.cc19 uint64_t initial_offset)
28 initial_offset_(initial_offset) {
18 Reader(SequentialFile* file, Reporter* reporter, bool checksum, uint64_t initial_offset) argument
H A Dlog_test.cc118 0/*initial_offset*/) {
204 void CheckInitialOffsetRecord(uint64_t initial_offset, argument
210 initial_offset);
/external/chromium_org/webkit/browser/blob/
H A Dlocal_file_stream_reader.cc38 int64 initial_offset,
40 return new LocalFileStreamReader(task_runner, file_path, initial_offset,
72 int64 initial_offset,
76 initial_offset_(initial_offset),
35 CreateForLocalFile( base::TaskRunner* task_runner, const base::FilePath& file_path, int64 initial_offset, const base::Time& expected_modification_time) argument
69 LocalFileStreamReader( base::TaskRunner* task_runner, const base::FilePath& file_path, int64 initial_offset, const base::Time& expected_modification_time) argument
H A Dlocal_file_stream_reader_unittest.cc85 int64 initial_offset,
90 initial_offset,
83 CreateFileReader( const base::FilePath& path, int64 initial_offset, const base::Time& expected_modification_time) argument
/external/chromium_org/content/browser/fileapi/
H A Dfile_system_file_stream_reader_unittest.cc88 int64 initial_offset,
92 initial_offset,
86 CreateFileReader( const std::string& file_name, int64 initial_offset, const base::Time& expected_modification_time) argument
/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t_ndef.c1427 UINT16 initial_offset; local
1506 initial_offset = p_t1t->work_offset;
1508 if (p_t1t->work_offset == initial_offset)
1530 initial_offset = p_t1t->work_offset;
1532 if (p_t1t->work_offset == initial_offset)
1672 UINT16 initial_offset = p_t1t->work_offset; local
1674 while (p_t1t->work_offset == initial_offset && block <= p_t1t->mem[T1T_CC_TMS_BYTE])
1710 if (p_t1t->work_offset == initial_offset)
H A Drw_t2t_ndef.c1270 UINT16 initial_offset; local
1285 initial_offset = p_t2t->work_offset;
1286 while (p_t2t->work_offset == initial_offset && block < total_blocks)
1297 if (p_t2t->work_offset == initial_offset)
1329 initial_offset = p_t2t->work_offset;
1330 while (p_t2t->work_offset == initial_offset && block < total_blocks)
1356 if (p_t2t->work_offset == initial_offset)
1363 if (p_t2t->work_offset == initial_offset)
/external/chromium_org/v8/src/
H A Djsregexp.cc5815 void TextNode::FillInBMInfo(int initial_offset, argument
5819 if (initial_offset >= bm->length()) return;
5820 int offset = initial_offset;
5824 if (initial_offset == 0) set_bm_info(not_at_start, bm);
5832 if (initial_offset == 0) set_bm_info(not_at_start, bm);
5868 if (initial_offset == 0) set_bm_info(not_at_start, bm);
5875 if (initial_offset == 0) set_bm_info(not_at_start, bm);

Completed in 288 milliseconds