HomeSort by relevance Sort by last modified time
    Searched refs:set_offset (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_mac_dictionary_helper.h 32 void set_offset(const gfx::Vector2d& offset) { offset_ = offset; } function in class:content::RenderWidgetHostViewMacDictionaryHelper
  /external/chromium/net/base/
io_buffer.cc 92 set_offset(capacity);
94 set_offset(offset_); // The pointer may have changed.
97 void GrowableIOBuffer::set_offset(int offset) { function in class:net::GrowableIOBuffer
io_buffer.h 109 void set_offset(int offset);
  /external/chromium_org/net/base/
io_buffer.cc 99 set_offset(capacity);
101 set_offset(offset_); // The pointer may have changed.
104 void GrowableIOBuffer::set_offset(int offset) { function in class:net::GrowableIOBuffer
io_buffer.h 185 // buf->set_offset(buf->offset() + bytes_read);
197 void set_offset(int offset);
  /external/libexif/libexif/
exif-mnote-data-priv.h 44 void (* set_offset) (ExifMnoteData *, unsigned int); member in struct:_ExifMnoteDataMethods
exif-mnote-data.c 105 if (!d || !d->methods.set_offset) return;
106 d->methods.set_offset (d, o);
  /external/chromium_org/third_party/leveldatabase/src/table/
format.h 28 void set_offset(uint64_t offset) { offset_ = offset; } function in class:leveldb::BlockHandle
  /external/oprofile/libpp/
profile.h 79 void set_offset(op_bfd const & abfd);
populate.cpp 47 profile.set_offset(abfd);
  /external/chromium/chrome/browser/notifications/
balloon.h 65 void set_offset(const gfx::Point& offset) { offset_ = offset; } function in class:Balloon
  /external/chromium_org/chrome/browser/notifications/
balloon.h 67 void set_offset(const gfx::Vector2d& offset) { offset_ = offset; } function in class:Balloon
  /external/chromium_org/device/bluetooth/
bluetooth_socket_win.cc 84 buffer->set_offset(buffer->offset() + bytes_read);
bluetooth_socket_chromeos.cc 100 buffer->set_offset(buffer->offset() + bytes_read);
  /external/chromium_org/third_party/ots/src/
cff.cc 137 table->set_offset(index.offsets[i - 1]);
419 table.set_offset(operands.back().first + offset);
606 table.set_offset(operands.back().first);
631 table.set_offset(operands.back().first);
659 table.set_offset(operands.back().first);
689 table.set_offset(operands.back().first);
832 table.set_offset(charset_offset);
933 table.set_offset(hdr_size);
943 table.set_offset(name_index.offset_to_next);
953 table.set_offset(top_dict_index.offset_to_next)
    [all...]
gdef.cc 79 subtable.set_offset(attach_points[i]);
147 subtable.set_offset(lig_glyphs[i]);
179 subtable.set_offset(lig_glyphs[i] + caret_values[j]);
  /external/chromium_org/chrome/browser/devtools/
adb_client_socket_browsertest.cc 130 output_buffer_->set_offset(0);
185 input_buffer_->set_offset(input_buffer_->offset() + count);
197 input_buffer_->set_offset( data_size - bytes_processed);
232 output_buffer_->set_offset(output_buffer_->offset() + count);
  /external/chromium_org/net/socket/
buffered_write_stream_socket.cc 152 io_buffer_->set_offset(io_buffer_->offset() + result);
  /external/chromium_org/net/tools/quic/
quic_spdy_client_stream.cc 48 read_buf_->set_offset(read_buf_->offset() + length);
quic_spdy_server_stream.cc 41 read_buf_->set_offset(read_buf_->offset() + length);
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format4.h 45 void set_offset(int32_t v) { offset_ = v; } function in class:sfntly::IndexSubTableFormat4::CodeOffsetPairBuilder
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format4.h 45 void set_offset(int32_t v) { offset_ = v; } function in class:sfntly::IndexSubTableFormat4::CodeOffsetPairBuilder
  /external/chromium_org/content/browser/devtools/
tethering_handler.cc 117 wire_buffer_->set_offset(wire_buffer_->offset() + result);
143 wire_buffer_->set_offset(0);
  /external/chromium_org/content/browser/loader/
redirect_to_file_resource_handler.cc 134 buf_->set_offset(new_offset);
218 buf_->set_offset(0);
  /external/chromium/net/http/
http_stream_parser.cc 117 read_buf_->set_offset(read_buf_unused_offset_);
404 read_buf_->set_offset(read_buf_->offset() + result);
542 read_buf_->set_offset(save_amount);
547 read_buf_->set_offset(save_amount + additional_save_amount);

Completed in 266 milliseconds

1 2 3