Home
last modified time | relevance | path

Searched refs:m_touchActionDelay (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareInheritedData.cpp92 , m_touchActionDelay(RenderStyle::initialTouchActionDelay()) in StyleRareInheritedData()
148 , m_touchActionDelay(o.m_touchActionDelay) in StyleRareInheritedData()
206 && m_touchActionDelay == o.m_touchActionDelay in operator ==()
DStyleRareInheritedData.h132 unsigned m_touchActionDelay : 1; // TouchActionDelay variable
DRenderStyle.h960 …ctionDelay() const { return static_cast<TouchActionDelay>(rareInheritedData->m_touchActionDelay); } in touchActionDelay()
1405 …void setTouchActionDelay(TouchActionDelay t) { SET_VAR(rareInheritedData, m_touchActionDelay, t); } in setTouchActionDelay()