Searched refs:boundsInViewportSpace (Results 1 – 7 of 7) sorted by relevance
85 BLINK_EXPORT WebRect boundsInViewportSpace();
118 const_cast<WebNode&>(node).to<WebElement>().boundsInViewportSpace()); in HandleFocusedNodeChanged()
153 WebRect WebElement::boundsInViewportSpace() in boundsInViewportSpace() function in blink::WebElement
184 gfx::Rect rect(button.boundsInViewportSpace()); in openPasswordGenerator()
119 gfx::Rect bounding_box(element->boundsInViewportSpace()); in GetScaledBoundingBox()
609 gfx::Rect bounding_box(selected_element.boundsInViewportSpace()); in ShowSuggestionPopup()
3390 return frame->document().getElementById(id).boundsInViewportSpace(); in elementBounds()