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

  /external/chromium_org/mojo/system/
local_data_pipe.cc 6 // E.g., |start_index_| and |current_num_bytes_| fit into a |uint32_t|, but
24 : DataPipe(true, true, options), start_index_(0), current_num_bytes_(0) {
87 (start_index_ + current_num_bytes_) % capacity_num_bytes();
112 (start_index_ + current_num_bytes_) % capacity_num_bytes();
122 DCHECK_GE(start_index_, write_index);
202 elements.PutArray(buffer_.get() + start_index_, num_bytes_to_read_first);
268 buffer.Put(buffer_.get() + start_index_);
278 DCHECK_LE(start_index_ + num_bytes_read, capacity_num_bytes());
316 size_t next_index = start_index_ + current_num_bytes_;
319 DCHECK_GE(start_index_, next_index)
    [all...]
local_data_pipe.h 83 size_t start_index_; member in class:mojo::system::LocalDataPipe
  /external/chromium_org/chrome/browser/ui/views/extensions/
browser_action_overflow_menu_controller.cc 72 start_index_(start_index),
132 BrowserActionView* view = views_[start_index_ + id - 1];
137 views_[start_index_ + id - 1]->view_controller()->ExecuteActionByUser();
145 BrowserActionView* view = views_[start_index_ + id - 1];
browser_action_overflow_menu_controller.h 118 int start_index_; member in class:BrowserActionOverflowMenuController
  /external/chromium_org/google_apis/drive/
gdata_wapi_parser.h 558 int start_index() const { return start_index_; }
574 start_index_ = start_index;
592 int start_index_; member in class:google_apis::ResourceList
gdata_wapi_parser.cc 483 : start_index_(0),
497 // check for valid start_index_ and items_per_page_ values.
499 kStartIndexField, &ResourceList::start_index_, &base::StringToInt);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh 377 unsigned int start_index_,
380 idx (start_index_),
393 matcher.set_syllable (start_index_ == c->buffer->idx ? c->buffer->cur().syllable () : 0);
448 unsigned int start_index_,
451 idx (start_index_),
463 matcher.set_syllable (start_index_ == c->buffer->idx ? c->buffer->cur().syllable () : 0);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 377 unsigned int start_index_,
380 idx (start_index_),
393 matcher.set_syllable (start_index_ == c->buffer->idx ? c->buffer->cur().syllable () : 0);
448 unsigned int start_index_,
451 idx (start_index_),
463 matcher.set_syllable (start_index_ == c->buffer->idx ? c->buffer->cur().syllable () : 0);
    [all...]

Completed in 185 milliseconds