Home
last modified time | relevance | path

Searched refs:canCopyCut (Results 1 – 25 of 37) sorted by relevance

12

/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DEditorClientHaiku.h82 virtual bool canCopyCut(bool defaultValue) const;
DEditorClientHaiku.cpp207 bool EditorClientHaiku::canCopyCut(bool defaultValue) const in canCopyCut() function in WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DEditorClientEfl.h85 virtual bool canCopyCut(bool defaultValue) const;
DEditorClientEfl.cpp163 bool EditorClientEfl::canCopyCut(bool defaultValue) const in canCopyCut() function in WebCore::EditorClientEfl
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DEditorClientQt.h82 virtual bool canCopyCut(bool defaultValue) const;
DEditorClientQt.cpp262 bool EditorClientQt::canCopyCut(bool defaultValue) const in canCopyCut() function in WebCore::EditorClientQt
/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditorClientWx.h84 virtual bool canCopyCut(bool defaultValue) const;
DEditorClientWx.cpp316 bool EditorClientWx::canCopyCut(bool defaultValue) const in canCopyCut() function in WebCore::EditorClientWx
/external/webkit/Source/WebKit/android/WebCoreSupport/
DEditorClientAndroid.h88 virtual bool canCopyCut(bool defaultValue) const;
DEditorClientAndroid.cpp220 bool EditorClientAndroid::canCopyCut(bool defaultValue) const { return defaultValue; } in canCopyCut() function in android::EditorClientAndroid
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DEditorClientWinCE.h72 virtual bool canCopyCut(bool defaultValue) const;
DEditorClientWinCE.cpp162 bool EditorClientWinCE::canCopyCut(bool defaultValue) const in canCopyCut() function in WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebEditorClient.h81 bool canCopyCut(bool defaultValue) const;
DWebEditorClient.cpp567 bool WebEditorClient::canCopyCut(bool defaultValue) const in canCopyCut() function in WebEditorClient
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.h111 virtual bool canCopyCut(bool defaultValue) const;
DEditorClientGtk.cpp504 bool EditorClient::canCopyCut(bool defaultValue) const in canCopyCut() function in WebKit::EditorClient
/external/webkit/Source/WebCore/page/
DEditorClient.h111 virtual bool canCopyCut(bool defaultValue) const = 0;
/external/webkit/Source/WebKit/chromium/src/
DEditorClientImpl.h82 virtual bool canCopyCut(bool defaultValue) const;
DEditorClientImpl.cpp323 bool EditorClientImpl::canCopyCut(bool defaultValue) const in canCopyCut() function in WebKit::EditorClientImpl
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.h78 virtual bool canCopyCut(bool defaultValue) const;
DWebEditorClient.cpp246 bool WebEditorClient::canCopyCut(bool defaultValue) const in canCopyCut() function in WebKit::WebEditorClient
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.h110 virtual bool canCopyCut(bool defaultValue) const;
/external/webkit/Source/WebKit/wince/
DChangeLog218 Added two callback functions, canCopyCut and canPaste to EditorClient. They are currently
222 (WebKit::EditorClientWinCE::canCopyCut): Added.
/external/webkit/Source/WebCore/loader/
DEmptyClients.h476 virtual bool canCopyCut(bool defaultValue) const { return defaultValue; } in canCopyCut() function
/external/webkit/Source/WebKit/haiku/
DChangeLog184 Added two callback functions, canCopyCut and canPaste to EditorClient. They are currently
188 (WebCore::EditorClientHaiku::canCopyCut): Added.

12