Searched refs:pageProperty (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | PrintContext.h | 72 static String pageProperty(LocalFrame* frame, const char* propertyName, int pageNumber);
|
D | PrintContext.cpp | 290 String PrintContext::pageProperty(LocalFrame* frame, const char* propertyName, int pageNumber) in pageProperty() function in blink::PrintContext
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebFrame.h | 525 virtual WebString pageProperty(const WebString& propertyName, int pageIndex) = 0;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebRemoteFrameImpl.h | 144 virtual WebString pageProperty(const WebString& propertyName, int pageIndex) OVERRIDE;
|
D | WebLocalFrameImpl.h | 193 virtual WebString pageProperty(const WebString& propertyName, int pageIndex) OVERRIDE;
|
D | WebRemoteFrameImpl.cpp | 705 WebString WebRemoteFrameImpl::pageProperty(const WebString& propertyName, int pageIndex) in pageProperty() function in blink::WebRemoteFrameImpl
|
D | WebLocalFrameImpl.cpp | 1341 WebString WebLocalFrameImpl::pageProperty(const WebString& propertyName, int pageIndex) in pageProperty() function in blink::WebLocalFrameImpl 1344 return m_printContext->pageProperty(frame(), propertyName.utf8().data(), pageIndex); in pageProperty()
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
D | Internals.h | 242 String pageProperty(String, int, ExceptionState& = ASSERT_NO_EXCEPTION) const;
|
D | Internals.idl | 190 [RaisesException] DOMString pageProperty(DOMString propertyName, long pageNumber);
|
D | Internals.cpp | 1692 String Internals::pageProperty(String propertyName, int pageNumber, ExceptionState& exceptionState)… in pageProperty() function in blink::Internals 1699 return PrintContext::pageProperty(frame(), propertyName.utf8().data(), pageNumber); in pageProperty()
|