Home
last modified time | relevance | path

Searched refs:nextStep (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
Dmetadata_dispatcher.js164 function nextStep(var_args) { function
185 nextStep(parser);
196 function(entry) { nextStep(entry, parser) },
202 entry.file(function(file) { nextStep(file, parser) }, onError);
216 nextStep();
Did3_parser.js273 this.nextStep, this.onError, this);
307 this.nextStep();
316 util.readFileBytes(file, 0, 10, this.nextStep, this.onError,
335 util.readFileBytes(file, 10, 10 + id3v2.size, this.nextStep,
366 this.nextStep();
414 this.nextStep();
428 id3v1Parser.setCallback(metadataParser.nextStep);
429 id3v2Parser.setCallback(metadataParser.nextStep);
Dfunction_sequence.js29 this.nextStep = this.nextStep_.bind(this);
122 this.nextStep.apply(this, arguments);
Dfunction_parallel.js29 this.nextStep = this.nextStep_.bind(this);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPNodeUtils.java457 XMPPathSegment nextStep, in followXPathStep() argument
462 int stepKind = nextStep.getKind(); in followXPathStep()
466 nextNode = findChildNode(parentNode, nextStep.getName(), createNodes); in followXPathStep()
471 parentNode, nextStep.getName().substring(1), createNodes); in followXPathStep()
484 index = findIndexedItem(parentNode, nextStep.getName(), createNodes); in followXPathStep()
492 String[] result = Utils.splitNameAndValue(nextStep.getName()); in followXPathStep()
499 String[] result = Utils.splitNameAndValue(nextStep.getName()); in followXPathStep()
503 parentNode, qualName, qualValue, nextStep.getAliasForm()); in followXPathStep()
/external/chromium_org/chrome/browser/resources/user_manager/
Duser_manager_tutorial.js58 var nextStep = this.currentStep_ + 1;
59 this.toggleStep_(nextStep);
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
DFileReader.cpp135 … static void finishReader(ExecutionContext* context, FileReader* reader, FinishReaderType nextStep) in finishReader() argument
143 controller->finishReader(reader, nextStep); in finishReader()
192 void finishReader(FileReader* reader, FinishReaderType nextStep) in finishReader() argument
194 if (nextStep == RunPendingReaders) in finishReader()
/external/apache-http/src/org/apache/http/conn/routing/
DHttpRouteDirector.java89 public int nextStep(RouteInfo plan, RouteInfo fact) in nextStep() method
DBasicRouteDirector.java69 public int nextStep(RouteInfo plan, RouteInfo fact) { in nextStep() method in BasicRouteDirector
/external/chromium_org/ui/file_manager/file_manager/background/js/
Dbackground.js542 this.queue.run(function(nextStep) { argument
548 nextStep();
/external/opencv/ml/src/
Dmlestimate.cpp621 crVal->nextStep = cvCrossValNextStep;
699 for (; crVal->nextStep((CvStatModel*)crVal) != 0; )
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DDefaultRequestDirector.java654 step = rowdy.nextStep(route, fact); in establishRoute()
/external/apache-http/src/org/apache/http/impl/client/
DDefaultRequestDirector.java630 step = rowdy.nextStep(route, fact); in establishRoute()
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.cc1399 float nextStep = (abs(currentPinchZoomStepDelta_) + 1) * kZoomStepValue; in HandleGestureEvent() local
1401 float zoomInThreshold = (currentPinchZoomStepDelta_ >= 0) ? nextStep in HandleGestureEvent()
1403 float zoomOutThreshold = (currentPinchZoomStepDelta_ <= 0) ? -nextStep in HandleGestureEvent()
/external/opencv/ml/include/
Dml.h1474 CvStatModelEstimateNextStep nextStep; \
/external/clang/lib/AST/
DExprConstant.cpp552 bool nextStep(const Stmt *S) { in nextStep() function
3253 if (!Info.nextStep(S)) in EvaluateStmt()