Searched refs:supportedPaste (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | EditorCommand.cpp | 1137 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/ |
D | ChangeLog-2010-05-24 | 13057 (WebCore::supportedPaste): 18438 (WebCore::supportedPaste): 18457 (WebCore::supportedPaste):
|
D | ChangeLog-2011-02-16 | 1624 (WebCore::supportedPaste): Calls canPaste. 36822 (WebCore::supportedPaste): Ditto.
|
D | ChangeLog | 14083 … canCopyCut and canPaste now takes Frame* for which supportedCopyCut and supportedPaste are called. 14088 (WebCore::supportedPaste):
|
D | ChangeLog-2008-08-10 | 66391 (WebCore::supportedPaste):
|
D | ChangeLog-2010-12-06 | 130988 (WebCore::supportedPaste):
|