Home
last modified time | relevance | path

Searched refs:PlainTextController (Results 1 – 20 of 20) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
DPlainTextController.cpp42 PlainTextController::PlainTextController() in PlainTextController() function in PlainTextController
48 bindMethod("plainText", &PlainTextController::plainText); in PlainTextController()
51 bindFallbackMethod(&PlainTextController::fallbackMethod); in PlainTextController()
54 void PlainTextController::plainText(const CppArgumentList& arguments, CppVariant* result) in plainText()
74 void PlainTextController::fallbackMethod(const CppArgumentList&, CppVariant* result) in fallbackMethod()
DPlainTextController.h38 class PlainTextController : public CppBoundClass {
42 explicit PlainTextController();
DTestShell.h197 OwnPtr<PlainTextController> m_plainTextController;
DTestShell.cpp116 m_plainTextController.set(new PlainTextController()); in TestShell()
/external/webkit/Tools/DumpRenderTree/qt/
DPlainTextControllerQt.cpp36 PlainTextController::PlainTextController(QWebPage* parent) in PlainTextController() function in PlainTextController
41 QString PlainTextController::plainText(const QVariant& range) in plainText()
DPlainTextControllerQt.h38 class PlainTextController : public QObject {
41 PlainTextController(QWebPage* parent);
DDumpRenderTreeQt.h63 class PlainTextController; variable
156 PlainTextController* m_plainTextController;
DDumpRenderTreeQt.cpp468 m_plainTextController = new PlainTextController(m_page); in DumpRenderTree()
/external/webkit/Tools/DumpRenderTree/mac/
DPlainTextController.mm27 #import "PlainTextController.h"
31 @implementation PlainTextController implementation
33 + (PlainTextController *)sharedPlainTextController
35 static PlainTextController *controller = [[PlainTextController alloc] init];
DPlainTextController.h26 @interface PlainTextController : NSObject
27 + (PlainTextController *)sharedPlainTextController;
DFrameLoadDelegate.mm42 #import "PlainTextController.h"
295 [obj setValue:[PlainTextController sharedPlainTextController] forKey:@"plainText"];
/external/webkit/Tools/DumpRenderTree/
DDumpRenderTree.gypi25 'chromium/PlainTextController.cpp',
26 'chromium/PlainTextController.h',
/external/webkit/Tools/DumpRenderTree/DumpRenderTree.xcodeproj/
Dproject.pbxproj75 …93FA5C000F0441 /* PlainTextController.h in Headers */ = {isa = PBXBuildFile; fileRef = 933BF5A90F9…
76 …93FA5C000F0441 /* PlainTextController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 933BF5AA0F…
253PlainTextController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourceco…
254PlainTextController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcec…
453 933BF5A90F93FA5C000F0441 /* PlainTextController.h */,
454 933BF5AA0F93FA5C000F0441 /* PlainTextController.mm */,
642 933BF5AB0F93FA5C000F0441 /* PlainTextController.h in Headers */,
834 933BF5AC0F93FA5C000F0441 /* PlainTextController.mm in Sources */,
/external/webkit/Tools/
DGNUmakefile.am87 Tools/DumpRenderTree/gtk/PlainTextController.cpp \
88 Tools/DumpRenderTree/gtk/PlainTextController.h \
DChangeLog1470 [GTK] The GTK+ DRT needs an implementation of the PlainTextController
1473 Add an implementation of the PlainTextController for the GTK+ DRT.
1478 and the PlainTextController to the window object.
1479 * GNUmakefile.am: Added PlainTextController source files.
1480 * DumpRenderTree/gtk/PlainTextController.cpp: Added. This will rely
1483 * DumpRenderTree/gtk/PlainTextController.h: Added.
DChangeLog-2009-06-161371 * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Added PlainTextController.h
1372 and PlainTextController.mm.
1375 (-[FrameLoadDelegate webView:didClearWindowObject:forFrame:]): Added PlainTextController
1378 * DumpRenderTree/mac/PlainTextController.h: Added.
1379 * DumpRenderTree/mac/PlainTextController.mm: Added.
DChangeLog-2011-02-1615328 * DumpRenderTree/chromium/PlainTextController.cpp:
18061 [Qt] Support for PlainTextController
18073 (PlainTextController::PlainTextController):
18074 (PlainTextController::plainText):
DChangeLog-2010-05-2413236 [DRT/Chromium] Add PlainTextController and TextInputController
13239 Add PlainTextController and TextInputController classes, which are going
13245 * DumpRenderTree/chromium/PlainTextController.cpp: Added.
13246 * DumpRenderTree/chromium/PlainTextController.h: Added.
32815 * DumpRenderTree/mac/PlainTextController.mm:
/external/webkit/Source/WebKit/gtk/
DChangeLog49 [GTK] The GTK+ DRT needs an implementation of the PlainTextController
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-163342 [Qt] Support for PlainTextController