OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pageProperty
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.h
76
static String
pageProperty
(Frame* frame, const char* propertyName, int pageNumber);
PrintContext.cpp
308
String PrintContext::
pageProperty
(Frame* frame, const char* propertyName, int pageNumber)
331
return String("
pageProperty
() unimplemented for: ") + propertyName;
/external/chromium_org/third_party/WebKit/public/web/
WebFrame.h
538
virtual WebString
pageProperty
(const WebString& propertyName, int pageIndex) = 0;
/external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h
258
String
pageProperty
(String, int, ExceptionState& = ASSERT_NO_EXCEPTION) const;
Internals.idl
218
[RaisesException] DOMString
pageProperty
(DOMString propertyName, long pageNumber);
Internals.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.h
206
virtual WebString
pageProperty
(const WebString& propertyName, int pageIndex);
WebFrameImpl.cpp
[
all
...]
Completed in 1896 milliseconds