Searched refs:webrect (Results 1 – 2 of 2) sorted by relevance
86 WebRect webrect(rect); in invalidateScrollbarRect() local87 webrect.x += m_scrollbar->x(); in invalidateScrollbarRect()88 webrect.y += m_scrollbar->y(); in invalidateScrollbarRect()89 m_client->invalidateScrollbarRect(this, webrect); in invalidateScrollbarRect()
3764 blink::WebRect webrect; in GetCompositionCharacterBounds() local3766 if (!frame->firstRectForCharacterRange(start_offset + i, 1, webrect)) { in GetCompositionCharacterBounds()3771 bounds->push_back(webrect); in GetCompositionCharacterBounds()