/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
D | EditorClientHaiku.h | 82 virtual bool canCopyCut(bool defaultValue) const;
|
D | EditorClientHaiku.cpp | 207 bool EditorClientHaiku::canCopyCut(bool defaultValue) const in canCopyCut() function in WebCore::EditorClientHaiku
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | EditorClientEfl.h | 85 virtual bool canCopyCut(bool defaultValue) const;
|
D | EditorClientEfl.cpp | 163 bool EditorClientEfl::canCopyCut(bool defaultValue) const in canCopyCut() function in WebCore::EditorClientEfl
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | EditorClientQt.h | 82 virtual bool canCopyCut(bool defaultValue) const;
|
D | EditorClientQt.cpp | 262 bool EditorClientQt::canCopyCut(bool defaultValue) const in canCopyCut() function in WebCore::EditorClientQt
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | EditorClientWx.h | 84 virtual bool canCopyCut(bool defaultValue) const;
|
D | EditorClientWx.cpp | 316 bool EditorClientWx::canCopyCut(bool defaultValue) const in canCopyCut() function in WebCore::EditorClientWx
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | EditorClientAndroid.h | 88 virtual bool canCopyCut(bool defaultValue) const;
|
D | EditorClientAndroid.cpp | 220 bool EditorClientAndroid::canCopyCut(bool defaultValue) const { return defaultValue; } in canCopyCut() function in android::EditorClientAndroid
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | EditorClientWinCE.h | 72 virtual bool canCopyCut(bool defaultValue) const;
|
D | EditorClientWinCE.cpp | 162 bool EditorClientWinCE::canCopyCut(bool defaultValue) const in canCopyCut() function in WebKit::EditorClientWinCE
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebEditorClient.h | 81 bool canCopyCut(bool defaultValue) const;
|
D | WebEditorClient.cpp | 567 bool WebEditorClient::canCopyCut(bool defaultValue) const in canCopyCut() function in WebEditorClient
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | EditorClientGtk.h | 111 virtual bool canCopyCut(bool defaultValue) const;
|
D | EditorClientGtk.cpp | 504 bool EditorClient::canCopyCut(bool defaultValue) const in canCopyCut() function in WebKit::EditorClient
|
/external/webkit/Source/WebCore/page/ |
D | EditorClient.h | 111 virtual bool canCopyCut(bool defaultValue) const = 0;
|
/external/webkit/Source/WebKit/chromium/src/ |
D | EditorClientImpl.h | 82 virtual bool canCopyCut(bool defaultValue) const;
|
D | EditorClientImpl.cpp | 323 bool EditorClientImpl::canCopyCut(bool defaultValue) const in canCopyCut() function in WebKit::EditorClientImpl
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebEditorClient.h | 78 virtual bool canCopyCut(bool defaultValue) const;
|
D | WebEditorClient.cpp | 246 bool WebEditorClient::canCopyCut(bool defaultValue) const in canCopyCut() function in WebKit::WebEditorClient
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebEditorClient.h | 110 virtual bool canCopyCut(bool defaultValue) const;
|
/external/webkit/Source/WebKit/wince/ |
D | ChangeLog | 218 Added two callback functions, canCopyCut and canPaste to EditorClient. They are currently 222 (WebKit::EditorClientWinCE::canCopyCut): Added.
|
/external/webkit/Source/WebCore/loader/ |
D | EmptyClients.h | 476 virtual bool canCopyCut(bool defaultValue) const { return defaultValue; } in canCopyCut() function
|
/external/webkit/Source/WebKit/haiku/ |
D | ChangeLog | 184 Added two callback functions, canCopyCut and canPaste to EditorClient. They are currently 188 (WebCore::EditorClientHaiku::canCopyCut): Added.
|