Searched defs:pageIndex (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | PageRuleCollector.h | 42 …bool isRightPage(const RenderStyle* rootElementStyle, int pageIndex) const { return !isLeftPage(ro… in isRightPage()
|
D | PageRuleCollector.cpp | 65 PageRuleCollector::PageRuleCollector(const RenderStyle* rootElementStyle, int pageIndex) in PageRuleCollector()
|
/external/jsoncpp/src/lib_json/ |
D | json_internalarray.inl | 273 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/ |
D | WebRemoteFrameImpl.cpp | 682 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()
|
D | WebLocalFrameImpl.cpp | 351 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/ |
D | StyleResolver.h | 262 bool isRightPage(int pageIndex) const { return !isLeftPage(pageIndex); } in isRightPage()
|
D | StyleResolver.cpp | 836 PassRefPtr<RenderStyle> StyleResolver::styleForPage(int pageIndex) in styleForPage()
|
/external/libcxxabi/src/Unwind/ |
D | UnwindCursor.hpp | 943 UnwindSectionRegularArray<A> pageIndex( in getInfoFromCompactEncodingSection() local 995 UnwindSectionCompressedArray<A> pageIndex( in getInfoFromCompactEncodingSection() local
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Document.cpp | 2001 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()
|