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

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 135 swClipboard = pSH->GetClipboardText(GetAttachedHWnd());
147 pSH->SetClipboardText(GetAttachedHWnd(), str);
156 swClipboard = pSH->GetClipboardText(GetAttachedHWnd());
187 pSH->SetClipboardText(GetAttachedHWnd(), str);
577 CFX_WideString swText = pSH->GetClipboardText(GetAttachedHWnd());
614 pSH->ClientToScreen(GetAttachedHWnd(), x, y);
616 int32_t nCmd = pSH->TrackPopupMenu(hPopup, x, y, GetAttachedHWnd());
    [all...]
PWL_Wnd.cpp 402 if (FX_HWND hWnd = GetAttachedHWnd()) {
905 FX_HWND CPWL_Wnd::GetAttachedHWnd() const {
PWL_Note.cpp 972 pSH->ClientToScreen(GetAttachedHWnd(), x, y);
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h 428 FX_HWND GetAttachedHWnd() const;

Completed in 53 milliseconds