Searched refs:willWriteSelectionToPasteboard (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DEditorClientQt.h75 virtual void willWriteSelectionToPasteboard(Range*);
H A DEditorClientQt.cpp229 void EditorClientQt::willWriteSelectionToPasteboard(Range*) function in class:WebCore::EditorClientQt
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DEditorClient.h92 virtual void willWriteSelectionToPasteboard(Range*) = 0;
H A DDragController.cpp795 src->editor().willWriteSelectionToPasteboard(selectionRange.get());
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DEditorClientBlackBerry.h61 virtual void willWriteSelectionToPasteboard(WebCore::Range*);
H A DEditorClientBlackBerry.cpp259 void EditorClientBlackBerry::willWriteSelectionToPasteboard(WebCore::Range*) function in class:WebCore::EditorClientBlackBerry
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DEditorClientEfl.h108 virtual void willWriteSelectionToPasteboard(WebCore::Range*);
H A DEditorClientEfl.cpp164 void EditorClientEfl::willWriteSelectionToPasteboard(WebCore::Range*) function in class:WebCore::EditorClientEfl
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DEditorClientGtk.h99 virtual void willWriteSelectionToPasteboard(WebCore::Range*);
H A DEditorClientGtk.cpp272 void EditorClient::willWriteSelectionToPasteboard(WebCore::Range*) function in class:WebKit::EditorClient
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebEditorClient.h58 virtual void willWriteSelectionToPasteboard(WebCore::Range*);
H A DWebEditorClient.cpp232 void WebEditorClient::willWriteSelectionToPasteboard(WebCore::Range*) function in class:WebEditorClient
/macosx-10.9.5/WebKit-7537.78.2/wince/WebCoreSupport/
H A DEditorClientWinCE.h65 virtual void willWriteSelectionToPasteboard(WebCore::Range*);
H A DEditorClientWinCE.cpp141 void EditorClientWinCE::willWriteSelectionToPasteboard(WebCore::Range*) function in class:WebKit::EditorClientWinCE
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebEditorClient.h69 virtual void willWriteSelectionToPasteboard(WebCore::Range*) OVERRIDE;
H A DWebEditorClient.mm326 void WebEditorClient::willWriteSelectionToPasteboard(WebCore::Range*)
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h69 virtual void willWriteSelectionToPasteboard(WebCore::Range*) OVERRIDE;
H A DWebEditorClient.cpp230 void WebEditorClient::willWriteSelectionToPasteboard(Range* range) function in class:WebKit::WebEditorClient
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditor.h290 void willWriteSelectionToPasteboard(PassRefPtr<Range>);
H A DEditor.cpp1052 willWriteSelectionToPasteboard(selection);
1074 willWriteSelectionToPasteboard(selectedRange());
1347 void Editor::willWriteSelectionToPasteboard(PassRefPtr<Range> range) function in class:WebCore::Editor
1350 client()->willWriteSelectionToPasteboard(range.get());
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DEmptyClients.h427 virtual void willWriteSelectionToPasteboard(Range*) { } function in class:WebCore::EmptyEditorClient

Completed in 156 milliseconds