Searched defs:pageIndex (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
D | WKBundle.cpp | 166 …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/ |
D | PrintWebUIDelegate.cpp | 165 /* [in] */ UINT pageIndex, in drawFooterInRect()
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
D | InjectedBundle.cpp | 179 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/ |
D | LayoutTestController.cpp | 341 JSRetainPtr<JSStringRef> LayoutTestController::pageSizeAndMarginsInPixels(int pageIndex, int width,… in pageSizeAndMarginsInPixels() 347 bool LayoutTestController::isPageBoxVisible(int pageIndex) in isPageBoxVisible()
|
/external/webkit/Source/WebCore/page/ |
D | PrintContext.cpp | 354 for (size_t pageIndex = 0; pageIndex < pageRects.size(); pageIndex++) { in spoolAllPagesWithBoundaries() local
|
/external/webkit/Source/WebCore/css/ |
D | CSSStyleSelector.h | 224 bool isRightPage(int pageIndex) const { return !isLeftPage(pageIndex); } in isRightPage()
|
D | CSSStyleSelector.cpp | 1708 PassRefPtr<RenderStyle> CSSStyleSelector::styleForPage(int pageIndex) in styleForPage()
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | LayoutTestControllerQt.cpp | 825 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/ |
D | DumpRenderTreeSupportQt.cpp | 904 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/ |
D | WebInspectorDelegate.h | 271 /* [in] */ UINT pageIndex, in drawFooterInRect()
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | UIDelegate.cpp | 331 /* [in] */ UINT pageIndex, in drawFooterInRect()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebFrameImpl.cpp | 1443 bool WebFrameImpl::isPageBoxVisible(int pageIndex) in isPageBoxVisible() 1448 void WebFrameImpl::pageSizeAndMarginsInPixels(int pageIndex, in pageSizeAndMarginsInPixels()
|
/external/webkit/Source/WebCore/dom/ |
D | Document.cpp | 1628 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()
|