Searched refs:bSave (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_tagged.cpp156 FX_BOOL bSave = FALSE; local
165 bSave = TRUE;
167 if (!bSave) {
193 FX_BOOL bSave = FALSE; local
203 bSave = TRUE;
205 if (!bSave) {
/external/pdfium/fpdfsdk/src/javascript/
H A Dapp.cpp881 bool bSave = false; local
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/
H A Dfsdk_mgr.h257 CFX_WideString JS_appbrowseForDoc(FPDF_BOOL bSave, FX_LPCWSTR cFilenameInit) argument

Completed in 103 milliseconds