Searched defs:footerRect (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebKit/win/
H A DWebFrame.cpp1979 RECT footerRect = {x, y, x+pageRect.width(), y+static_cast<int>(footerHeight)}; local
1980 ui->drawFooterInRect(d->webView, &footerRect, static_cast<OLE_HANDLE>(reinterpret_cast<LONG64>(pctx)), page+1, pageCount);
2065 RECT footerRect = {x, y, x + static_cast<int>(scale * pageRect.width()), y + static_cast<int>(scale * footerHeight)}; local
2067 ui->drawFooterInRect(d->webView, &footerRect, static_cast<OLE_HANDLE>(reinterpret_cast<LONG64>(hdc)), page+1, pageCount);

Completed in 18 milliseconds