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

/external/webkit/Tools/WinLauncher/
H A DPrintWebUIDelegate.cpp165 /* [in] */ UINT pageIndex,
161 drawFooterInRect( IWebView* webView, RECT* rect, OLE_HANDLE drawingContext, UINT pageIndex, UINT pageCount) argument
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundle.cpp166 WKStringRef WKBundlePageSizeAndMarginsInPixels(WKBundleRef bundleRef, WKBundleFrameRef frameRef, int pageIndex, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft) argument
168 return toCopiedAPI(toImpl(bundleRef)->pageSizeAndMarginsInPixels(toImpl(frameRef), pageIndex, width, height, marginTop, marginRight, marginBottom, marginLeft));
171 WK_EXPORT bool WKBundleIsPageBoxVisible(WKBundleRef bundleRef, WKBundleFrameRef frameRef, int pageIndex) argument
173 return toImpl(bundleRef)->isPageBoxVisible(toImpl(frameRef), pageIndex);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundle.cpp179 String InjectedBundle::pageSizeAndMarginsInPixels(WebFrame* frame, int pageIndex, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft) argument
185 return PrintContext::pageSizeAndMarginsInPixels(coreFrame, pageIndex, width, height, marginTop, marginRight, marginBottom, marginLeft);
188 bool InjectedBundle::isPageBoxVisible(WebFrame* frame, int pageIndex) argument
194 return PrintContext::isPageBoxVisible(coreFrame, pageIndex);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebInspectorDelegate.h271 /* [in] */ UINT pageIndex,
267 drawFooterInRect( IWebView *webView, RECT *rect, OLE_HANDLE drawingContext, UINT pageIndex, UINT pageCount) argument
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.cpp341 JSRetainPtr<JSStringRef> LayoutTestController::pageSizeAndMarginsInPixels(int pageIndex, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft) argument
344 return toJS(WKBundlePageSizeAndMarginsInPixels(InjectedBundle::shared().bundle(), mainFrame, pageIndex, width, height, marginTop, marginRight, marginBottom, marginLeft));
347 bool LayoutTestController::isPageBoxVisible(int pageIndex) argument
350 return WKBundleIsPageBoxVisible(InjectedBundle::shared().bundle(), mainFrame, pageIndex);
/external/webkit/Tools/DumpRenderTree/win/
H A DUIDelegate.cpp331 /* [in] */ UINT pageIndex,
327 drawFooterInRect( IWebView *webView, RECT *rect, OLE_HANDLE drawingContext, UINT pageIndex, UINT pageCount) argument
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp904 bool DumpRenderTreeSupportQt::isPageBoxVisible(QWebFrame* frame, int pageIndex) argument
907 return coreFrame->document()->isPageBoxVisible(pageIndex);
910 QString DumpRenderTreeSupportQt::pageSizeAndMarginsInPixels(QWebFrame* frame, int pageIndex, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft) argument
913 return PrintContext::pageSizeAndMarginsInPixels(coreFrame, pageIndex, width, height,
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.cpp825 bool LayoutTestController::isPageBoxVisible(int pageIndex) argument
827 return DumpRenderTreeSupportQt::isPageBoxVisible(m_drt->webPage()->mainFrame(), pageIndex);
830 QString LayoutTestController::pageSizeAndMarginsInPixels(int pageIndex, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft) argument
832 return DumpRenderTreeSupportQt::pageSizeAndMarginsInPixels(m_drt->webPage()->mainFrame(), pageIndex,
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp1443 bool WebFrameImpl::isPageBoxVisible(int pageIndex) argument
1445 return frame()->document()->isPageBoxVisible(pageIndex);
1448 void WebFrameImpl::pageSizeAndMarginsInPixels(int pageIndex, argument
1456 frame()->document()->pageSizeAndMarginsInPixels(pageIndex,
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp1708 PassRefPtr<RenderStyle> CSSStyleSelector::styleForPage(int pageIndex) argument
1715 const bool isLeft = isLeftPage(pageIndex);
1716 const bool isFirst = isFirstPage(pageIndex);
1717 const String page = pageName(pageIndex);
3434 bool CSSStyleSelector::isLeftPage(int pageIndex) const
3440 return (pageIndex + (isFirstPageLeft ? 1 : 0)) % 2;
3443 bool CSSStyleSelector::isFirstPage(int pageIndex) const
3446 return (!pageIndex);
3449 String CSSStyleSelector::pageName(int /* pageIndex */) const
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp1631 PassRefPtr<RenderStyle> Document::styleForPage(int pageIndex) argument
1633 RefPtr<RenderStyle> style = styleSelector()->styleForPage(pageIndex);
1651 bool Document::isPageBoxVisible(int pageIndex) argument
1653 RefPtr<RenderStyle> style = styleForPage(pageIndex);
1657 void Document::pageSizeAndMarginsInPixels(int pageIndex, IntSize& pageSize, int& marginTop, int& marginRight, int& marginBottom, int& marginLeft) argument
1659 RefPtr<RenderStyle> style = styleForPage(pageIndex);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 263 milliseconds