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

  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 549 CFX_WideString opt_value = GetOptionValue(index); local
558 if (pValue->GetUnicodeText() == opt_value) {
584 if (pArray->GetElementValue(i)->GetUnicodeText() == opt_value && (int)i == iPos) {
595 CFX_WideString opt_value = GetOptionValue(index); local
599 iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, opt_value);
602 iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, opt_value);
614 if (pValue->GetUnicodeText() == opt_value) {
626 opt_value = GetOptionValue(i);
627 pArray->AddString(PDF_EncodeText(opt_value));
646 m_pDict->SetAtString("V", PDF_EncodeText(opt_value, opt_value.GetLength()));
    [all...]
  /external/chromium_org/remoting/webapp/
base.js 231 /** @param {*=} opt_value */
232 base.Deferred.prototype.resolve = function(opt_value) {
233 this.resolve_(opt_value);
  /external/chromium_org/chrome/browser/profiles/
profile_impl_io_data.cc 68 const std::string opt_value =
70 if (LowerCaseEqualsASCII(opt_value, "off"))
72 if (opt_value == "" || LowerCaseEqualsASCII(opt_value, "on"))
    [all...]

Completed in 2810 milliseconds