Searched defs:canCopyCut (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp220 bool EditorClientAndroid::canCopyCut(bool defaultValue) const { return defaultValue; } function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp207 bool EditorClientHaiku::canCopyCut(bool defaultValue) const function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.cpp163 bool EditorClientEfl::canCopyCut(bool defaultValue) const function in class:WebCore::EditorClientEfl
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp262 bool EditorClientQt::canCopyCut(bool defaultValue) const function in class:WebCore::EditorClientQt
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp162 bool EditorClientWinCE::canCopyCut(bool defaultValue) const function in class:WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp316 bool EditorClientWx::canCopyCut(bool defaultValue) const function in class:WebCore::EditorClientWx
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp246 bool WebEditorClient::canCopyCut(bool defaultValue) const function in class:WebKit::WebEditorClient
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.cpp323 bool EditorClientImpl::canCopyCut(bool defaultValue) const function in class:WebKit::EditorClientImpl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp504 bool EditorClient::canCopyCut(bool defaultValue) const function in class:WebKit::EditorClient
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp567 bool WebEditorClient::canCopyCut(bool defaultValue) const function in class:WebEditorClient
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h472 virtual bool canCopyCut(bool defaultValue) const { return defaultValue; } function in class:WebCore::EmptyEditorClient

Completed in 3853 milliseconds