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.h392 void setURLFragmentForRect(const String& name, const IntRect&);
DGraphicsContext.cpp1507 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.cpp1239 context->setURLFragmentForRect(name, pixelSnappedIntRect(rect)); in addPDFURLRect()