pageProperty       76 Source/core/page/PrintContext.h     static String pageProperty(LocalFrame* frame, const char* propertyName, int pageNumber);
pageProperty     2002 Source/core/testing/Internals.cpp     return PrintContext::pageProperty(frame(), propertyName.utf8().data(), pageNumber);
pageProperty      260 Source/core/testing/Internals.h     String pageProperty(String, int, ExceptionState& = ASSERT_NO_EXCEPTION) const;
pageProperty     1467 Source/web/WebFrameImpl.cpp     return m_printContext->pageProperty(frame(), propertyName.utf8().data(), pageIndex);
pageProperty      205 Source/web/WebFrameImpl.h     virtual WebString pageProperty(const WebString& propertyName, int pageIndex) OVERRIDE;
pageProperty      532 public/web/WebFrame.h     virtual WebString pageProperty(const WebString& propertyName, int pageIndex) = 0;