Searched refs:sValue (Results 1 - 21 of 21) sorted by relevance

/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/formfiller/
H A DFFL_ListBox.cpp213 fa.sValue = L"";
222 fa.sValue = m_pWidget->GetOptionLabel(nCurSel);
230 fa.sValue = L"";
237 fa.sValue = m_pWidget->GetOptionLabel(nCurSel);
H A DFFL_ComboBox.cpp205 fa.sValue = pEdit->GetText();
221 fa.sValue = pEdit->GetText();
228 fa.sValue = m_pWidget->GetValue();
283 m_State.sValue = pEdit->GetText();
300 pEdit->SetText(m_State.sValue);
H A DFFL_TextField.cpp248 fa.sValue = pWnd->GetText();
260 fa.sValue = pWnd->GetText();
266 fa.sValue = m_pWidget->GetValue();
314 m_State.sValue = pWnd->GetText();
324 pWnd->SetText(m_State.sValue);
H A DFFL_IFormFiller.cpp968 CFX_WideString sValue = pInterForm->OnFormat(pWidget->GetFormField(), GetCommitKey(), bFormated); local
976 pInterForm->ResetFieldAppearance(pWidget->GetFormField(), sValue, TRUE);
H A DFFL_FormFiller.cpp724 fa.sValue = m_pWidget->GetValue();
/external/pdfium/fpdfsdk/src/javascript/
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 Dglobal.cpp368 CFX_ByteString sValue = CJS_Value(isolate, v, VT_string); local
372 pObjElement->sData = sValue;
H A DPublicMethods.cpp2063 CFX_WideString sValue = params[0].operator CFX_WideString();
2067 double dDate = MakeRegularDate(sValue,sFormat,bWrongFormat);
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/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/src/
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...]
H A Dfsdk_actionhandler.cpp669 pContext->OnField_Focus(data.bModifier, data.bShift, pFormField, data.sValue);
672 pContext->OnField_Blur(data.bModifier, data.bShift, pFormField, data.sValue);
676 data.bModifier, data.nSelEnd, data.nSelStart, data.bShift, pFormField, data.sValue,
681 data.bShift, pFormField, data.sValue, data.bRC);
H A Dfsdk_annothandler.cpp680 CFX_WideString sValue = pWidget->OnFormat(0, bFormated); local
684 pWidget->ResetAppearance(sValue, FALSE);
/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/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/pdfium/fpdfsdk/include/jsapi/
H A Dfxjs_v8.h98 void JS_PutObjectString(IJS_Runtime* pJSRuntime,v8::Handle<v8::Object> pObj, const wchar_t* PropertyName, const wchar_t* sValue);
/external/sonivox/jet_tools/JetCreator/
H A DJetDialogs.py159 sValue = self.je.ctrls[JetDefs.F_JLIST].GetString(self.je.ctrls[JetDefs.F_JLIST].GetSelection())
160 self.je.ctrls[JetDefs.F_JFILE].SetValue(sValue)
164 sValue = self.je.ctrls[JetDefs.F_JLIST].GetString(self.je.ctrls[JetDefs.F_JLIST].GetSelection())
165 self.je.ctrls[JetDefs.F_JFILE].SetValue(sValue)
/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/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 212 milliseconds