Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.cpp1940 DashArray lineDash; in drawBoxSideFromPath() local
1941 lineDash.append(dashLength); in drawBoxSideFromPath()
1942 lineDash.append(gapLength); in drawBoxSideFromPath()
1943 graphicsContext->setLineDash(lineDash, dashLength); in drawBoxSideFromPath()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScriptCanvasModuleSource.js3143 state.lineDash = ctx.getLineDash();