Home
last modified time | relevance | path

Searched refs:touchActionDelay (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h937 …TouchActionDelay touchActionDelay() const { return static_cast<TouchActionDelay>(rareInheritedData… in touchActionDelay() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2343 return cssValuePool().createValue(style->touchActionDelay()); in getPropertyCSSValue()