Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.cpp2382 …renderer()->paint(paintInfo, toPoint(fragment.layerBounds.location() - renderBoxLocation() + local… in paintBackgroundForFragments()
2442 …renderer()->paint(paintInfo, toPoint(fragment.layerBounds.location() - renderBoxLocation() + local… in paintForegroundForFragmentsWithPhase()
2460 …renderer()->paint(paintInfo, toPoint(fragment.layerBounds.location() - renderBoxLocation() + local… in paintOutlineForFragments()
2479 …renderer()->paint(paintInfo, toPoint(fragment.layerBounds.location() - renderBoxLocation() + local… in paintMaskForFragments()
2499 …renderer()->paint(paintInfo, toPoint(fragment.layerBounds.location() - renderBoxLocation() + local… in paintChildClippingMaskForFragments()
2512 …(context, roundedIntPoint(toPoint(fragment.layerBounds.location() - renderBoxLocation() + localPai… in paintOverflowControlsForFragments()
3038 …st, result, hitTestLocation, toLayoutPoint(layerBounds.location() - renderBoxLocation()), hitTestF… in hitTestContents()
DRenderLayer.h503 …LayoutPoint renderBoxLocation() const { return renderer()->isBox() ? toRenderBox(renderer())->loca… in renderBoxLocation() function