Searched refs:SetValue (Results 251 - 275 of 299) sorted by relevance

<<1112

/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp3109 Field::SetValue(m_pDocument, m_FieldName, m_nFormControlIndex, strArray);
3221 void Field::SetValue(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, function in class:Field
3246 pFormField->SetValue(strArray.GetAt(0), TRUE);
3255 pFormField->SetValue(strArray.GetAt(0), TRUE);
3364 pFormField->SetValue(wsFileName);
4115 Field::SetValue(pDocument, pData->sFieldName, pData->nControlIndex, pData->widestringarray);
/external/chromium_org/net/quic/crypto/
H A Dquic_crypto_server_config.cc309 msg.SetValue(kEXPY, expiry_seconds);
311 msg.SetValue(kEXPY, options.expiry_time.ToUNIXSeconds());
H A Dquic_crypto_client_config.cc351 out->SetValue(kVER, QuicVersionToQuicTag(preferred_version));
/external/chromium_org/net/quic/
H A Dquic_framer.cc480 reset.SetValue(kRNON, packet.nonce_proof);
481 reset.SetValue(kRSEQ, packet.rejected_sequence_number);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstun_unittest.cc1347 uval2->SetValue(11);
1368 uval2->SetValue(6);
H A Drelayport.cc599 options_attr->SetValue(0x1);
H A Dstun.cc310 fingerprint_attr->SetValue(c ^ STUN_FINGERPRINT_XOR_VALUE);
H A Dturnport.cc831 transport_attr->SetValue(IPPROTO_UDP << 24);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_colors.cpp1302 void CPDF_Color::SetValue(FX_FLOAT* comps) function in class:CPDF_Color
1311 void CPDF_Color::SetValue(CPDF_Pattern* pPattern, FX_FLOAT* comps, int ncomps) function in class:CPDF_Color
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusPath.h1277 color->SetValue(argb);
1341 colors[i].SetValue(argbs[i]);
/external/chromium_org/content/browser/appcache/
H A Dappcache_database.cc1087 if (!meta_table_->SetValue(kExperimentFlagsKey,
H A Dappcache_database_unittest.cc162 EXPECT_TRUE(db.meta_table_->SetValue(kExperimentFlagsKey, kInjectedFlags));
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h491 void SetValue(const char* new_value) { function in class:testing::TestProperty
/external/chromium_org/ui/message_center/views/
H A Dnotification_view.cc636 progress_bar_view_->SetValue(notification.progress() / 100.0);
/external/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp579 symbols[i].GetMangled ().SetValue (ConstString(symbol_name.c_str()));
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h491 void SetValue(const char* new_value) { function in class:testing::TestProperty
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h491 void SetValue(const char* new_value) { function in class:testing::TestProperty
/external/protobuf/gtest/include/gtest/
H A Dgtest.h393 void SetValue(const char* new_value) { function in class:testing::TestProperty
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dvector-fst.h745 virtual void SetValue(const A &arc) { function in class:fst::MutableArcIterator
/external/tinyxml/
H A Dtinyxmlparser.cpp1122 node->SetValue( attrib->Value() );
/external/chromium_org/cc/layers/
H A Dlayer_impl.cc1533 state->SetValue(it.key().data(), it.value().DeepCopy());
/external/chromium_org/extensions/browser/api/web_request/
H A Dweb_request_api_helpers.cc830 modified |= cookie->SetValue(*modification->value);
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h507 void SetValue(const std::string& new_value) { function in class:testing::TestProperty
/external/gtest/include/gtest/
H A Dgtest.h483 void SetValue(const std::string& new_value) { function in class:testing::TestProperty
/external/openfst/src/include/fst/
H A Darc-map.h138 aiter.SetValue((*mapper)(arc));

Completed in 4556 milliseconds

<<1112