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

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_ListBox.cpp 211 CPWL_Wnd* pRet = NULL;
215 pRet = GetPDFWindow(pPageView, FALSE);
217 pRet = GetPDFWindow(pPageView, TRUE);
222 return pRet;
FFL_TextField.cpp 247 CPWL_Wnd* pRet = NULL;
251 pRet = GetPDFWindow(pPageView, FALSE);
253 pRet = GetPDFWindow(pPageView, TRUE);
258 return pRet;
FFL_ComboBox.cpp 230 CPWL_Wnd* pRet = NULL;
234 pRet = GetPDFWindow(pPageView, FALSE);
236 pRet = GetPDFWindow(pPageView, TRUE);
241 return pRet;
  /external/libunwind/src/ia64/
Ginstall_cursor.S 50 #define pRet p6
152 cmp.eq pRet, pSig = r0, r8 // sigcontext_addr == NULL?
220 (pRet) ld8 r25 = [r25] // r25 = *unat_loc
272 (pRet) mov.m ar.fpsr = r27 // fpsr restored (don't touch no more)
  /external/pdfium/xfa/src/fwl/src/core/
fwl_widgetmgrimp.cpp 75 IFWL_Widget* pRet = NULL;
78 pRet = pItem->pParent ? pItem->pParent->pWidget : NULL;
82 pRet = pItem->pOwner ? pItem->pOwner->pWidget : NULL;
90 pRet = pItem ? pItem->pWidget : NULL;
94 pRet = pItem->pPrevious ? pItem->pPrevious->pWidget : NULL;
98 pRet = pItem->pNext ? pItem->pNext->pWidget : NULL;
106 pRet = pItem ? pItem->pWidget : NULL;
110 pRet = pItem->pChild ? pItem->pChild->pWidget : NULL;
118 pRet = pItem ? pItem->pWidget : NULL;
124 pRet = pItem->pWidget;
    [all...]
fwl_widgetimp.cpp 619 IFWL_ThemeProvider* pRet = pUp->GetThemeProvider();
620 if (pRet && pRet->IsValidWidget(m_pInterface)) {
621 return pRet;
628 IFWL_Widget* pRet = m_pOuter;
629 if (!pRet)
631 while (IFWL_Widget* pOuter = pRet->GetOuter()) {
632 pRet = pOuter;
634 return static_cast<CFWL_WidgetImp*>(pRet->GetImpl());
    [all...]
  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp 94 FGAS_LPCFONTUSB pRet = FGAS_GetUnicodeBitField(wUnicode);
95 if (pRet->wBitField == 999) {
99 FGAS_GetFontFamilyHash(pszFontFamily, dwFontStyles, pRet->wBitField);
102 return pFont ? LoadFont(pFont, dwFontStyles, pRet->wCodePage) : NULL;
106 FindFont(pszFontFamily, dwFontStyles, FALSE, pRet->wCodePage,
107 pRet->wBitField, wUnicode);
109 pFD = FindFont(NULL, dwFontStyles, FALSE, pRet->wCodePage, pRet->wBitField,
138 FX_WORD wCodePage = pRet->wCodePage;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_colors.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp     [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Note.cpp 458 if (IPWL_NoteItem* pRet = pNoteItem->GetHitNoteItem(pt))
459 return pRet;
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1009 milliseconds