Home
last modified time | relevance | path

Searched refs:pFrom (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/base/
Ddiskcache_win32.cc67 file_op.pFrom = path16.c_str(); in PurgeFiles()
/external/pdfium/xfa/include/fwl/core/
Dfwl_widget.h120 FWL_ERR FWL_Accelerator_SetForm(IFWL_Form* pFrom,
/external/pdfium/fpdfsdk/include/jsapi/
Dfxjs_v8.h246 void FXJS_ValueCopy(v8::Local<v8::Value>& pTo, v8::Local<v8::Value> pFrom);
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp774 void FXJS_ValueCopy(v8::Local<v8::Value>& pTo, v8::Local<v8::Value> pFrom) { in FXJS_ValueCopy() argument
775 pTo = pFrom; in FXJS_ValueCopy()
/external/sqlite/dist/
Dsqlite3.c12282 Table *pFrom; /* Table containing the REFERENCES clause (aka: Child) */ member
19912 sqlite3_mutex_methods const *pFrom; in sqlite3MutexInit() local
19916 pFrom = sqlite3DefaultMutex(); in sqlite3MutexInit()
19918 pFrom = sqlite3NoopMutex(); in sqlite3MutexInit()
19920 pTo->xMutexInit = pFrom->xMutexInit; in sqlite3MutexInit()
19921 pTo->xMutexEnd = pFrom->xMutexEnd; in sqlite3MutexInit()
19922 pTo->xMutexFree = pFrom->xMutexFree; in sqlite3MutexInit()
19923 pTo->xMutexEnter = pFrom->xMutexEnter; in sqlite3MutexInit()
19924 pTo->xMutexTry = pFrom->xMutexTry; in sqlite3MutexInit()
19925 pTo->xMutexLeave = pFrom->xMutexLeave; in sqlite3MutexInit()
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c12282 Table *pFrom; /* Table containing the REFERENCES clause (aka: Child) */ member
19912 sqlite3_mutex_methods const *pFrom; in sqlite3MutexInit() local
19916 pFrom = sqlite3DefaultMutex(); in sqlite3MutexInit()
19918 pFrom = sqlite3NoopMutex(); in sqlite3MutexInit()
19920 pTo->xMutexInit = pFrom->xMutexInit; in sqlite3MutexInit()
19921 pTo->xMutexEnd = pFrom->xMutexEnd; in sqlite3MutexInit()
19922 pTo->xMutexFree = pFrom->xMutexFree; in sqlite3MutexInit()
19923 pTo->xMutexEnter = pFrom->xMutexEnter; in sqlite3MutexInit()
19924 pTo->xMutexTry = pFrom->xMutexTry; in sqlite3MutexInit()
19925 pTo->xMutexLeave = pFrom->xMutexLeave; in sqlite3MutexInit()
[all …]
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_formimp.cpp1432 FWL_ERR FWL_Accelerator_SetForm(IFWL_Form* pFrom, in FWL_Accelerator_SetForm() argument
1434 CFWL_FormImp* pImp = static_cast<CFWL_FormImp*>(pFrom->GetImpl()); in FWL_Accelerator_SetForm()