Searched refs:moveNext (Results 1 - 10 of 10) sorted by relevance

/external/llvm/include/llvm/Object/
H A DSymbolicFile.h67 Current.moveNext();
100 void moveNext();
172 inline void BasicSymbolRef::moveNext() { function in class:llvm::object::BasicSymbolRef::BasicSymbolRef
H A DObjectFile.h47 void moveNext();
93 void moveNext();
410 inline void SectionRef::moveNext() { function in class:llvm::object::SectionRef
494 inline void RelocationRef::moveNext() { function in class:llvm::object::RelocationRef
H A DMachO.h41 void moveNext();
262 inline void DiceRef::moveNext() { function in class:llvm::object::DiceRef
H A DCOFF.h485 void moveNext();
509 void moveNext();
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dtraverse_content.js67 * If moveNext and movePrev should skip past an invalid selection,
217 cvox.TraverseContent.prototype.moveNext = function(grain) {
280 if (this.moveNext(grain) == null) {
409 var result = this.moveNext(grain);
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachORelocationInfo.cpp75 Rel.moveNext();
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp1012 void ImportDirectoryEntryRef::moveNext() { function in class:ImportDirectoryEntryRef
1046 void ExportDirectoryEntryRef::moveNext() { function in class:ExportDirectoryEntryRef
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromePageScript.js1179 cvox.TraverseContent.prototype.moveNext=function(a){var b=this.getBreakTags(),c=this.skipWhitespace,d=this.getCurrentRange();cvox.SelectionUtil.isRangeValid(d)||(c=!0);var e=[],f=[];do{a===cvox.TraverseContent.kSentence?d=cvox.TraverseUtil.getNextSentence(this.startCursor_,this.endCursor_,e,f,b):a===cvox.TraverseContent.kWord?d=cvox.TraverseUtil.getNextWord(this.startCursor_,this.endCursor_,e,f):a===cvox.TraverseContent.kCharacter?d=cvox.TraverseUtil.getNextChar(this.startCursor_,this.endCursor_,
1181 g);if(cvox.SelectionUtil.isRangeValid(d))this.lastSelectionWasWhitespace=!1;else if(this.lastSelectionWasWhitespace||a!=cvox.TraverseContent.kCharacter)for(;!cvox.SelectionUtil.isRangeValid(this.getCurrentRange())&&null!=this.moveNext(a););else this.lastSelectionWasWhitespace=!0;return this.getCurrentText()};
1185 cvox.TraverseContent.prototype.nextElement=function(a,b){null!=b&&(this.currentDomObj=b);var c=this.moveNext(a);return null==c||cvox.DomUtil.isDescendantOfNode(this.startCursor_.node,this.currentDomObj)&&cvox.DomUtil.isDescendantOfNode(this.endCursor_.node,this.currentDomObj)?c:null};
H A DchromeVoxChromeBackgroundScript.js1427 cvox.TraverseContent.prototype.moveNext=function(a){var b=this.getBreakTags(),c=this.skipWhitespace,d=this.getCurrentRange();cvox.SelectionUtil.isRangeValid(d)||(c=!0);var e=[],f=[];do{a===cvox.TraverseContent.kSentence?d=cvox.TraverseUtil.getNextSentence(this.startCursor_,this.endCursor_,e,f,b):a===cvox.TraverseContent.kWord?d=cvox.TraverseUtil.getNextWord(this.startCursor_,this.endCursor_,e,f):a===cvox.TraverseContent.kCharacter?d=cvox.TraverseUtil.getNextChar(this.startCursor_,this.endCursor_,
1429 g);if(cvox.SelectionUtil.isRangeValid(d))this.lastSelectionWasWhitespace=!1;else if(this.lastSelectionWasWhitespace||a!=cvox.TraverseContent.kCharacter)for(;!cvox.SelectionUtil.isRangeValid(this.getCurrentRange())&&null!=this.moveNext(a););else this.lastSelectionWasWhitespace=!0;return this.getCurrentText()};
1433 cvox.TraverseContent.prototype.nextElement=function(a,b){null!=b&&(this.currentDomObj=b);var c=this.moveNext(a);return null==c||cvox.DomUtil.isDescendantOfNode(this.startCursor_.node,this.currentDomObj)&&cvox.DomUtil.isDescendantOfNode(this.endCursor_.node,this.currentDomObj)?c:null};
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 207 milliseconds