Searched refs:pasteWithPasteboard (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/mac/
H A DEditorMac.mm64 void Editor::pasteWithPasteboard(Pasteboard* pasteboard, bool allowPlainText)
223 pasteWithPasteboard(&pasteboard, true);
/external/webkit/Source/WebCore/editing/
H A DEditor.h411 void pasteWithPasteboard(Pasteboard*, bool allowPlainText);
H A DEditor.cpp373 void Editor::pasteWithPasteboard(Pasteboard* pasteboard, bool allowPlainText) function in class:WebCore::Editor
1218 pasteWithPasteboard(Pasteboard::generalPasteboard(), true);

Completed in 110 milliseconds