Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGSVGElement.cpp147 const FrameTree& frameTree = frame->tree(); in currentScale() local
152 return frameTree.parent() ? 1 : frame->pageZoomFactor(); in currentScale()
164 const FrameTree& frameTree = frame->tree(); in setCurrentScale() local
169 if (frameTree.parent()) in setCurrentScale()
/external/chromium_org/third_party/WebKit/Source/web/
DWebLocalFrameImpl.cpp251 const FrameTree& frameTree = frame->tree(); in frameContentAsPlainText() local
252 …for (Frame* curChild = frameTree.firstChild(); curChild; curChild = curChild->tree().nextSibling()… in frameContentAsPlainText()