Searched refs:pageProperty (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPrintContext.h76 static String pageProperty(Frame* frame, const char* propertyName, int pageNumber);
H A DPrintContext.cpp308 String PrintContext::pageProperty(Frame* frame, const char* propertyName, int pageNumber) function in class:WebCore::PrintContext
331 return String("pageProperty() unimplemented for: ") + propertyName;
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrame.h538 virtual WebString pageProperty(const WebString& propertyName, int pageIndex) = 0;
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.h258 String pageProperty(String, int, ExceptionState& = ASSERT_NO_EXCEPTION) const;
H A DInternals.idl218 [RaisesException] DOMString pageProperty(DOMString propertyName, long pageNumber);
H A DInternals.cpp1973 String Internals::pageProperty(String propertyName, int pageNumber, ExceptionState& exceptionState) const function in class:WebCore::Internals
1980 return PrintContext::pageProperty(frame(), propertyName.utf8().data(), pageNumber);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFrameImpl.h206 virtual WebString pageProperty(const WebString& propertyName, int pageIndex);
H A DWebFrameImpl.cpp1459 WebString WebFrameImpl::pageProperty(const WebString& propertyName, int pageIndex) function in class:WebFrameImpl
1462 return m_printContext->pageProperty(frame(), propertyName.utf8().data(), pageIndex);

Completed in 2186 milliseconds