Searched refs:Step (Results 1 - 25 of 182) sorted by path

12345678

/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DEventMod.java54 public static final byte Step = 10; field in class:EventMod.ModKind
H A DVmMirror.java1322 case EventMod.ModKind.Step: {
1323 // Case Step
1733 mods[0].modKind = EventMod.ModKind.Step;
1769 mods[index].modKind = EventMod.ModKind.Step;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DCombinedEvents003Test.java136 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step);
H A DCombinedEventsTest.java135 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step);
270 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step);
384 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step);
511 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step);
H A DSingleStepTest.java135 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step);
H A DSingleStepWithLocationTest.java108 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
H A DSingleStepTest.java102 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step);
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_controller_unittest.cc61 layer->GetAnimator()->Step(step_time +
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller_unittest.cc143 Step(start_time() + base::TimeDelta::FromMilliseconds(duration_));
/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager_unittest.cc52 widget->GetNativeView()->layer()->GetAnimator()->Step(
/external/chromium_org/ash/wm/
H A Dwindow_animations_unittest.cc94 window->layer()->GetAnimator()->Step(base::TimeTicks::Now() +
143 old_layer->GetAnimator()->Step(base::TimeTicks::Now() +
145 window->layer()->GetAnimator()->Step(base::TimeTicks::Now() +
165 old_layer->GetAnimator()->Step(base::TimeTicks::Now() +
167 window->layer()->GetAnimator()->Step(base::TimeTicks::Now() +
H A Dwindow_cycle_controller.cc76 Step(direction);
90 void WindowCycleController::Step(Direction direction) { function in class:ash::WindowCycleController
92 window_cycle_list_->Step(direction);
H A Dwindow_cycle_controller.h62 void Step(Direction direction);
H A Dwindow_cycle_list.cc131 void WindowCycleList::Step(WindowCycleController::Direction direction) { function in class:ash::WindowCycleList
H A Dwindow_cycle_list.h33 void Step(WindowCycleController::Direction direction);
/external/chromium_org/chrome/browser/chromeos/first_run/
H A Dfirst_run_controller.cc195 first_run::Step* FirstRunController::GetCurrentStep() const {
H A Dfirst_run_controller.h31 class Step;
39 typedef std::vector<linked_ptr<first_run::Step> > Steps;
74 first_run::Step* GetCurrentStep() const;
H A Dstep.cc40 Step::Step(const std::string& name, function in class:chromeos::first_run::Step
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() {
H A Dstep.h27 class Step { class in namespace:chromeos::first_run
29 Step(const std::string& name,
32 virtual ~Step();
34 // Step shows its content.
53 // Called from OnBeforeHide. Step implementation could override this method to
57 // Called from OnAfterHide. Step implementation could override this method to
70 DISALLOW_COPY_AND_ASSIGN(Step);
/external/chromium_org/chrome/browser/chromeos/first_run/steps/
H A Dapp_list_step.cc23 : Step(kAppListStep, shell_helper, actor) {
H A Dapp_list_step.h14 class AppListStep : public Step {
19 // Overriden from Step.
H A Dhelp_step.cc22 : Step(kHelpStep, shell_helper, actor) {
H A Dhelp_step.h14 class HelpStep : public Step {
19 // Overriden from Step.
H A Dtray_step.cc19 : Step(kTrayStep, shell_helper, actor) {

Completed in 1628 milliseconds

12345678