Searched defs:spellCheckerDocumentTag (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp59 int EditorClientAndroid::spellCheckerDocumentTag() { notImplemented(); return -1; } function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp110 int EditorClientHaiku::spellCheckerDocumentTag() function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.cpp76 int EditorClientEfl::spellCheckerDocumentTag() function in class:WebCore::EditorClientEfl
/external/webkit/Source/WebKit/mac/WebView/
H A DWebViewData.h122 NSInteger spellCheckerDocumentTag; variable
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp119 int EditorClientQt::spellCheckerDocumentTag() function in class:WebCore::EditorClientQt
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp75 int EditorClientWinCE::spellCheckerDocumentTag() function in class:WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp188 int EditorClientWx::spellCheckerDocumentTag() function in class:WebCore::EditorClientWx
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp108 int WebEditorClient::spellCheckerDocumentTag() function in class:WebKit::WebEditorClient
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.cpp185 int EditorClientImpl::spellCheckerDocumentTag() function in class:WebKit::EditorClientImpl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp302 int EditorClient::spellCheckerDocumentTag() function in class:WebKit::EditorClient
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp177 viewEditing->spellCheckerDocumentTag(&tag);
180 int WebEditorClient::spellCheckerDocumentTag() function in class:WebEditorClient
/external/webkit/Source/WebCore/editing/
H A DEditor.cpp1285 int Editor::spellCheckerDocumentTag() function in class:WebCore::Editor
1287 return client() ? client()->spellCheckerDocumentTag() : 0;
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h441 virtual int spellCheckerDocumentTag() { return -1; } function in class:WebCore::EmptyEditorClient

Completed in 1763 milliseconds