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

  /external/webkit/Source/WebKit/mac/WebView/
WebDocumentPrivate.h 46 - (NSArray *)pasteboardTypesForSelection;
WebView.h 563 @method pasteboardTypesForSelection
566 - (NSArray *)pasteboardTypesForSelection;
WebPDFView.mm     [all...]
WebHTMLView.mm     [all...]
WebView.mm     [all...]
  /external/webkit/Source/WebCore/page/
EditorClient.h 136 virtual NSArray* pasteboardTypesForSelection(Frame*) = 0;
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.h 79 virtual NSArray *pasteboardTypesForSelection(WebCore::Frame*);
WebEditorClient.mm 390 NSArray *WebEditorClient::pasteboardTypesForSelection(Frame* selectedFrame)
393 return [[[frame frameView] documentView] pasteboardTypesForSelection];
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.h 103 virtual NSArray *pasteboardTypesForSelection(WebCore::Frame*);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebEditorClientMac.mm 135 NSArray *WebEditorClient::pasteboardTypesForSelection(Frame*)
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 503 virtual NSArray* pasteboardTypesForSelection(Frame*) { return 0; }
  /external/webkit/Source/WebKit/win/Interfaces/
IWebView.idl 608 @method pasteboardTypesForSelection
610 - (NSArray *)pasteboardTypesForSelection;
612 HRESULT pasteboardTypesForSelection([out, retval] IEnumVARIANT** enumVariant);
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
PasteboardMac.mm 162 // 4930197: Mail overrides [WebHTMLView pasteboardTypesForSelection] in order to add another type to the pasteboard
167 NSArray *types = pasteboardTypes ? pasteboardTypes : frame->editor()->client()->pasteboardTypesForSelection(frame);
  /external/webkit/Source/WebKit/win/
WebView.h 269 virtual HRESULT STDMETHODCALLTYPE pasteboardTypesForSelection(
    [all...]
WebView.cpp     [all...]

Completed in 280 milliseconds