Home
last modified time | relevance | path

Searched refs:cells_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
Dbraille_input_handler.js64 this.cells_ = []; property in cvox.BrailleInputHandler
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) {
294 --this.cells_.length;
308 var cellsBuffer = new Uint8Array(this.cells_).buffer;
354 this.cells_.length = 0;
/external/webrtc/src/system_wrappers/source/
Ddata_log.cc53 CellMap cells_; member in webrtc::Row
108 : cells_(), in Row()
113 for (CellMap::iterator it = cells_.begin(); it != cells_.end();) { in ~Row()
116 cells_.erase(it++); in ~Row()
124 assert(cells_.count(column_name) == 0); in InsertCell()
125 if (cells_.count(column_name) > 0) in InsertCell()
127 cells_[column_name] = value_container; in InsertCell()
134 const Container* container = cells_[column_name]; in ToString()
/external/chromium_org/third_party/webrtc/system_wrappers/source/
Ddata_log.cc53 CellMap cells_; member in webrtc::Row
108 : cells_(), in Row()
113 for (CellMap::iterator it = cells_.begin(); it != cells_.end();) { in ~Row()
116 cells_.erase(it++); in ~Row()
124 assert(cells_.count(column_name) == 0); in InsertCell()
125 if (cells_.count(column_name) > 0) in InsertCell()
127 cells_[column_name] = value_container; in InsertCell()
134 const Container* container = cells_[column_name]; in ToString()
/external/chromium_org/v8/src/
Dmark-compact.h932 cells_ = chunk_->markbits()->cells(); in MarkBitCellIterator()
942 return &cells_[cell_index_]; in CurrentCell()
958 MarkBit::CellType* cells_; variable
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromeOptionsScript.js918 …ntractedTranslator_=this.defaultTranslator_=this.inputContext_=null;this.cells_=[];this.currentTex… property
921 b);if(0<this.cells_.length){if(f!==this.currentTextBefore_){if(0<this.pendingTextsBefore_.length)fo…
923 …actedContext_()?cvox.ExpandingBrailleTranslator.ExpansionType.ALL:0<this.cells_.length&&this.activ…
924cells_.length&&0==this.cells_[this.cells_.length-1]&&this.resetText_();this.cells_.push(a);this.up…
925 cvox.BrailleInputHandler.prototype.updateText_=function(){var a=(new Uint8Array(this.cells_)).buffe…
926 …}},this))};cvox.BrailleInputHandler.prototype.resetText_=function(){this.cells_.length=0;this.text…
DchromeVoxChromeBackgroundScript.js906 …ntractedTranslator_=this.defaultTranslator_=this.inputContext_=null;this.cells_=[];this.currentTex… property
909 b);if(0<this.cells_.length){if(f!==this.currentTextBefore_){if(0<this.pendingTextsBefore_.length)fo…
911 …actedContext_()?cvox.ExpandingBrailleTranslator.ExpansionType.ALL:0<this.cells_.length&&this.activ…
912cells_.length&&0==this.cells_[this.cells_.length-1]&&this.resetText_();this.cells_.push(a);this.up…
913 cvox.BrailleInputHandler.prototype.updateText_=function(){var a=(new Uint8Array(this.cells_)).buffe…
914 …}},this))};cvox.BrailleInputHandler.prototype.resetText_=function(){this.cells_.length=0;this.text…