Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.h363 void setURLFragmentForRect(const String& name, const IntRect&);
DGraphicsContext.cpp1612 void GraphicsContext::setURLFragmentForRect(const String& destName, const IntRect& rect) in setURLFragmentForRect() function in WebCore::GraphicsContext
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp1180 context->setURLFragmentForRect(name, pixelSnappedIntRect(rect)); in addPDFURLRect()