Home | History | Annotate | Download | only in WebView

Lines Matching full:nspasteboard

384 - (DOMDocumentFragment *)_documentFragmentFromPasteboard:(NSPasteboard *)pasteboard inContext:(DOMRange *)context allowPlainText:(BOOL)allowPlainText;
385 - (NSString *)_plainTextFromPasteboard:(NSPasteboard *)pasteboard;
386 - (void)_pasteWithPasteboard:(NSPasteboard *)pasteboard allowPlainText:(BOOL)allowPlainText;
387 - (void)_pasteAsPlainTextWithPasteboard:(NSPasteboard *)pasteboard;
397 - (void)_writeSelectionWithPasteboardTypes:(NSArray *)types toPasteboard:(NSPasteboard *)pasteboard cachedAttributedString:(NSAttributedString *)attributedString;
763 - (DOMDocumentFragment *)_documentFragmentFromPasteboard:(NSPasteboard *)pasteboard
855 - (NSString *)_plainTextFromPasteboard:(NSPasteboard *)pasteboard
892 - (void)_pasteWithPasteboard:(NSPasteboard *)pasteboard allowPlainText:(BOOL)allowPlainText
923 - (void)_pasteAsPlainTextWithPasteboard:(NSPasteboard *)pasteboard
937 - (BOOL)readSelectionFromPasteboard:(NSPasteboard *)pasteboard
1033 - (void)_writeSelectionWithPasteboardTypes:(NSArray *)types toPasteboard:(NSPasteboard *)pasteboard cachedAttributedString:(NSAttributedString *)attributedString
1735 - (void)pasteboardChangedOwner:(NSPasteboard *)pasteboard
1740 - (void)pasteboard:(NSPasteboard *)pasteboard provideDataForType:(NSString *)type
1787 - (BOOL)_canSmartReplaceWithPasteboard:(NSPasteboard *)pasteboard
1965 - (void)_writeSelectionToPasteboard:(NSPasteboard *)pasteboard
2020 - (DOMDocumentFragment *)_documentFragmentFromPasteboard:(NSPasteboard *)pasteboard
2625 [NSPasteboard _web_setFindPasteboardString:[self selectedString] withOwner:self];
2629 - (BOOL)writeSelectionToPasteboard:(NSPasteboard *)pasteboard types:(NSArray *)types
3630 pasteboard:(NSPasteboard *)pasteboard
4263 NSPasteboard *fontPasteboard = [NSPasteboard pasteboardWithName:NSFontPboard];
4456 NSPasteboard *fontPasteboard = [NSPasteboard pasteboardWithName:NSFontPboard];
4476 [self _pasteWithPasteboard:[NSPasteboard generalPasteboard] allowPlainText:NO];
5208 - (DOMDocumentFragment*)_documentFragmentFromPasteboard:(NSPasteboard *)pasteboard
6250 - (void)writeSelectionWithPasteboardTypes:(NSArray *)types toPasteboard:(NSPasteboard *)pasteboard