Searched defs:Step (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium/chrome/browser/sync/
H A Dsync_setup_wizard.cc22 void SyncSetupWizard::Step(State advance_state) { function in class:SyncSetupWizard
/external/chromium_org/ash/wm/
H A Dwindow_cycle_list.cc40 void WindowCycleList::Step(Direction direction) { function in class:ash::WindowCycleList
H A Dwindow_cycle_controller.cc83 Step(direction);
87 Step(direction);
92 Step(direction);
104 cycle_list.Step(WindowCycleList::FORWARD);
119 void WindowCycleController::Step(Direction direction) { function in class:ash::WindowCycleController
121 windows_->Step(direction == FORWARD ? WindowCycleList::FORWARD :
H A Dwindow_selector.cc345 void WindowSelector::Step(WindowSelector::Direction direction) { function in class:ash::WindowSelector
/external/chromium_org/ui/base/animation/
H A Dslide_animation_unittest.cc22 void Step(base::TimeTicks ticks) { function in class:ui::SlideAnimation::TestApi
23 animation_->Step(ticks);
72 test_api.Step(base::TimeTicks() + base::TimeDelta::FromMilliseconds(50));
H A Dthrob_animation.cc60 void ThrobAnimation::Step(base::TimeTicks time_now) { function in class:ui::ThrobAnimation
61 LinearAnimation::Step(time_now);
H A Dlinear_animation.cc74 void LinearAnimation::Step(base::TimeTicks time_now) { function in class:ui::LinearAnimation
H A Dmulti_animation.cc46 void MultiAnimation::Step(base::TimeTicks time_now) { function in class:ui::MultiAnimation
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathStep.cpp42 Step::Step(Axis axis, const NodeTest& nodeTest, const Vector<Predicate*>& predicates) function in class:WebCore::XPath::Step
49 Step::~Step()
55 void Step::optimize()
71 void optimizeStepPair(Step* first, Step* second, bool& dropSecondStep)
75 if (first->m_axis == Step::DescendantOrSelfAxis
76 && first->m_nodeTest.kind() == Step::NodeTest::AnyNodeTest
84 if (second->m_axis == Step
[all...]
H A DXPathGrammar.y59 Step::Axis axis;
60 Step::NodeTest* nodeTest;
67 Step* step;
92 %type <step> Step
158 Step
166 RelativeLocationPath '/' Step
172 RelativeLocationPath DescendantOrSelf Step
181 Step: label
185 $$ = new Step(Step
[all...]
H A DXPathStep.h41 class Step : public ParseNode { class in namespace:WebCore::XPath
42 WTF_MAKE_NONCOPYABLE(Step);
79 Step(Axis, const NodeTest&, const Vector<Predicate*>& predicates = Vector<Predicate*>());
80 ~Step();
90 friend void optimizeStepPair(Step*, Step*, bool&);
102 void optimizeStepPair(Step*, Step*, bool& dropSecondStep);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dtask.cc86 void Task::Step() { function in class:talk_base::Task
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDateTimeNumericFieldElement.h48 struct Step { struct in class:WebCore::DateTimeNumericFieldElement
49 Step(int step = 1, int stepBase = 0) : step(step), stepBase(stepBase) { } function in struct:WebCore::DateTimeNumericFieldElement::Step
65 DateTimeNumericFieldElement(Document*, FieldOwner&, const Range&, const Range& hardLimits, const String& placeholder, const Step& = Step());
99 const Step m_step;
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dtask.cc86 void Task::Step() { function in class:talk_base::Task
/external/chromium_org/third_party/angle_dx11/src/compiler/
H A DForLoopUnroll.cpp81 void ForLoopUnroll::Step() function in class:ForLoopUnroll
/external/chromium/app/sql/
H A Dstatement.cc48 bool Statement::Step() { function in class:sql::Statement
57 // the last error that Step() caused thereby generating a second
/external/chromium_org/sql/
H A Dstatement.cc60 bool Statement::Step() { function in class:sql::Statement
72 // the last error that Step() caused thereby generating a second
/external/llvm/utils/TableGen/
H A DSetTheory.cpp169 int Step = 1; local
175 Step = II->getValue();
205 Step *= From <= To ? 1 : -1;
207 if (Step > 0 && From > To)
209 else if (Step < 0 && From < To)
224 From += Step;
/external/chromium_org/third_party/re2/re2/
H A Dnfa.cc98 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) { function in class:re2::NFA
517 int id = Step(runq, nextq, c, flag, p-1);
/external/regex-re2/re2/
H A Dnfa.cc98 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) { function in class:re2::NFA
517 int id = Step(runq, nextq, c, flag, p-1);
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DXPathParser.java1615 * RelativeLocationPath ::= Step
1616 * | RelativeLocationPath '/' Step
1626 if (!Step())
1635 if (!Step())
1648 * Step ::= Basis Predicate
1655 protected boolean Step() throws javax.xml.transform.TransformerException method in class:XPathParser
1661 // At most a single '/' before each Step is consumed by caller; if the
1662 // first thing is a '/', that means we had '//' and the Step must not
1735 // No Step matched - that's an error if previous thing was a '//'
/external/chromium_org/ui/compositor/
H A Dlayer_animator.cc379 void LayerAnimator::Step(base::TimeTicks now) { function in class:ui::LayerAnimator
380 TRACE_EVENT0("ui", "LayerAnimator::Step");
787 Step(start_time);
/external/v8/src/
H A Dincremental-marking.cc769 void IncrementalMarking::Step(intptr_t allocated_bytes, function in class:v8::internal::IncrementalMarking
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable_unittest.cc1428 struct Step { struct in namespace:syncable::__anon2542
1429 Step() : condvar(&mutex), number(0) {} function in struct:syncable::__anon2542::Step
1440 ThreadBugDelegate(int role, Step* step, DirectoryManager* dirman)
1445 Step* const step_;
1493 Step step;
1517 DirectoryKernelStalenessBugDelegate(int role, Step* step,
1590 Step step;
/external/chromium_org/v8/src/
H A Dincremental-marking.cc889 Step(allocated * kFastMarking / kInitialMarkingSpeed, GC_VIA_STACK_GUARD);
894 void IncrementalMarking::Step(intptr_t allocated_bytes, function in class:v8::internal::IncrementalMarking

Completed in 677 milliseconds

12