Searched refs:frameTree (Results 1 – 2 of 2) sorted by relevance
147 const FrameTree& frameTree = frame->tree(); in currentScale() local152 return frameTree.parent() ? 1 : frame->pageZoomFactor(); in currentScale()164 const FrameTree& frameTree = frame->tree(); in setCurrentScale() local169 if (frameTree.parent()) in setCurrentScale()
251 const FrameTree& frameTree = frame->tree(); in frameContentAsPlainText() local252 …for (Frame* curChild = frameTree.firstChild(); curChild; curChild = curChild->tree().nextSibling()… in frameContentAsPlainText()