Home
last modified time | relevance | path

Searched refs:SetClipboardText (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/include/
Dfx_systemhandler.h53 virtual FX_BOOL SetClipboardText(FX_HWND hWnd, CFX_WideString string) = 0;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp168 pSH->SetClipboardText(GetAttachedHWnd(), str); in CopyText()
213 pSH->SetClipboardText(GetAttachedHWnd(), str); in CutText()
/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp31 virtual FX_BOOL SetClipboardText(FX_HWND hWnd, CFX_WideString string) {return FALSE;} in SetClipboardText() function in CFX_SystemHandler