Searched refs:GetAttachedHWnd (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Edit.cpp | 135 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()
|
D | PWL_Wnd.cpp | 402 if (FX_HWND hWnd = GetAttachedHWnd()) { in InvalidateRect() 905 FX_HWND CPWL_Wnd::GetAttachedHWnd() const { in GetAttachedHWnd() function in CPWL_Wnd
|
D | PWL_Note.cpp | 972 pSH->ClientToScreen(GetAttachedHWnd(), x, y); in PopupNoteItemMenu() 1467 pSH->ClientToScreen(GetAttachedHWnd(), x, y); in OnLButtonDown()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Wnd.h | 428 FX_HWND GetAttachedHWnd() const;
|