Searched refs:canCopyCut (Results 1 – 5 of 5) sorted by relevance
46 virtual bool canCopyCut(Frame*, bool defaultValue) const = 0;
53 virtual bool canCopyCut(WebCore::Frame*, bool defaultValue) const OVERRIDE;
61 bool EditorClientImpl::canCopyCut(Frame* frame, bool defaultValue) const in canCopyCut() function in blink::EditorClientImpl
297 virtual bool canCopyCut(Frame*, bool defaultValue) const OVERRIDE { return defaultValue; } in canCopyCut() function
1166 return frame->editor().client().canCopyCut(frame, defaultValue); in supportedCopyCut()