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

  /external/chromium_org/third_party/WebKit/Source/core/page/
EditorClient.h 46 virtual bool canCopyCut(LocalFrame*, bool defaultValue) const = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.h 53 virtual bool canCopyCut(WebCore::LocalFrame*, bool defaultValue) const OVERRIDE;
EditorClientImpl.cpp 63 bool EditorClientImpl::canCopyCut(LocalFrame* frame, bool defaultValue) const
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 289 virtual bool canCopyCut(LocalFrame*, bool defaultValue) const OVERRIDE { return defaultValue; }
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditorCommand.cpp     [all...]

Completed in 300 milliseconds