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

  /external/chromium_org/third_party/webrtc/system_wrappers/source/
data_log.cc 53 CellMap cells_; member in class:webrtc::Row
108 : cells_(),
113 for (CellMap::iterator it = cells_.begin(); it != cells_.end();) {
116 cells_.erase(it++);
124 assert(cells_.count(column_name) == 0);
125 if (cells_.count(column_name) > 0)
127 cells_[column_name] = value_container;
134 const Container* container = cells_[column_name];
  /external/webrtc/src/system_wrappers/source/
data_log.cc 53 CellMap cells_; member in class:webrtc::Row
108 : cells_(),
113 for (CellMap::iterator it = cells_.begin(); it != cells_.end();) {
116 cells_.erase(it++);
124 assert(cells_.count(column_name) == 0);
125 if (cells_.count(column_name) > 0)
127 cells_[column_name] = value_container;
134 const Container* container = cells_[column_name];
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_input_handler.js 54 * {@code this.cells_.length > 0}.
64 this.cells_ = [];
66 * Text resulting from translating {@code this.cells_}.
174 if (this.cells_.length > 0) {
237 if (this.cells_.length > 0 &&
277 if (this.cells_.length > 0 && this.cells_[this.cells_.length - 1] == 0) {
280 this.cells_.push(dots);
293 if (this.imeActive_ && this.cells_.length > 0)
    [all...]
  /external/chromium_org/v8/src/
mark-compact.h 932 cells_ = chunk_->markbits()->cells();
942 return &cells_[cell_index_];
958 MarkBit::CellType* cells_; member in class:v8::internal::BASE_EMBEDDED
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]

Completed in 190 milliseconds