HomeSort by relevance Sort by last modified time
    Searched refs:initial_offset_ (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/webkit/browser/fileapi/
sandbox_file_stream_writer.cc 49 initial_offset_(initial_offset),
133 if (initial_offset_ > file_size_) {
134 LOG(ERROR) << initial_offset_ << ", " << file_size_;
137 initial_offset_ = file_size_;
142 initial_offset_));
190 allowed_bytes_to_write_, initial_offset_, file_size_);
209 if (total_bytes_written_ + write_response + initial_offset_ > file_size_) {
210 int overlapped = file_size_ - total_bytes_written_ - initial_offset_;
file_system_file_stream_reader.cc 97 initial_offset_(initial_offset),
139 platform_path, initial_offset_, expected_modification_time_));
file_system_file_stream_reader.h 63 const int64 initial_offset_; member in class:fileapi::FileSystemFileStreamReader
local_file_stream_writer.cc 86 initial_offset_(initial_offset),
133 if (initial_offset_ == 0) {
139 int result = stream_impl_->Seek(net::FROM_BEGIN, initial_offset_,
159 if (result != initial_offset_) {
local_file_stream_writer.h 54 // Seeks to |initial_offset_| and proceeds to |main_operation| if it succeeds.
81 const int64 initial_offset_; member in class:fileapi::LocalFileStreamWriter
sandbox_file_stream_writer.h 74 int64 initial_offset_; member in class:fileapi::SandboxFileStreamWriter
  /external/chromium_org/third_party/leveldatabase/src/db/
log_reader.h 74 uint64_t const initial_offset_; member in class:leveldb::log::Reader
87 // Skips all blocks that are completely before "initial_offset_".
log_reader.cc 28 initial_offset_(initial_offset) {
36 size_t offset_in_block = initial_offset_ % kBlockSize;
37 uint64_t block_start_location = initial_offset_ - offset_in_block;
60 if (last_record_offset_ < initial_offset_) {
174 end_of_buffer_offset_ - buffer_.size() - bytes >= initial_offset_) {
246 // Skip physical record that started before initial_offset_
248 initial_offset_) {
  /external/chromium_org/webkit/browser/blob/
local_file_stream_reader.cc 76 initial_offset_(initial_offset),
118 net::FROM_BEGIN, initial_offset_,
134 if (seek_result != initial_offset_) {
local_file_stream_reader.h 69 const int64 initial_offset_; member in class:webkit_blob::LocalFileStreamReader
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_scroll.cc 396 : initial_offset_(10, 20),
448 expected_scroll_layer_->SetScrollOffset(initial_offset_);
479 EXPECT_VECTOR_EQ(initial_offset_,
483 EXPECT_VECTOR_EQ(initial_offset_ + scroll_amount_,
537 EXPECT_VECTOR_EQ(initial_offset_,
587 gfx::Vector2d initial_offset_; member in class:cc::__anon3956::LayerTreeHostScrollTestCaseWithChild
    [all...]

Completed in 66 milliseconds