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

/external/webkit/Source/WebCore/page/
H A DPrintContext.h73 static String pageProperty(Frame* frame, const char* propertyName, int pageNumber);
H A DPrintContext.cpp273 String PrintContext::pageProperty(Frame* frame, const char* propertyName, int pageNumber) function in class:WebCore::PrintContext
296 return makeString("pageProperty() unimplemented for: ", propertyName);
/external/webkit/Source/WebKit/mac/Misc/
H A DWebCoreStatistics.h90 - (NSString *)pageProperty:(const char*)propertyName:(int)pageNumber;
H A DWebCoreStatistics.mm286 - (NSString *)pageProperty:(const char *)propertyName:(int)pageNumber
288 return PrintContext::pageProperty(_private->coreFrame, propertyName, pageNumber);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.h72 static WTF::CString pageProperty(WebKitWebFrame*, const char* propertyName, int pageNumber);
H A DDumpRenderTreeSupportGtk.cpp281 * pageProperty
288 CString DumpRenderTreeSupportGtk::pageProperty(WebKitWebFrame* frame, const char* propertyName, int pageNumber) function in class:DumpRenderTreeSupportGtk
296 return PrintContext::pageProperty(coreFrame, propertyName, pageNumber).utf8();
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.h187 static QString pageProperty(QWebFrame* frame, const QString& propertyName, int pageNumber);
H A DDumpRenderTreeSupportQt.cpp917 QString DumpRenderTreeSupportQt::pageProperty(QWebFrame* frame, const QString& propertyName, int pageNumber) function in class:DumpRenderTreeSupportQt
920 return PrintContext::pageProperty(coreFrame, propertyName.toUtf8().constData(), pageNumber);
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.h257 QString pageProperty(const QString& propertyName, int pageNumber);
H A DLayoutTestControllerQt.cpp836 QString LayoutTestController::pageProperty(const QString& propertyName, int pageNumber) function in class:LayoutTestController
838 return DumpRenderTreeSupportQt::pageProperty(m_drt->webPage()->mainFrame(), propertyName, pageNumber);
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp552 JSRetainPtr<JSStringRef> LayoutTestController::pageProperty(const char* propertyName, int pageNumber) const function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.h76 JSRetainPtr<JSStringRef> pageProperty(const char* propertyName, int pageNumber) const;
H A DLayoutTestController.cpp881 JSValueRef value = JSValueMakeString(context, controller->pageProperty(propertyName, pageNumber).get());
2222 { "pageProperty", pagePropertyCallback, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp152 JSRetainPtr<JSStringRef> LayoutTestController::pageProperty(const char* propertyName, int pageNumber) const function in class:LayoutTestController
154 JSRetainPtr<JSStringRef> propertyValue(Adopt, JSStringCreateWithUTF8CString(DumpRenderTreeSupportGtk::pageProperty(mainFrame, propertyName, pageNumber).data()));
/external/webkit/Tools/DumpRenderTree/mac/
H A DLayoutTestControllerMac.mm294 JSRetainPtr<JSStringRef> LayoutTestController::pageProperty(const char* propertyName, int pageNumber) const
296 JSRetainPtr<JSStringRef> propertyValue(Adopt, JSStringCreateWithCFString((CFStringRef)[mainFrame pageProperty:propertyName:pageNumber]));
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp1376 JSRetainPtr<JSStringRef> LayoutTestController::pageProperty(const char* propertyName, int pageNumber) const function in class:LayoutTestController

Completed in 130 milliseconds