/external/chromium/net/base/ |
D | io_buffer.cc | 92 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
|
D | io_buffer.h | 109 void set_offset(int offset);
|
/external/chromium_org/net/base/ |
D | io_buffer.cc | 99 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
|
D | io_buffer.h | 197 void set_offset(int offset);
|
/external/chromium_org/third_party/ots/src/ |
D | cff.cc | 137 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 …]
|
D | gdef.cc | 79 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/ |
D | adb_client_socket_browsertest.cc | 130 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/ |
D | exif-mnote-data.c | 105 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()
|
D | exif-mnote-data-priv.h | 44 void (* set_offset) (ExifMnoteData *, unsigned int); member
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_mac_dictionary_helper.h | 32 void set_offset(const gfx::Vector2d& offset) { offset_ = offset; } in set_offset() function
|
/external/chromium_org/content/browser/loader/ |
D | redirect_to_file_resource_handler.cc | 134 buf_->set_offset(new_offset); in OnReadCompleted() 218 buf_->set_offset(0); in WriteMore()
|
/external/chromium/net/http/ |
D | http_stream_parser.cc | 117 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/ |
D | format.h | 28 void set_offset(uint64_t offset) { offset_ = offset; } in set_offset() function
|
/external/chromium_org/device/bluetooth/ |
D | bluetooth_socket_mac.mm | 132 buffer->set_offset(length); 173 incoming_data_buffer_->set_offset(
|
D | bluetooth_socket_win.cc | 84 buffer->set_offset(buffer->offset() + bytes_read); in Receive()
|
D | bluetooth_socket_chromeos.cc | 100 buffer->set_offset(buffer->offset() + bytes_read); in Receive()
|
/external/oprofile/libpp/ |
D | profile.h | 79 void set_offset(op_bfd const & abfd);
|
D | populate.cpp | 47 profile.set_offset(abfd); in populate_from_files()
|
/external/chromium_org/net/http/ |
D | http_stream_parser.cc | 310 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/ |
D | tethering_handler.cc | 117 wire_buffer_->set_offset(wire_buffer_->offset() + result); in OnClientWrite() 143 wire_buffer_->set_offset(0); in OnClientWrite()
|
/external/chromium_org/chrome/browser/notifications/ |
D | balloon.h | 67 void set_offset(const gfx::Vector2d& offset) { offset_ = offset; } in set_offset() function
|
/external/chromium/chrome/browser/notifications/ |
D | balloon.h | 65 void set_offset(const gfx::Point& offset) { offset_ = offset; } in set_offset() function
|
D | balloon_collection_impl.cc | 57 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/ |
D | quic_spdy_client_stream.cc | 48 read_buf_->set_offset(read_buf_->offset() + length); in ProcessData()
|
D | quic_spdy_server_stream.cc | 41 read_buf_->set_offset(read_buf_->offset() + length); in ProcessData()
|