Home
last modified time | relevance | path

Searched refs:webrect (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebPluginScrollbarImpl.cpp88 WebRect webrect(rect); in invalidateScrollbarRect() local
89 webrect.x += m_scrollbar->x(); in invalidateScrollbarRect()
90 webrect.y += m_scrollbar->y(); in invalidateScrollbarRect()
91 m_client->invalidateScrollbarRect(this, webrect); in invalidateScrollbarRect()
/external/chromium_org/content/renderer/
Drender_view_impl.cc3505 blink::WebRect webrect; in GetCompositionCharacterBounds() local
3507 if (!frame->firstRectForCharacterRange(start_offset + i, 1, webrect)) { in GetCompositionCharacterBounds()
3512 bounds->push_back(webrect); in GetCompositionCharacterBounds()