Home
last modified time | relevance | path

Searched refs:supportedPaste (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditorCommand.cpp1137 static bool supportedPaste(Frame* frame) in supportedPaste() function
1502 …{ "Paste", { executePaste, supportedPaste, enabledPaste, stateNone, valueNull, notTextInsertion, a… in createCommandMap()
1503 …{ "PasteAndMatchStyle", { executePasteAndMatchStyle, supportedPaste, enabledPaste, stateNone, valu… in createCommandMap()
1504 …{ "PasteAsPlainText", { executePasteAsPlainText, supportedPaste, enabledPaste, stateNone, valueNul… in createCommandMap()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2413057 (WebCore::supportedPaste):
18438 (WebCore::supportedPaste):
18457 (WebCore::supportedPaste):
DChangeLog-2011-02-161624 (WebCore::supportedPaste): Calls canPaste.
36822 (WebCore::supportedPaste): Ditto.
DChangeLog14083 … canCopyCut and canPaste now takes Frame* for which supportedCopyCut and supportedPaste are called.
14088 (WebCore::supportedPaste):
DChangeLog-2008-08-1066391 (WebCore::supportedPaste):
DChangeLog-2010-12-06130988 (WebCore::supportedPaste):