Searched refs:webrect (Results 1 – 2 of 2) sorted by relevance
88 WebRect webrect(rect); in invalidateScrollbarRect() local89 webrect.x += m_scrollbar->x(); in invalidateScrollbarRect()90 webrect.y += m_scrollbar->y(); in invalidateScrollbarRect()91 m_client->invalidateScrollbarRect(this, webrect); in invalidateScrollbarRect()
3505 blink::WebRect webrect; in GetCompositionCharacterBounds() local3507 if (!frame->firstRectForCharacterRange(start_offset + i, 1, webrect)) { in GetCompositionCharacterBounds()3512 bounds->push_back(webrect); in GetCompositionCharacterBounds()