Searched refs:hasSpellingMarker (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebFramePrivate.h144 - (BOOL)hasSpellingMarker:(int)location length:(int)length;
H A DWebFrame.mm1276 - (BOOL)hasSpellingMarker:(int)from length:(int)length
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebFramePrivate.idl121 HRESULT hasSpellingMarker([in] UINT from, [in] UINT length, [out, retval] BOOL* result);
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.h232 bool hasSpellingMarker(int from, int length);
H A DLayoutTestControllerQt.cpp853 bool LayoutTestController::hasSpellingMarker(int, int) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp535 bool LayoutTestController::hasSpellingMarker(int, int) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.h344 void hasSpellingMarker(const CppArgumentList&, CppVariant*);
H A DLayoutTestController.cpp112 bindMethod("hasSpellingMarker", &LayoutTestController::hasSpellingMarker);
1649 void LayoutTestController::hasSpellingMarker(const CppArgumentList& arguments, CppVariant* result) function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.h304 bool hasSpellingMarker(int from, int length);
H A DLayoutTestController.cpp1989 bool ok = controller->hasSpellingMarker(from, length);
2206 { "hasSpellingMarker", hasSpellingMarkerCallback, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },
/external/webkit/Source/WebKit/win/
H A DWebFrame.h277 virtual HRESULT STDMETHODCALLTYPE hasSpellingMarker(
H A DWebFrame.cpp1023 HRESULT STDMETHODCALLTYPE WebFrame::hasSpellingMarker( function in class:WebFrame
/external/webkit/Tools/DumpRenderTree/mac/
H A DLayoutTestControllerMac.mm1084 bool LayoutTestController::hasSpellingMarker(int from, int length)
1086 return [mainFrame hasSpellingMarker:from length:length];
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp1454 bool LayoutTestController::hasSpellingMarker(int from, int length) function in class:LayoutTestController
1460 if (FAILED(framePrivate->hasSpellingMarker(from, length, &ret)))
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp931 bool LayoutTestController::hasSpellingMarker(int from, int length) function in class:LayoutTestController

Completed in 104 milliseconds