Searched defs:sValue (Results 1 - 13 of 13) sorted by relevance

/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_ComboBox.h15 CFX_WideString sValue; member in struct:FFL_ComboBoxState
H A DFFL_TextField.h37 CFX_WideString sValue; member in struct:FFL_TextFieldState
/external/pdfium/fpdfsdk/include/
H A Dfsdk_baseform.h46 CFX_WideString sValue; //in[out] member in struct:_PDFSDK_FieldAction
97 void SetValue(const CFX_WideString& sValue, FX_BOOL bNotify);
98 void SetDefaultValue(const CFX_WideString& sValue);
103 void ResetAppearance(FX_LPCWSTR sValue, FX_BOOL bValueChanged);
130 void ResetAppearance_ComboBox(FX_LPCWSTR sValue);
132 void ResetAppearance_TextField(FX_LPCWSTR sValue);
195 void ResetFieldAppearance(CPDF_FormField* pFormField, FX_LPCWSTR sValue, FX_BOOL bValueChanged);
/external/pdfium/fpdfsdk/src/javascript/
H A Dglobal.cpp368 CFX_ByteString sValue = CJS_Value(isolate, v, VT_string); local
372 pObjElement->sData = sValue;
H A Dutil.cpp338 CFX_WideString sValue; local
339 sValue.Format((FX_LPCWSTR)L"%d",cTableAd[iIndex].iValue);
340 memcpy(tszValue, (wchar_t *)sValue.GetBuffer(sValue.GetLength()+1),
341 (sValue.GetLength()+1)*sizeof(wchar_t));
434 CFX_WideString sValue; local
435 sValue.Format((FX_LPCWSTR)L"%d",cTableAd[iIndex].iValue);
436 memcpy(tszValue, (wchar_t *)sValue.GetBuffer(sValue.GetLength()+1),sValue
[all...]
H A DField.cpp260 CFX_WideString sValue = pWidget->OnFormat(0, bFormated); local
262 pWidget->ResetAppearance(sValue, FALSE);
317 CFX_WideString sValue = pWidget->OnFormat(0, bFormated); local
319 pWidget->ResetAppearance(sValue, FALSE);
/external/pdfium/fpdfsdk/src/
H A Dfsdk_annothandler.cpp680 CFX_WideString sValue = pWidget->OnFormat(0, bFormated); local
684 pWidget->ResetAppearance(sValue, FALSE);
H A Dfsdk_baseform.cpp308 void CPDFSDK_Widget::SetValue(const CFX_WideString& sValue, FX_BOOL bNotify) argument
313 pFormField->SetValue(sValue, bNotify);
316 void CPDFSDK_Widget::SetDefaultValue(const CFX_WideString& sValue) argument
354 void CPDFSDK_Widget::ResetAppearance(FX_LPCWSTR sValue, FX_BOOL bValueChanged) argument
378 ResetAppearance_ComboBox(sValue);
384 ResetAppearance_TextField(sValue);
1029 void CPDFSDK_Widget::ResetAppearance_ComboBox(FX_LPCWSTR sValue) argument
1070 if (sValue)
1071 pEdit->SetText(sValue);
1203 void CPDFSDK_Widget::ResetAppearance_TextField(FX_LPCWSTR sValue) argument
1971 CFX_WideString sValue = sOldValue; local
2005 CFX_WideString sValue = pFormField->GetValue(); local
2063 ResetFieldAppearance(CPDF_FormField* pFormField, FX_LPCWSTR sValue, FX_BOOL bValueChanged) argument
2636 CFX_WideString sValue = this->OnFormat(pFormField, 0, bFormated); local
[all...]
/external/libnfc-nxp/src/
H A DphFriNfc_LlcpTransport.c318 phNfc_sData_t sValue; local
341 &sValue );
345 if (sValue.length < 2)
351 nTid = sValue.buffer[0];
353 sServiceName.buffer = sValue.buffer + 1;
354 sServiceName.length = sValue.length - 1;
397 if (sValue.length != 2)
403 nTid = sValue.buffer[0];
409 nSap = sValue.buffer[1];
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_IFormFiller.cpp968 CFX_WideString sValue = pInterForm->OnFormat(pWidget->GetFormField(), GetCommitKey(), bFormated); local
976 pInterForm->ResetFieldAppearance(pWidget->GetFormField(), sValue, TRUE);
/external/pdfium/fpdfsdk/src/jsapi/
H A Dfxjs_v8.cpp574 void JS_PutObjectString(IJS_Runtime* pJSRuntime,v8::Handle<v8::Object> pObj, const wchar_t* PropertyName, const wchar_t* sValue) //VT_string argument
577 pObj->Set(WSToJSString(pJSRuntime, PropertyName), WSToJSString(pJSRuntime, sValue));
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Edit.cpp45 CFX_ByteString sValue = CFX_ByteString::FromUnicode(swText); local
47 if (CXML_Element * pXML = CXML_Element::Parse((FX_LPCSTR)sValue,sValue.GetLength()))
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 169 milliseconds