Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DInsertionPoint.cpp256 ElementShadow* lastElementShadow = 0; in resolveReprojection() local
259 if (!shadow || shadow == lastElementShadow) in resolveReprojection()
261 lastElementShadow = shadow; in resolveReprojection()
275 ElementShadow* lastElementShadow = 0; in collectDestinationInsertionPoints() local
278 if (!shadow || shadow == lastElementShadow) in collectDestinationInsertionPoints()
280 lastElementShadow = shadow; in collectDestinationInsertionPoints()