PAGE_SIZE_AUTO    457 Source/core/css/resolver/StyleBuilderCustom.cpp     PageSizeType pageSizeType = PAGE_SIZE_AUTO;
PAGE_SIZE_AUTO    495 Source/core/css/resolver/StyleBuilderCustom.cpp                 pageSizeType = PAGE_SIZE_AUTO;
PAGE_SIZE_AUTO   1967 Source/core/dom/Document.cpp     case PAGE_SIZE_AUTO:
PAGE_SIZE_AUTO   1374 Source/core/rendering/style/RenderStyle.h     void resetPageSizeType() { SET_VAR(rareNonInheritedData, m_pageSizeType, PAGE_SIZE_AUTO); }
PAGE_SIZE_AUTO     59 Source/core/rendering/style/StyleRareNonInheritedData.cpp     , m_pageSizeType(PAGE_SIZE_AUTO)
PAGE_SIZE_AUTO   1449 Source/web/WebFrameImpl.cpp     return frame()->document()->styleForPage(pageIndex)->pageSizeType() != PAGE_SIZE_AUTO;