Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DPageRuleCollector.h42 …bool isRightPage(const RenderStyle* rootElementStyle, int pageIndex) const { return !isLeftPage(ro… in isRightPage()
DPageRuleCollector.cpp65 PageRuleCollector::PageRuleCollector(const RenderStyle* rootElementStyle, int pageIndex) in PageRuleCollector()
/external/jsoncpp/src/lib_json/
Djson_internalarray.inl273 PageIndex pageIndex = index / itemsPerPage; local
305 for ( PageIndex pageIndex = 0; pageIndex < lastPageIndex; ++pageIndex ) local
350 PageIndex pageIndex = (newSize + itemsPerPage - 1) / itemsPerPage; local
378 PageIndex pageIndex = nextPageIndex / itemsPerPage; local
/external/chromium_org/third_party/WebKit/Source/web/
DWebRemoteFrameImpl.cpp682 bool WebRemoteFrameImpl::hasCustomPageSizeStyle(int pageIndex) in hasCustomPageSizeStyle()
688 bool WebRemoteFrameImpl::isPageBoxVisible(int pageIndex) in isPageBoxVisible()
695 int pageIndex, in pageSizeAndMarginsInPixels()
705 WebString WebRemoteFrameImpl::pageProperty(const WebString& propertyName, int pageIndex) in pageProperty()
DWebLocalFrameImpl.cpp351 for (size_t pageIndex = 0; pageIndex < numPages; pageIndex++) { in spoolAllPagesWithBoundaries() local
1324 bool WebLocalFrameImpl::hasCustomPageSizeStyle(int pageIndex) in hasCustomPageSizeStyle()
1329 bool WebLocalFrameImpl::isPageBoxVisible(int pageIndex) in isPageBoxVisible()
1334 void WebLocalFrameImpl::pageSizeAndMarginsInPixels(int pageIndex, WebSize& pageSize, int& marginTop… in pageSizeAndMarginsInPixels()
1341 WebString WebLocalFrameImpl::pageProperty(const WebString& propertyName, int pageIndex) in pageProperty()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.h262 bool isRightPage(int pageIndex) const { return !isLeftPage(pageIndex); } in isRightPage()
DStyleResolver.cpp836 PassRefPtr<RenderStyle> StyleResolver::styleForPage(int pageIndex) in styleForPage()
/external/libcxxabi/src/Unwind/
DUnwindCursor.hpp943 UnwindSectionRegularArray<A> pageIndex( in getInfoFromCompactEncodingSection() local
995 UnwindSectionCompressedArray<A> pageIndex( in getInfoFromCompactEncodingSection() local
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp2001 PassRefPtr<RenderStyle> Document::styleForPage(int pageIndex) in styleForPage()
2007 bool Document::isPageBoxVisible(int pageIndex) in isPageBoxVisible()
2012 void Document::pageSizeAndMarginsInPixels(int pageIndex, IntSize& pageSize, int& marginTop, int& ma… in pageSizeAndMarginsInPixels()