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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderGeometryMap.cpp 64 const RenderGeometryMapStep& currentStep = m_mapping[i];
67 if (i > 0 && currentStep.m_renderer == container) {
77 if (i && currentStep.m_hasTransform && !currentStep.m_isFixedPosition)
79 else if (currentStep.m_isFixedPosition)
84 if (!container && currentStep.m_transform)
85 transformState.applyTransform(*currentStep.m_transform.get());
89 transformState.move(currentStep.m_offset.width(), currentStep.m_offset.height());
91 TransformState::TransformAccumulation accumulate = currentStep.m_accumulatingTransform ? TransformState::AccumulateTransform : TransformState::FlattenTransform
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
exif_reader.js 23 var currentStep = -1;
26 self.vlog('nextStep: ' + steps[currentStep + 1].name);
27 steps[++currentStep].apply(self, arguments);
32 steps[currentStep].name + ": " + err);
35 arguments: [fileURL, steps[currentStep].name, err]});
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
CacheProcessing.java 244 CacheStep currentStep = mSteps.elementAt(i);
245 Bitmap bitmap = currentStep.cache;
246 currentStep.cache = null;
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
metadata_dispatcher.js 155 var currentStep = -1;
158 self.vlog('nextStep: ' + steps[currentStep + 1].name);
159 steps[++currentStep].apply(self, arguments);
165 self.error(fileURL, stepName || steps[currentStep].name, err.toString(),
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
popup.js 72 if (fullTryJob.currentStep)
73 stepText.push("running " + fullTryJob.currentStep.name);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 231 final int currentStep = determineSetupStepNumber();
237 } else if (v == mStep1Bullet && currentStep == STEP_2) {
  /frameworks/av/libvideoeditor/vss/inc/
M4xVSS_Internal.h 451 M4OSA_UInt8 currentStep;
  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_API.c     [all...]

Completed in 275 milliseconds