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

  /external/webkit/WebCore/editing/
Editor.h 310 bool canSmartReplaceWithPasteboard(Pasteboard*);
Editor.cpp 277 replaceSelectionWithText(text, false, canSmartReplaceWithPasteboard(pasteboard));
286 replaceSelectionWithFragment(fragment, false, canSmartReplaceWithPasteboard(pasteboard), chosePlainText);
289 bool Editor::canSmartReplaceWithPasteboard(Pasteboard* pasteboard)
    [all...]

Completed in 89 milliseconds