Home
last modified time | relevance | path

Searched refs:GetAttachedHWnd (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp135 swClipboard = pSH->GetClipboardText(GetAttachedHWnd()); in CanPaste()
147 pSH->SetClipboardText(GetAttachedHWnd(), str); in CopyText()
156 swClipboard = pSH->GetClipboardText(GetAttachedHWnd()); in PasteText()
187 pSH->SetClipboardText(GetAttachedHWnd(), str); in CutText()
577 CFX_WideString swText = pSH->GetClipboardText(GetAttachedHWnd()); in OnRButtonUp()
614 pSH->ClientToScreen(GetAttachedHWnd(), x, y); in OnRButtonUp()
616 int32_t nCmd = pSH->TrackPopupMenu(hPopup, x, y, GetAttachedHWnd()); in OnRButtonUp()
DPWL_Wnd.cpp402 if (FX_HWND hWnd = GetAttachedHWnd()) { in InvalidateRect()
905 FX_HWND CPWL_Wnd::GetAttachedHWnd() const { in GetAttachedHWnd() function in CPWL_Wnd
DPWL_Note.cpp972 pSH->ClientToScreen(GetAttachedHWnd(), x, y); in PopupNoteItemMenu()
1467 pSH->ClientToScreen(GetAttachedHWnd(), x, y); in OnLButtonDown()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h428 FX_HWND GetAttachedHWnd() const;