Searched refs:contentsToScreen (Results 1 – 4 of 4) sorted by relevance
179 IntRect contentsToScreen(const IntRect&) const;
630 IntRect ScrollView::contentsToScreen(const IntRect& rect) const in contentsToScreen() function in blink::ScrollView
2343 IntPoint popupOrigin = document->view()->contentsToScreen(IntRect()).location(); in computeElementRect()2344 …IntPoint mainOrigin = axObjectCache()->rootObject()->documentFrameView()->contentsToScreen(IntRect… in computeElementRect()
852 …return document().view()->contentsToScreen(renderer()->absoluteBoundingBoxRectIgnoringTransforms()… in screenRect()