OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stepScaleFactor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
StepRange.h
46
int
stepScaleFactor
;
49
StepDescription(int defaultStep, int defaultStepBase, int
stepScaleFactor
, StepValueShouldBe stepValueShouldBe = StepValueShouldBeReal)
52
,
stepScaleFactor
(
stepScaleFactor
)
60
,
stepScaleFactor
(1)
67
return defaultStep *
stepScaleFactor
;
83
int
stepScaleFactor
() const { return m_stepDescription.
stepScaleFactor
; }
StepRange.cpp
120
step *= stepDescription.
stepScaleFactor
;
125
step *= stepDescription.
stepScaleFactor
;
129
step *= stepDescription.
stepScaleFactor
;
Completed in 35 milliseconds