Home
last modified time | relevance | path

Searched refs:set_offset (Results 1 – 25 of 72) sorted by relevance

123

/external/chromium/net/base/
Dio_buffer.cc92 set_offset(capacity); in SetCapacity()
94 set_offset(offset_); // The pointer may have changed. in SetCapacity()
97 void GrowableIOBuffer::set_offset(int offset) { in set_offset() function in net::GrowableIOBuffer
Dio_buffer.h109 void set_offset(int offset);
/external/chromium_org/net/base/
Dio_buffer.cc99 set_offset(capacity); in SetCapacity()
101 set_offset(offset_); // The pointer may have changed. in SetCapacity()
104 void GrowableIOBuffer::set_offset(int offset) { in set_offset() function in net::GrowableIOBuffer
Dio_buffer.h197 void set_offset(int offset);
/external/chromium_org/third_party/ots/src/
Dcff.cc137 table->set_offset(index.offsets[i - 1]); in ParseNameData()
419 table.set_offset(operands.back().first + offset); in ParsePrivateDictData()
606 table.set_offset(operands.back().first); in ParseDictData()
631 table.set_offset(operands.back().first); in ParseDictData()
659 table.set_offset(operands.back().first); in ParseDictData()
689 table.set_offset(operands.back().first); in ParseDictData()
832 table.set_offset(charset_offset); in ParseDictData()
933 table.set_offset(hdr_size); in ots_cff_parse()
943 table.set_offset(name_index.offset_to_next); in ots_cff_parse()
953 table.set_offset(top_dict_index.offset_to_next); in ots_cff_parse()
[all …]
Dgdef.cc79 subtable.set_offset(attach_points[i]); in ParseAttachListTable()
147 subtable.set_offset(lig_glyphs[i]); in ParseLigCaretListTable()
179 subtable.set_offset(lig_glyphs[i] + caret_values[j]); in ParseLigCaretListTable()
/external/chromium_org/chrome/browser/devtools/
Dadb_client_socket_browsertest.cc130 output_buffer_->set_offset(0); in SendData()
185 input_buffer_->set_offset(input_buffer_->offset() + count); in OnDataRead()
197 input_buffer_->set_offset( data_size - bytes_processed); in OnDataRead()
232 output_buffer_->set_offset(output_buffer_->offset() + count); in OnDataWritten()
/external/libexif/libexif/
Dexif-mnote-data.c105 if (!d || !d->methods.set_offset) return; in exif_mnote_data_set_offset()
106 d->methods.set_offset (d, o); in exif_mnote_data_set_offset()
Dexif-mnote-data-priv.h44 void (* set_offset) (ExifMnoteData *, unsigned int); member
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_mac_dictionary_helper.h32 void set_offset(const gfx::Vector2d& offset) { offset_ = offset; } in set_offset() function
/external/chromium_org/content/browser/loader/
Dredirect_to_file_resource_handler.cc134 buf_->set_offset(new_offset); in OnReadCompleted()
218 buf_->set_offset(0); in WriteMore()
/external/chromium/net/http/
Dhttp_stream_parser.cc117 read_buf_->set_offset(read_buf_unused_offset_); in ReadResponseHeaders()
404 read_buf_->set_offset(read_buf_->offset() + result); in DoReadHeadersComplete()
542 read_buf_->set_offset(save_amount); in DoReadBodyComplete()
547 read_buf_->set_offset(save_amount + additional_save_amount); in DoReadBodyComplete()
/external/chromium_org/third_party/leveldatabase/src/table/
Dformat.h28 void set_offset(uint64_t offset) { offset_ = offset; } in set_offset() function
/external/chromium_org/device/bluetooth/
Dbluetooth_socket_mac.mm132 buffer->set_offset(length);
173 incoming_data_buffer_->set_offset(
Dbluetooth_socket_win.cc84 buffer->set_offset(buffer->offset() + bytes_read); in Receive()
Dbluetooth_socket_chromeos.cc100 buffer->set_offset(buffer->offset() + bytes_read); in Receive()
/external/oprofile/libpp/
Dprofile.h79 void set_offset(op_bfd const & abfd);
Dpopulate.cpp47 profile.set_offset(abfd); in populate_from_files()
/external/chromium_org/net/http/
Dhttp_stream_parser.cc310 read_buf_->set_offset(0); in ReadResponseHeaders()
573 read_buf_->set_offset(read_buf_->offset() + result); in DoReadHeadersComplete()
745 read_buf_->set_offset(save_amount); in DoReadBodyComplete()
750 read_buf_->set_offset(save_amount + additional_save_amount); in DoReadBodyComplete()
/external/chromium_org/content/browser/devtools/
Dtethering_handler.cc117 wire_buffer_->set_offset(wire_buffer_->offset() + result); in OnClientWrite()
143 wire_buffer_->set_offset(0); in OnClientWrite()
/external/chromium_org/chrome/browser/notifications/
Dballoon.h67 void set_offset(const gfx::Vector2d& offset) { offset_ = offset; } in set_offset() function
/external/chromium/chrome/browser/notifications/
Dballoon.h65 void set_offset(const gfx::Point& offset) { offset_ = offset; } in set_offset() function
Dballoon_collection_impl.cc57 new_balloon->set_offset(base_.balloons()[count - 1]->offset()); in Add()
210 (*it)->set_offset(gfx::Point(0, 0)); in CancelOffsets()
/external/chromium_org/net/tools/quic/
Dquic_spdy_client_stream.cc48 read_buf_->set_offset(read_buf_->offset() + length); in ProcessData()
Dquic_spdy_server_stream.cc41 read_buf_->set_offset(read_buf_->offset() + length); in ProcessData()

123