HomeSort by relevance Sort by last modified time
    Searched defs:Step (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/chromeos/first_run/
step.cc 5 #include "chrome/browser/chromeos/first_run/step.h"
40 Step::Step(const std::string& name,
48 Step::~Step() { RecordCompletion(); }
50 void Step::Show() {
55 void Step::OnBeforeHide() {
60 void Step::OnAfterHide() {
65 gfx::Size Step::GetOverlaySize() const {
69 void Step::RecordCompletion()
    [all...]
step.h 27 class Step {
29 Step(const std::string& name,
32 virtual ~Step();
34 // Step shows its content.
37 // Called before hiding step.
40 // Called after step has been hidden.
53 // Called from OnBeforeHide. Step implementation could override this method to
57 // Called from OnAfterHide. Step implementation could override this method to
62 // Records time spent on step to UMA.
70 DISALLOW_COPY_AND_ASSIGN(Step);
    [all...]
  /external/chromium_org/ui/gfx/animation/
slide_animation_unittest.cc 23 void Step(base::TimeTicks ticks) {
24 animation_->Step(ticks);
73 test_api.Step(base::TimeTicks() + base::TimeDelta::FromMilliseconds(50));
throb_animation.cc 60 void ThrobAnimation::Step(base::TimeTicks time_now) {
61 LinearAnimation::Step(time_now);
linear_animation.cc 74 void LinearAnimation::Step(base::TimeTicks time_now) {
multi_animation.cc 46 void MultiAnimation::Step(base::TimeTicks time_now) {
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathStep.cpp 42 Step::Step(Axis axis, const NodeTest& nodeTest)
48 Step::Step(Axis axis, const NodeTest& nodeTest, WillBeHeapVector<OwnPtrWillBeMember<Predicate> >& predicates)
55 Step::~Step()
59 void Step::trace(Visitor* visitor)
66 void Step::optimize()
87 void optimizeStepPair(Step* first, Step* second, bool& dropSecondStep
    [all...]
XPathGrammar.y 59 WebCore::XPath::Step::Axis axis;
60 WebCore::XPath::Step::NodeTest* nodeTest;
67 WebCore::XPath::Step* step;
92 %type <step> Step
94 %type <step> DescendantOrSelf
99 %type <step> AbbreviatedStep
158 Step
166 RelativeLocationPath '/' Step
    [all...]
  /external/chromium_org/ash/wm/
window_cycle_controller.cc 76 Step(direction);
90 void WindowCycleController::Step(Direction direction) {
92 window_cycle_list_->Step(direction);
window_cycle_list.cc 131 void WindowCycleList::Step(WindowCycleController::Direction direction) {
146 // We're in a valid cycle, so step forward or backward.
  /external/chromium_org/chrome/browser/ui/autofill/
loading_animation.cc 26 void LoadingAnimation::Step(base::TimeTicks time_now) {
27 LinearAnimation::Step(time_now);
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeNumericFieldElement.h 48 struct Step {
49 Step(int step = 1, int stepBase = 0) : step(step), stepBase(stepBase) { }
50 int step; member in struct:WebCore::DateTimeNumericFieldElement::Step
65 DateTimeNumericFieldElement(Document&, FieldOwner&, const Range&, const Range& hardLimits, const String& placeholder, const Step& = Step());
100 const Step m_step;
  /external/chromium_org/third_party/libjingle/source/talk/base/
task.cc 86 void Task::Step() {
  /external/chromium_org/third_party/webrtc/base/
task.cc 69 void Task::Step() {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
EventMod.java 54 public static final byte Step = 10;
  /external/chromium_org/sql/
statement.cc 64 bool Statement::Step() {
77 // the last error that Step() caused thereby generating a second
  /external/chromium_org/third_party/re2/re2/
nfa.cc 98 inline int Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p);
292 int NFA::Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p) {
314 LOG(DFATAL) << "Unhandled " << ip->opcode() << " in step";
517 int id = Step(runq, nextq, c, flag, p-1);
602 // Will run step(runq, nextq, c, ...) on next iteration. See above.
  /external/llvm/lib/TableGen/
SetTheory.cpp 170 int Step = 1;
176 Step = II->getValue();
206 Step *= From <= To ? 1 : -1;
208 if (Step > 0 && From > To)
210 else if (Step < 0 && From < To)
225 From += Step;
  /external/regex-re2/re2/
nfa.cc 98 inline int Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p);
292 int NFA::Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p) {
314 LOG(DFATAL) << "Unhandled " << ip->opcode() << " in step";
517 int id = Step(runq, nextq, c, flag, p-1);
602 // Will run step(runq, nextq, c, ...) on next iteration. See above.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_HalfDiagVerHor4x4_unsafe_s.s 39 ;// r0,r1,r2,r3, r8 where r0,r2 input pointer and r1,r3 step size, r8 intermediate-buf pointer
99 Step RN 6
armVCM4P10_InterpolateLuma_HalfVer4x4_unsafe_s.s 33 ;// r0,r1,r2,r3 where r0,r2 input pointer and r1,r3 corresponding step size
93 Step RN 6
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s 67 Step RN 1
omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s 91 Step RN 1
  /external/chromium_org/ui/compositor/
layer_animator.cc 386 void LayerAnimator::Step(base::TimeTicks now) {
387 TRACE_EVENT0("ui", "LayerAnimator::Step");
790 Step(start_time);
  /external/chromium_org/v8/tools/push-to-trunk/
common_includes.py 223 class Step(GitRecipesMixin):
238 # Convenience method to allow direct [] access on step classes for
243 # Convenience method to allow direct [] access on step classes for
256 # Skip step if requirement is not met.
260 print ">>> Step %d: %s" % (self._number, self._text)
450 class UploadStep(Step):
464 class DetermineV8Sheriff(Step):
498 def MakeStep(step_class=Step, number=0, state=None, config=None,
550 parser.add_argument("-s", "--step",
551 help="Specify the step where to start work. Default: 0."
    [all...]

Completed in 397 milliseconds

1 2 3