/external/chromium_org/mojo/system/ |
local_data_pipe.cc | 6 // E.g., |start_index_| and |current_num_bytes_| fit into a |uint32_t|, but 25 start_index_(0), 86 (start_index_ + current_num_bytes_) % capacity_num_bytes(); 111 (start_index_ + current_num_bytes_) % capacity_num_bytes(); 121 DCHECK_GE(start_index_, write_index); 197 memcpy(elements, buffer_.get() + start_index_, num_bytes_to_read_first); 260 *buffer = buffer_.get() + start_index_; 270 DCHECK_LE(start_index_ + num_bytes_read, capacity_num_bytes()); 307 size_t next_index = start_index_ + current_num_bytes_; 310 DCHECK_GE(start_index_, next_index) [all...] |
local_data_pipe.h | 75 size_t start_index_; member in class:mojo::system::LocalDataPipe
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
browser_action_overflow_menu_controller.cc | 73 start_index_(start_index), 132 BrowserActionView* view = (*views_)[start_index_ + id - 1]; 137 BrowserActionView* view = (*views_)[start_index_ + id - 1]; 147 (*views_)[start_index_ + id - 1]->button()->extension();
|
browser_action_overflow_menu_controller.h | 116 int start_index_; member in class:BrowserActionOverflowMenuController
|
/external/chromium_org/google_apis/drive/ |
gdata_wapi_parser.cc | 587 : start_index_(0), 601 // check for valid start_index_ and items_per_page_ values. 603 kStartIndexField, &ResourceList::start_index_, &base::StringToInt);
|
gdata_wapi_parser.h | 601 int start_index() const { return start_index_; } 617 start_index_ = start_index; 635 int start_index_; member in class:google_apis::ResourceList
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout-gsubgpos-private.hh | 381 unsigned int start_index_, 384 idx (start_index_), 397 matcher.set_syllable (start_index_ == c->buffer->idx ? c->buffer->cur().syllable () : 0); 452 unsigned int start_index_, 455 idx (start_index_), 467 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...] |