OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initialMarqueeIncrement
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleMarqueeData.cpp
30
: increment(RenderStyle::
initialMarqueeIncrement
())
RenderStyle.h
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMarqueeElement.cpp
127
return ok && scrollAmount >= 0 ? scrollAmount : RenderStyle::
initialMarqueeIncrement
().intValue();
Completed in 74 milliseconds