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

12 3

  /external/chromium_org/content/public/browser/
download_url_parameters.h 95 void set_offset(int64 offset) { save_info_.offset = offset; } function in class:content::DownloadUrlParameters
  /external/chromium_org/courgette/
disassembler_elf_32.h 54 void set_offset(size_t offset) { function in class:courgette::DisassemblerElf32::TypedRVA
disassembler_elf_32.cc 235 (*rva)->set_offset(offset);
  /external/chromium_org/net/http/
http_stream_parser.cc 310 read_buf_->set_offset(0);
573 read_buf_->set_offset(read_buf_->offset() + result);
745 read_buf_->set_offset(save_amount);
750 read_buf_->set_offset(save_amount + additional_save_amount);
    [all...]
  /external/oprofile/libpp/
populate_for_spu.cpp 81 profile.set_offset(*abfd);
profile.cpp 128 void profile_t::set_offset(op_bfd const & abfd) function in class:profile_t
  /external/chromium/chrome/browser/notifications/
balloon_collection_impl.cc 57 new_balloon->set_offset(base_.balloons()[count - 1]->offset());
210 (*it)->set_offset(gfx::Point(0, 0));
  /external/chromium_org/chrome/browser/extensions/api/cast_channel/
cast_socket.cc 492 current_read_buffer_->set_offset(current_read_buffer_->offset() + result);
531 header_read_buffer_->set_offset(0);
532 body_read_buffer_->set_offset(0);
  /external/chromium/net/websockets/
websocket.cc 394 current_read_buf_->set_offset(current_read_buf_->offset() + len);
414 current_read_buf_->set_offset(remaining);
  /external/chromium_org/chrome/browser/notifications/
balloon_collection_impl.cc 75 new_balloon->set_offset(base_.balloons()[count - 1]->offset());
260 (*it)->set_offset(gfx::Vector2d());
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_tcp.cc 390 read_buffer_->set_offset(read_buffer_->offset() + result);
403 read_buffer_->set_offset(read_buffer_->offset() - pos);
  /external/chromium_org/third_party/ots/src/
cff_type2_charstring.cc 177 cff_table->set_offset(offset);
747 cff_table->set_offset(offset);
glyf.cc 216 table.set_offset(gly_offset);
ots.h 159 void set_offset(size_t newoffset) { offset_ = newoffset; } function in class:ots::Buffer
cmap.cc 472 subtable.set_offset(records[i].default_offset);
506 subtable.set_offset(records[i].non_default_offset);
635 table.set_offset(subtable_headers[i].offset);
    [all...]
  /external/chromium_org/remoting/protocol/
connection_tester.cc 124 input_buffer_->set_offset(input_buffer_->offset() + result);
ssl_hmac_channel_authenticator.cc 232 auth_read_buf_->set_offset(auth_read_buf_->offset() + read_result);
  /external/chromium_org/third_party/leveldatabase/src/table/
table_builder.cc 179 handle->set_offset(r->offset);
  /external/e2fsprogs/ext2ed/
ext2ed.h 261 extern void set_offset (char *command_line);
  /external/libexif/libexif/fuji/
exif-mnote-data-fuji.c 338 d->methods.set_offset = exif_mnote_data_fuji_set_offset;
  /external/oprofile/pp/
opgprof.cpp 247 profile.set_offset(abfd);
  /external/chromium_org/jingle/glue/
pseudotcp_adapter_unittest.cc 254 input_buffer_->set_offset(input_buffer_->capacity() - kMessageSize);
  /external/chromium_org/net/quic/
quic_http_stream.cc 294 read_buf_->set_offset(read_buf_->offset() + length);
  /external/chromium_org/net/websockets/
websocket_basic_stream.cc 402 incomplete_control_frame_body_->set_offset(new_offset);
  /external/libexif/libexif/canon/
exif-mnote-data-canon.c 376 d->methods.set_offset = exif_mnote_data_canon_set_offset;

Completed in 1064 milliseconds

12 3