Home | History | Annotate | Download | only in WebView

Lines Matching refs:root

551     RenderView* root = toRenderView(_private->coreFrame->document()->renderer());
552 if (!root) return pages;
563 float docHeight = root->layer()->height();
564 float docWidth = root->layer()->width();
657 RenderView* root = toRenderView(_private->coreFrame->document()->renderer());
658 if (!root)
660 return _private->coreFrame->document()->axObjectCache()->getOrCreate(root)->wrapper();
721 // to use the root editable element of the selection start as the positional base.