Searched refs:next_ (Results 101 - 115 of 115) sorted by relevance

12345

/external/chromium_org/v8/src/
H A Disolate.h418 next_(NULL),
451 PerIsolateThreadData* next_; member in class:v8::internal::Isolate::PerIsolateThreadData
H A Dast.h841 next_ = next;
846 Statement* next() const { return next_; }
869 next_(NULL),
878 Statement* next_; member in class:v8::internal::FINAL
H A Ddebug.cc713 DebugInfoListNode::DebugInfoListNode(DebugInfo* debug_info): next_(NULL) {
H A Dhydrogen.cc991 MergeAtJoinBlock* then_record = else_record->next_;
995 DCHECK(then_record->next_ == NULL);
1023 current = current->next_;
1033 current = current->next_;
H A Dapi.cc382 that->next_ = first_extension_;
1908 next_(isolate_->try_catch_handler()),
/external/chromium_org/v8/src/arm/
H A Dsimulator-arm.cc794 next_(NULL) {
796 next_ = isolate->simulator_redirection();
815 for (; current != NULL; current = current->next_) {
841 Redirection* next_; member in class:v8::internal::Redirection
/external/chromium_org/v8/src/arm64/
H A Dsimulator-arm64.cc458 next_(NULL) {
462 next_ = isolate->simulator_redirection();
480 for (; current != NULL; current = current->next_) {
506 Redirection* next_; member in class:v8::internal::Redirection
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.cc940 next_(NULL) {
942 next_ = isolate->simulator_redirection();
961 for (; current != NULL; current = current->next_) {
984 Redirection* next_; member in class:v8::internal::Redirection
/external/chromium_org/v8/src/compiler/
H A Dast-graph-builder.cc298 current = current->next_;
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromePageScript.js1218 cvox.NavigationManager.prototype.getFocusRecovery=function(){return this.focusRecovery_};cvox.NavigationManager.prototype.setFocusRecovery=function(a){this.focusRecovery_=a};cvox.NavigationManager.prototype.next_=function(a){return this.tryBoundaries_(this.shifter_.next(this.curSel_),a)?(this.pageSel_&&this.pageSel_.extend(this.curSel_),!0):!1};
1233 cvox.NavigationManager.prototype.navigate=function(a,b){this.pageEndAnnounced_=!1;if(this.pageEnd_)return this.pageEnd_=!1,this.syncToBeginning(a),!0;if(!this.resolve())return!1;this.ensureNotSubnavigating();void 0!==b&&(b!==this.getGranularity()||0<this.shifterStack_.length)&&(this.setGranularity(b,!0),this.sync());return this.next_(!a)};cvox.NavigationManager.prototype.subnavigate=function(){this.pageEndAnnounced_=!1;this.resolve()&&(this.ensureSubnavigating(),this.next_(!0))};
1236 cvox.NavigationManager.prototype.startCallbackReading_=cvox.ChromeVoxEventSuspender.withSuspendedEvents(function(a){this.finishNavCommand("",!0,a,goog.bind(function(){this.next_(!0)&&this.keepReading_&&this.startCallbackReading_(cvox.AbstractTts.QUEUE_MODE_QUEUE)},this))});
1237 cvox.NavigationManager.prototype.startNonCallbackReading_=cvox.ChromeVoxEventSuspender.withSuspendedEvents(function(a){this.keepReading_&&(cvox.ChromeVox.tts.isSpeaking()||(this.finishNavCommand("",!0,a,null),this.next_(!0)||(this.keepReading_=!1)),window.setTimeout(goog.bind(this.startNonCallbackReading_,this),1E3))});
1252 cvox.SearchWidget.prototype.onKeyDown=function(a){if(!this.isActive())return!1;var b=this.txtNode_.value;if(8==a.keyCode)0<b.length?(b=b.substring(0,b.length-1),this.txtNode_.value=b,this.beginSearch_(b)):(cvox.ChromeVox.navigationManager.updateSelToArbitraryNode(this.initialNode),cvox.ChromeVox.navigationManager.syncAll());else if(40==a.keyCode)this.next_(b,!1);else if(38==a.keyCode)this.next_(b,!0);else if(13==a.keyCode)this.hide(!0);else if(27==a.keyCode)this.hide(!1);else if(a.ctrlKey&&67==a.keyCode)this.toggleCaseSensitivity_();
1260 cvox.SearchWidget.prototype.next_=function(a,b){cvox.ChromeVox.navigationManager.setReversed(!!b);var c=!1;this.getPredicate()?(c=cvox.ChromeVox.navigationManager.findNext(this.getPredicate()),cvox.ChromeVox.navigationManager.setReversed(!!b),c||(cvox.ChromeVox.navigationManager.syncToBeginning(),cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP),c=!0)):c=cvox.ChromeVox.navigationManager.navigate(!0);c=c?this.getNextResult_(a):null;this.outputSearchResult_(c,a);this.onNavigate();return c};
H A DchromeVoxChromeBackgroundScript.js1466 cvox.NavigationManager.prototype.getFocusRecovery=function(){return this.focusRecovery_};cvox.NavigationManager.prototype.setFocusRecovery=function(a){this.focusRecovery_=a};cvox.NavigationManager.prototype.next_=function(a){return this.tryBoundaries_(this.shifter_.next(this.curSel_),a)?(this.pageSel_&&this.pageSel_.extend(this.curSel_),!0):!1};
1481 cvox.NavigationManager.prototype.navigate=function(a,b){this.pageEndAnnounced_=!1;if(this.pageEnd_)return this.pageEnd_=!1,this.syncToBeginning(a),!0;if(!this.resolve())return!1;this.ensureNotSubnavigating();void 0!==b&&(b!==this.getGranularity()||0<this.shifterStack_.length)&&(this.setGranularity(b,!0),this.sync());return this.next_(!a)};cvox.NavigationManager.prototype.subnavigate=function(){this.pageEndAnnounced_=!1;this.resolve()&&(this.ensureSubnavigating(),this.next_(!0))};
1484 cvox.NavigationManager.prototype.startCallbackReading_=cvox.ChromeVoxEventSuspender.withSuspendedEvents(function(a){this.finishNavCommand("",!0,a,goog.bind(function(){this.next_(!0)&&this.keepReading_&&this.startCallbackReading_(cvox.AbstractTts.QUEUE_MODE_QUEUE)},this))});
1485 cvox.NavigationManager.prototype.startNonCallbackReading_=cvox.ChromeVoxEventSuspender.withSuspendedEvents(function(a){this.keepReading_&&(cvox.ChromeVox.tts.isSpeaking()||(this.finishNavCommand("",!0,a,null),this.next_(!0)||(this.keepReading_=!1)),window.setTimeout(goog.bind(this.startNonCallbackReading_,this),1E3))});
1500 cvox.SearchWidget.prototype.onKeyDown=function(a){if(!this.isActive())return!1;var b=this.txtNode_.value;if(8==a.keyCode)0<b.length?(b=b.substring(0,b.length-1),this.txtNode_.value=b,this.beginSearch_(b)):(cvox.ChromeVox.navigationManager.updateSelToArbitraryNode(this.initialNode),cvox.ChromeVox.navigationManager.syncAll());else if(40==a.keyCode)this.next_(b,!1);else if(38==a.keyCode)this.next_(b,!0);else if(13==a.keyCode)this.hide(!0);else if(27==a.keyCode)this.hide(!1);else if(a.ctrlKey&&67==a.keyCode)this.toggleCaseSensitivity_();
1508 cvox.SearchWidget.prototype.next_=function(a,b){cvox.ChromeVox.navigationManager.setReversed(!!b);var c=!1;this.getPredicate()?(c=cvox.ChromeVox.navigationManager.findNext(this.getPredicate()),cvox.ChromeVox.navigationManager.setReversed(!!b),c||(cvox.ChromeVox.navigationManager.syncToBeginning(),cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons.WRAP),c=!0)):c=cvox.ChromeVox.navigationManager.navigate(!0);c=c?this.getNextResult_(a):null;this.outputSearchResult_(c,a);this.onNavigate();return c};
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DExprNodes.py3719 def next_(it): function in function:IndexNode.put_memoryviewslice_slice_code
3722 next_ = next
3731 index.start = next_(it)
3733 index.stop = next_(it)
3735 index.step = next_(it)
3737 next_(it)
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h9053 next_ = this;
9073 while (p->next_ != ptr) p = p->next_;
9074 p->next_ = this;
9075 next_ = ptr;
9084 if (next_ == this) return true;
9085 linked_ptr_internal const* p = next_;
9086 while (p->next_ != this) p = p->next_;
9087 p->next_
9092 mutable linked_ptr_internal const* next_; member in class:testing::internal::linked_ptr_internal
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h9053 next_ = this;
9073 while (p->next_ != ptr) p = p->next_;
9074 p->next_ = this;
9075 next_ = ptr;
9084 if (next_ == this) return true;
9085 linked_ptr_internal const* p = next_;
9086 while (p->next_ != this) p = p->next_;
9087 p->next_
9092 mutable linked_ptr_internal const* next_; member in class:testing::internal::linked_ptr_internal
[all...]
/external/chromium_org/v8/include/
H A Dv8.h5377 v8::TryCatch* next_; member in class:v8::TryCatch

Completed in 1761 milliseconds

12345