Searched refs:pAction (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_action.cpp341 CPDF_Object *pAction = name_tree.LookupValue(index, csName); local
342 if (pAction == NULL || pAction->GetType() != PDFOBJ_DICTIONARY) {
345 return pAction->GetDict();
351 CPDF_Object *pAction = name_tree.LookupValue(csName); local
352 if (pAction == NULL || pAction->GetType() != PDFOBJ_DICTIONARY) {
355 return pAction->GetDict();
H A Ddoc_annot.cpp32 CPDF_Reference* pAction = CPDF_Reference::Create(m_pDocument, dwObjNum); local
33 if (pAction == NULL) {
36 pAnnots->InsertAt(i, pAction);
/external/chromium_org/third_party/sqlite/src/src/
H A Dmutex_os2.c201 static void os2MutexTrace(sqlite3_mutex *p, char *pAction){ argument
206 printf("%s mutex %p (%d) with nRef=%ld\n", pAction, (void*)p, p->trace, ulCount);
H A Dfkey.c1138 Trigger *pAction = fkActionTrigger(pParse, pTab, pFKey, pChanges); local
1139 if( pAction ){
1140 sqlite3CodeRowTriggerDirect(pParse, pAction, pTab, regOld, OE_Abort, 0);
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h260 CPDF_ActionFields(const CPDF_Action* pAction) argument
262 m_pAction = (CPDF_Action*)pAction;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c16944 static void os2MutexTrace(sqlite3_mutex *p, char *pAction){ argument
16949 printf("%s mutex %p (%d) with nRef=%ld\n", pAction, (void*)p, p->trace, ulCount);
84430 Trigger *pAction = fkActionTrigger(pParse, pTab, pFKey, pChanges); local
[all...]

Completed in 225 milliseconds