Searched refs:setInsertionPasteboard (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/editing/mac/
H A DEditorMac.mm69 m_frame->editor()->client()->setInsertionPasteboard([NSPasteboard generalPasteboard]);
89 m_frame->editor()->client()->setInsertionPasteboard(nil);
/external/webkit/Source/WebCore/page/
H A DEditorClient.h132 virtual void setInsertionPasteboard(NSPasteboard*) = 0;
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebEditorClientMac.mm128 void WebEditorClient::setInsertionPasteboard(NSPasteboard *)
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h75 virtual void setInsertionPasteboard(NSPasteboard *);
H A DWebEditorClient.mm384 void WebEditorClient::setInsertionPasteboard(NSPasteboard *pasteboard)
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h99 virtual void setInsertionPasteboard(NSPasteboard *);
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h495 virtual void setInsertionPasteboard(NSPasteboard*) { }; function in class:WebCore::EmptyEditorClient

Completed in 68 milliseconds