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

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 154 if (IFX_SystemHandler* pSH = GetSystemHandler())
155 swClipboard = pSH->GetClipboardText(GetAttachedHWnd());
166 if (IFX_SystemHandler* pSH = GetSystemHandler())
167 pSH->SetClipboardText(GetAttachedHWnd(), str);
175 if (IFX_SystemHandler* pSH = GetSystemHandler())
176 swClipboard = pSH->GetClipboardText(GetAttachedHWnd());
211 if (IFX_SystemHandler* pSH = GetSystemHandler())
212 pSH->SetClipboardText(GetAttachedHWnd(), str);
536 IFX_SystemHandler* pSH = GetSystemHandler();
537 if (!pSH) return FALSE;
    [all...]
PWL_EditCtrl.cpp 69 if (IFX_SystemHandler* pSH = GetSystemHandler())
72 pSH->SetCursor(FXCT_VBEAM);
74 pSH->SetCursor(FXCT_HBEAM);
PWL_Wnd.cpp 505 if (IFX_SystemHandler* pSH = GetSystemHandler())
509 pSH->InvalidateRect(hWnd, rcWin);
971 if (IFX_SystemHandler* pSH = GetSystemHandler())
974 pSH->SetCursor(nCursorType);
PWL_Note.cpp 473 if (IFX_SystemHandler* pSH = this->GetSystemHandler())
474 st = pSH->GetLocalTime();
1141 if (IFX_SystemHandler* pSH = GetSystemHandler())
1142 pSH->ClientToScreen(GetAttachedHWnd(), x, y);
    [all...]
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 386 const mkvparser::SeekHead* pSH = pSegment->GetSeekHead();
387 if (!pCues && pSH) {
388 const size_t count = pSH->GetCount();
393 pEntry = pSH->GetEntry(index);
409 else if (!pSH) {

Completed in 1414 milliseconds