OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canCopyCut
(Results
1 - 25
of
25
) sorted by null
/external/webkit/Source/WebKit/android/WebCoreSupport/
EditorClientAndroid.h
88
virtual bool
canCopyCut
(bool defaultValue) const;
EditorClientAndroid.cpp
220
bool EditorClientAndroid::
canCopyCut
(bool defaultValue) const { return defaultValue; }
/external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.h
85
virtual bool
canCopyCut
(bool defaultValue) const;
EditorClientEfl.cpp
163
bool EditorClientEfl::
canCopyCut
(bool defaultValue) const
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.h
82
virtual bool
canCopyCut
(bool defaultValue) const;
EditorClientHaiku.cpp
207
bool EditorClientHaiku::
canCopyCut
(bool defaultValue) const
/external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.h
82
virtual bool
canCopyCut
(bool defaultValue) const;
EditorClientQt.cpp
262
bool EditorClientQt::
canCopyCut
(bool defaultValue) const
/external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.h
84
virtual bool
canCopyCut
(bool defaultValue) const;
EditorClientWx.cpp
316
bool EditorClientWx::
canCopyCut
(bool defaultValue) const
/external/webkit/Source/WebCore/page/
EditorClient.h
111
virtual bool
canCopyCut
(bool defaultValue) const = 0;
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.h
111
virtual bool
canCopyCut
(bool defaultValue) const;
EditorClientGtk.cpp
504
bool EditorClient::
canCopyCut
(bool defaultValue) const
[
all
...]
/external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.h
81
bool
canCopyCut
(bool defaultValue) const;
WebEditorClient.cpp
567
bool WebEditorClient::
canCopyCut
(bool defaultValue) const
/external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.h
72
virtual bool
canCopyCut
(bool defaultValue) const;
EditorClientWinCE.cpp
162
bool EditorClientWinCE::
canCopyCut
(bool defaultValue) const
/external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.h
82
virtual bool
canCopyCut
(bool defaultValue) const;
EditorClientImpl.cpp
323
bool EditorClientImpl::
canCopyCut
(bool defaultValue) const
[
all
...]
/external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.h
110
virtual bool
canCopyCut
(bool defaultValue) const;
WebEditorClient.mm
575
bool WebEditorClient::
canCopyCut
(bool defaultValue) const
[
all
...]
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.h
78
virtual bool
canCopyCut
(bool defaultValue) const;
WebEditorClient.cpp
246
bool WebEditorClient::
canCopyCut
(bool defaultValue) const
/external/webkit/Source/WebCore/loader/
EmptyClients.h
472
virtual bool
canCopyCut
(bool defaultValue) const { return defaultValue; }
/external/webkit/Source/WebCore/editing/
EditorCommand.cpp
[
all
...]
Completed in 62 milliseconds