HomeSort by relevance Sort by last modified time
    Searched refs:footerRect (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKPrintingView.mm 533 NSRect footerRect = NSMakeRect(headerFooterLeft, [printInfo bottomMargin] / scale - _webFrame->page()->footerHeight(_webFrame.get()), headerFooterWidth, _webFrame->page()->footerHeight(_webFrame.get()));
543 NSRectClip(footerRect);
544 _webFrame->page()->drawFooter(_webFrame.get(), footerRect);
  /external/webkit/Source/WebKit/win/
WebFrame.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm     [all...]

Completed in 6112 milliseconds