Home
last modified time | relevance | path

Searched refs:hasSpellingMarker (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
DWebFramePrivate.h144 - (BOOL)hasSpellingMarker:(int)location length:(int)length;
DWebFrame.mm1276 - (BOOL)hasSpellingMarker:(int)from length:(int)length
/external/webkit/Tools/DumpRenderTree/wx/
DLayoutTestControllerWx.cpp535 bool LayoutTestController::hasSpellingMarker(int, int) in hasSpellingMarker() function in LayoutTestController
/external/webkit/Tools/DumpRenderTree/qt/
DLayoutTestControllerQt.h232 bool hasSpellingMarker(int from, int length);
DLayoutTestControllerQt.cpp853 bool LayoutTestController::hasSpellingMarker(int, int) in hasSpellingMarker() function in LayoutTestController
/external/webkit/Source/WebKit/win/Interfaces/
DIWebFramePrivate.idl121 HRESULT hasSpellingMarker([in] UINT from, [in] UINT length, [out, retval] BOOL* result);
/external/webkit/Tools/DumpRenderTree/chromium/
DLayoutTestController.h344 void hasSpellingMarker(const CppArgumentList&, CppVariant*);
DLayoutTestController.cpp112 bindMethod("hasSpellingMarker", &LayoutTestController::hasSpellingMarker); in LayoutTestController()
1649 void LayoutTestController::hasSpellingMarker(const CppArgumentList& arguments, CppVariant* result) in hasSpellingMarker() function in LayoutTestController
/external/webkit/Tools/DumpRenderTree/
DLayoutTestController.h304 bool hasSpellingMarker(int from, int length);
DLayoutTestController.cpp1989 bool ok = controller->hasSpellingMarker(from, length); in hasSpellingMarkerCallback()
/external/webkit/Source/WebKit/win/
DWebFrame.h277 virtual HRESULT STDMETHODCALLTYPE hasSpellingMarker(
DWebFrame.cpp1023 HRESULT STDMETHODCALLTYPE WebFrame::hasSpellingMarker( in hasSpellingMarker() function in WebFrame
DChangeLog512 * WebFrame.cpp: (WebFrame::hasSpellingMarker):
2651 [Win][DRT] should have LayoutTestController.hasSpellingMarker()
2654 Added IWebFramePrivate::hasSpellingMarker() and impelmented it for
2659 (WebFrame::hasSpellingMarker):
/external/webkit/Tools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp1454 bool LayoutTestController::hasSpellingMarker(int from, int length) in hasSpellingMarker() function in LayoutTestController
1460 if (FAILED(framePrivate->hasSpellingMarker(from, length, &ret))) in hasSpellingMarker()
/external/webkit/Tools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp931 bool LayoutTestController::hasSpellingMarker(int from, int length) in hasSpellingMarker() function in LayoutTestController
/external/webkit/Tools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm1084 bool LayoutTestController::hasSpellingMarker(int from, int length) function
1086 return [mainFrame hasSpellingMarker:from length:length];
/external/webkit/Source/WebKit/mac/
DChangeLog816 …(-[WebFrame hasSpellingMarker:length:]): Call new selectionStartHasMarkerFor method instead of sel…
5545 [Chromium] Implement textInputController.hasSpellingMarker() for Chromium
5548 Moved the actual logic of hasSpellingMarker into WebCore to share
5552 (-[WebFrame hasSpellingMarker:length:]):
5866 … Adds textInputController.hasSpellingMarker() to avoid using pixel tests for spellchecking tests
5870 * WebView/WebFrame.mm: Implemented [WebFrame hasSpellingMarker:length:].
5872 (-[WebFrame hasSpellingMarker:length:]):
5873 …* WebView/WebFramePrivate.h: Added [WebFrame hasSpellingMarker:length:] so TextInputController can…
/external/webkit/Tools/
DChangeLog-2011-02-167814 [GTK] Add hasSpellingMarker support to the DRT
7817 Implemented the hasSpellingMarker to support spelling tests.
7820 (LayoutTestController::hasSpellingMarker):
14541 [Win][DRT] should have LayoutTestController.hasSpellingMarker()
14544 - Implemented LayoutTestController.hasSpellingMarker(),
14555 (LayoutTestController::hasSpellingMarker):
15779 (LayoutTestController::hasSpellingMarker):
15786 (LayoutTestController::hasSpellingMarker):
15788 (LayoutTestController::hasSpellingMarker):
15793 (LayoutTestController::hasSpellingMarker):
[all …]
/external/webkit/Source/WebKit/gtk/
DChangeLog2372 [GTK] Add hasSpellingMarker support to the DRT
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-169472 [Chromium] Implement textInputController.hasSpellingMarker() for Chromium
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0656044 [Chromium] Implement textInputController.hasSpellingMarker() for Chromium
62817 … Adds textInputController.hasSpellingMarker() to avoid using pixel tests for spellchecking tests
62824 * WebCore.exp.in: Exported symbols used by [WebFrame hasSpellingMarker:length:].