Home
last modified time | relevance | path

Searched defs:pageIndex (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundle.cpp166 …eAndMarginsInPixels(WKBundleRef bundleRef, WKBundleFrameRef frameRef, int pageIndex, int width, in… in WKBundlePageSizeAndMarginsInPixels()
171 …PORT bool WKBundleIsPageBoxVisible(WKBundleRef bundleRef, WKBundleFrameRef frameRef, int pageIndex) in WKBundleIsPageBoxVisible()
/external/webkit/Tools/WinLauncher/
DPrintWebUIDelegate.cpp165 /* [in] */ UINT pageIndex, in drawFooterInRect()
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
DInjectedBundle.cpp179 String InjectedBundle::pageSizeAndMarginsInPixels(WebFrame* frame, int pageIndex, int width, int he… in pageSizeAndMarginsInPixels()
188 bool InjectedBundle::isPageBoxVisible(WebFrame* frame, int pageIndex) in isPageBoxVisible()
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DLayoutTestController.cpp341 JSRetainPtr<JSStringRef> LayoutTestController::pageSizeAndMarginsInPixels(int pageIndex, int width,… in pageSizeAndMarginsInPixels()
347 bool LayoutTestController::isPageBoxVisible(int pageIndex) in isPageBoxVisible()
/external/webkit/Source/WebCore/page/
DPrintContext.cpp354 for (size_t pageIndex = 0; pageIndex < pageRects.size(); pageIndex++) { in spoolAllPagesWithBoundaries() local
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.h224 bool isRightPage(int pageIndex) const { return !isLeftPage(pageIndex); } in isRightPage()
DCSSStyleSelector.cpp1708 PassRefPtr<RenderStyle> CSSStyleSelector::styleForPage(int pageIndex) in styleForPage()
/external/webkit/Tools/DumpRenderTree/qt/
DLayoutTestControllerQt.cpp825 bool LayoutTestController::isPageBoxVisible(int pageIndex) in isPageBoxVisible()
830 QString LayoutTestController::pageSizeAndMarginsInPixels(int pageIndex, int width, int height, int … in pageSizeAndMarginsInPixels()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDumpRenderTreeSupportQt.cpp904 bool DumpRenderTreeSupportQt::isPageBoxVisible(QWebFrame* frame, int pageIndex) in isPageBoxVisible()
910 QString DumpRenderTreeSupportQt::pageSizeAndMarginsInPixels(QWebFrame* frame, int pageIndex, int wi… in pageSizeAndMarginsInPixels()
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebInspectorDelegate.h271 /* [in] */ UINT pageIndex, in drawFooterInRect()
/external/webkit/Tools/DumpRenderTree/win/
DUIDelegate.cpp331 /* [in] */ UINT pageIndex, in drawFooterInRect()
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.cpp1443 bool WebFrameImpl::isPageBoxVisible(int pageIndex) in isPageBoxVisible()
1448 void WebFrameImpl::pageSizeAndMarginsInPixels(int pageIndex, in pageSizeAndMarginsInPixels()
/external/webkit/Source/WebCore/dom/
DDocument.cpp1628 PassRefPtr<RenderStyle> Document::styleForPage(int pageIndex) in styleForPage()
1648 bool Document::isPageBoxVisible(int pageIndex) in isPageBoxVisible()
1654 void Document::pageSizeAndMarginsInPixels(int pageIndex, IntSize& pageSize, int& marginTop, int& ma… in pageSizeAndMarginsInPixels()