Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGSVGElement.h124 void setupInitialView(const String& fragmentIdentifier, Element* anchorNode);
DSVGSVGElement.cpp685 void SVGSVGElement::setupInitialView(const String& fragmentIdentifier, Element* anchorNode) in setupInitialView() function in WebCore::SVGSVGElement
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp1615 svg->setupInitialView(name, anchorNode); in scrollToAnchor()