HomeSort by relevance Sort by last modified time
    Searched defs:canCopyCut (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 207 bool EditorClientHaiku::canCopyCut(bool defaultValue) const
  /external/webkit/Source/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 220 bool EditorClientAndroid::canCopyCut(bool defaultValue) const { return defaultValue; }
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.cpp 163 bool EditorClientEfl::canCopyCut(bool defaultValue) const
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.cpp 162 bool EditorClientWinCE::canCopyCut(bool defaultValue) const
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 316 bool EditorClientWx::canCopyCut(bool defaultValue) const
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.cpp 246 bool WebEditorClient::canCopyCut(bool defaultValue) const
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.cpp 323 bool EditorClientImpl::canCopyCut(bool defaultValue) const
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 504 bool EditorClient::canCopyCut(bool defaultValue) const
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 262 bool EditorClientQt::canCopyCut(bool defaultValue) const
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 567 bool WebEditorClient::canCopyCut(bool defaultValue) const
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 472 virtual bool canCopyCut(bool defaultValue) const { return defaultValue; }

Completed in 245 milliseconds