HomeSort by relevance Sort by last modified time
    Searched defs:pDefault (Results 1 - 6 of 6) sorted by null

  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 160 FPDF_WIDESTRING pDefault = (FPDF_WIDESTRING)bsDefault.GetBuffer(bsDefault.GetLength());
163 pDefault, pLabel, bPassword, response, length);
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 147 int JS_DefineObjConst(IJS_Runtime* pJSRuntime, int nObjDefnID, const wchar_t* sConstName, v8::Handle<v8::Value> pDefault)
162 objTemp->Set(isolate, FX_LPCSTR(bsConstName), pDefault);
209 int JS_DefineGlobalConst(IJS_Runtime* pJSRuntime, const wchar_t* sConstName, v8::Handle<v8::Value> pDefault)
225 objTemp->Set(v8::String::NewFromUtf8(isolate, FX_LPCSTR(bsConst)), pDefault, v8::ReadOnly);
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c 296 sqlite3_syscall_ptr pDefault; /* Default value */
412 if( aSyscall[i].pDefault ){
413 aSyscall[i].pCurrent = aSyscall[i].pDefault;
422 if( aSyscall[i].pDefault==0 ){
423 aSyscall[i].pDefault = aSyscall[i].pCurrent;
426 if( pNewFunc==0 ) pNewFunc = aSyscall[i].pDefault;
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 3093 milliseconds