HomeSort by relevance Sort by last modified time
    Searched refs:headerHeight (Results 1 - 25 of 31) sorted by null

1 2

  /external/webkit/Source/WebCore/page/win/
FrameWin.cpp 39 void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, Vector<IntRect>& outPages, int& outPageHeight)
43 printContext.computePageRects(printRect, headerHeight, footerHeight, userScaleFactor, pageHeight);
FrameWin.h 40 void computePageRectsForFrame(Frame*, const IntRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, Vector<IntRect>& outPages, int& outPageHeight);
  /external/webkit/Source/WebCore/page/wince/
FrameWinCE.cpp 55 void computePageRectsForFrame(Frame* frame, const IntRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, Vector<IntRect>& pages, int& outPageHeight)
82 pageHeight -= (headerHeight + footerHeight);
  /external/webkit/Source/WebCore/page/
PrintContext.h 47 void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight, bool allowHorizontalTiling = false);
PrintContext.cpp 58 void PrintContext::computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight, bool allowHorizontalTiling)
88 pageHeight -= headerHeight + footerHeight;
  /external/webkit/Source/WebKit/win/
WebFrame.cpp     [all...]
WebFrame.h 393 void spoolPage (PlatformGraphicsContext* pctx, WebCore::GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate*, float headerHeight, float footerHeight, UINT page, UINT pageCount);
394 void drawHeader(PlatformGraphicsContext* pctx, IWebUIDelegate*, const WebCore::IntRect& pageRect, float headerHeight);
395 void drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate*, const WebCore::IntRect& pageRect, UINT page, UINT pageCount, float headerHeight, float footerHeight);
  /packages/apps/Contacts/src/com/android/contacts/widget/
PinnedHeaderListView.java 320 int headerHeight = header.height;
321 if (bottom < headerHeight) {
322 int portion = bottom - headerHeight;
323 header.alpha = MAX_ALPHA * (headerHeight + portion) / headerHeight;
  /external/webkit/Source/WebKit2/UIProcess/
WebUIClient.h 98 float headerHeight(WebPageProxy*, WebFrameProxy*);
WebUIClient.cpp 306 float WebUIClient::headerHeight(WebPageProxy* page, WebFrameProxy* frame)
308 if (!m_client.headerHeight)
311 return m_client.headerHeight(toAPI(page), toAPI(frame), m_client.clientInfo);
WebPageProxy.h 378 float headerHeight(WebFrameProxy*);
    [all...]
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebframe.cpp 762 float headerHeight = 0;
765 printContext->computePageRects(printRect, headerHeight, footerHeight, 1.0, pageHeight);
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKPrintingView.mm 132 [info setTopMargin:originalTopMargin + _webFrame->page()->headerHeight(_webFrame.get()) * scale];
534 NSRect headerRect = NSMakeRect(headerFooterLeft, (paperSize.height - [printInfo topMargin]) / scale, headerFooterWidth, _webFrame->page()->headerHeight(_webFrame.get()));
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 312 var headerHeight = $('#header').outerHeight();
316 var totalHeaderHeight = headerHeight + subheaderHeight + searchResultHeight;
570 var headerHeight = $('#header').outerHeight();
572 var headerVisible = (scrollTop < (headerHeight + subheaderHeight));
582 navHeight = windowHeight - (headerHeight + subheaderHeight - scrollTop) - topMargin;
default.js 290 var headerHeight = $('#header').outerHeight();
293 var totalHeaderHeight = headerHeight + subheaderHeight + searchResultHeight;
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 346 virtual void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight)
348 return PrintContext::computePageRects(printRect, headerHeight, footerHeight, userScaleFactor, outPageHeight);
391 virtual void computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.h 219 WKPageHeaderHeightCallback headerHeight;
  /external/chromium/chrome/browser/resources/
new_new_tab.js 475 var headerHeight = LAYOUT_SPACING_TOP;
483 headerHeight += section.fixedHeight;
505 var flexHeight = window.innerHeight - headerHeight - footerHeight;
518 headerHeight +
    [all...]
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 984 milliseconds

1 2