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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h 326 bool canSmartReplaceWithPasteboard(Pasteboard*);
Editor.cpp 371 pasteAsPlainText(text, canSmartReplaceWithPasteboard(pasteboard));
380 pasteAsFragment(fragment, canSmartReplaceWithPasteboard(pasteboard), chosePlainText);
383 bool Editor::canSmartReplaceWithPasteboard(Pasteboard* pasteboard)
    [all...]

Completed in 123 milliseconds