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

  /external/pdfium/core/src/fpdfdoc/
doc_tagged.cpp 156 FX_BOOL bSave = FALSE;
165 bSave = TRUE;
167 if (!bSave) {
193 FX_BOOL bSave = FALSE;
203 bSave = TRUE;
205 if (!bSave) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
davclnt.h 47 WINBOOL bSave;
  /external/pdfium/fpdfsdk/src/javascript/
app.cpp 881 bool bSave = false;
889 v8::Handle<v8::Value> pValue = JS_GetObjectElement(isolate,pObj,L"bSave");
890 bSave = (bool)CJS_Value(isolate,pValue,GET_VALUE_TYPE(pValue));
908 bSave = (bool)params[0];
932 CFX_WideString wsFilePath = pApp->JS_appbrowseForDoc(bSave, wsFileNameInit);
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 257 CFX_WideString JS_appbrowseForDoc(FPDF_BOOL bSave, FX_LPCWSTR cFilenameInit)

Completed in 138 milliseconds