Home
last modified time | relevance | path

Searched refs:SetInt (Results 1 – 25 of 56) sorted by relevance

123

/third_party/cef/libcef/browser/osr/
Dosr_accessibility_util.cc32 value->SetInt(i, vecData[i]); in ToCefValue()
116 attributes->SetInt(ToString(attr.first), attr.second); in operator ()()
281 value->SetInt("id", node.id); in ToCefValue()
287 value->SetInt("offset_container_id", in ToCefValue()
374 value->SetInt("sel_anchor_object_id", treeData.sel_anchor_object_id); in ToCefValue()
375 value->SetInt("sel_anchor_offset", treeData.sel_anchor_offset); in ToCefValue()
380 value->SetInt("sel_focus_object_id", treeData.sel_anchor_object_id); in ToCefValue()
381 value->SetInt("sel_focus_offset", treeData.sel_anchor_offset); in ToCefValue()
387 value->SetInt("focus_id", treeData.focus_id); in ToCefValue()
402 value->SetInt("node_id_to_clear", update.node_id_to_clear); in ToCefValue()
[all …]
/third_party/cef/tests/ceftests/
Dvalues_unittest.cc119 EXPECT_TRUE(value->SetInt(kIntKey, kIntValue)); in TestDictionaryInt()
172 EXPECT_TRUE(dictionary_value->SetInt(kIntKey, kIntValue)); in TestDictionaryDictionary()
196 EXPECT_TRUE(list_value->SetInt(0, kIntValue)); in TestDictionaryList()
332 EXPECT_TRUE(value->SetInt(index, kIntValue)); in TestListInt()
390 EXPECT_TRUE(dictionary_value->SetInt(kIntKey, kIntValue)); in TestListDictionary()
417 EXPECT_TRUE(list_value->SetInt(0, kIntValue)); in TestListList()
605 EXPECT_TRUE(list_value->SetInt(0, kIntValue)); in CreateListValue()
606 EXPECT_TRUE(list_value->SetInt(1, kDoubleValue)); in CreateListValue()
620 EXPECT_TRUE(dict_value->SetInt(kKey1, kIntValue)); in CreateDictionaryValue()
621 EXPECT_TRUE(dict_value->SetInt(kKey2, kDoubleValue)); in CreateDictionaryValue()
[all …]
Dpreference_unittest.cc99 value->SetInt(expected); in ValidateInt()
231 val->SetInt(kPrefInt, 2); in PopulateRootDefaults()
293 val->SetInt(0, 54); in PopulateListValue()
317 val->SetInt(kPrefInt, 65); in PopulateRootSet()
Dprocess_message_unittest.cc36 args->SetInt(index++, 5); in CreateTestMessage()
/third_party/cef/libcef_dll/wrapper/
Dcef_message_router.cc434 args->SetInt(0, context_id); in SendQuerySuccess()
435 args->SetInt(1, request_id); in SendQuerySuccess()
457 args->SetInt(0, context_id); in SendQueryFailure()
458 args->SetInt(1, request_id); in SendQueryFailure()
460 args->SetInt(3, error_code); in SendQueryFailure()
927 args->SetInt(0, context_id); in SendQuery()
928 args->SetInt(1, request_id); in SendQuery()
995 args->SetInt(0, context_id); in SendCancel()
996 args->SetInt(1, request_id); in SendCancel()
/third_party/cef/include/
Dcef_values.h191 virtual bool SetInt(int value) = 0;
478 virtual bool SetInt(const CefString& key, int value) = 0;
700 virtual bool SetInt(size_t index, int value) = 0;
/third_party/gstreamer/gstplugins_bad/sys/decklink/osx/
DDeckLinkAPIConfiguration.h226 virtual HRESULT SetInt (/* in */ BMDDeckLinkConfigurationID cfgID, /* in */ int64_t value) = 0;
245 …virtual HRESULT SetInt (/* in */ BMDDeckLinkEncoderConfigurationID cfgID, /* in */ int64_t value) …
DDeckLinkAPIStreaming.h265 …virtual HRESULT SetInt (/* in */ BMDStreamingEncodingModePropertyID cfgID, /* in */ int64_t value)…
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/
DDeckLinkAPIConfiguration.h226 virtual HRESULT SetInt (/* in */ BMDDeckLinkConfigurationID cfgID, /* in */ int64_t value) = 0;
245 …virtual HRESULT SetInt (/* in */ BMDDeckLinkEncoderConfigurationID cfgID, /* in */ int64_t value) …
/third_party/cef/libcef/common/
Dvalues_impl.h77 bool SetInt(int value) override;
246 bool SetInt(const CefString& key, int value) override;
325 bool SetInt(size_t index, int value) override;
Dvalues_impl.cc303 bool CefValueImpl::SetInt(int value) { in SetInt() function in CefValueImpl
894 bool CefDictionaryValueImpl::SetInt(const CefString& key, int value) { in SetInt() function in CefDictionaryValueImpl
1313 bool CefListValueImpl::SetInt(size_t index, int value) { in SetInt() function in CefListValueImpl
/third_party/cef/tests/cefclient/browser/
Dpreferences_test.cc297 value->SetInt(atoi(string_val.c_str())); in SetPref()
300 value->SetInt(atof(string_val.c_str())); in SetPref()
Dserver_test.cc266 result_dict->SetInt(kPortKey, handler_->port()); in HandleQueryAction()
269 result_dict->SetInt(kPortKey, kServerPortDefault); in HandleQueryAction()
Dmedia_router_test.cc237 payload->SetInt("connection_state", state); in OnRouteStateChanged()
324 sink_dict->SetInt("icon", info->sink->GetIconType()); in SendSinksResponse()
327 sink_dict->SetInt("port", info->device_info.port); in SendSinksResponse()
/third_party/cef/libcef_dll/ctocpp/
Dvalue_ctocpp.h52 bool SetInt(int value) override;
Ddictionary_value_ctocpp.h61 bool SetInt(const CefString& key, int value) override;
Dlist_value_ctocpp.h59 bool SetInt(size_t index, int value) override;
Dvalue_ctocpp.cc307 NO_SANITIZE("cfi-icall") bool CefValueCToCpp::SetInt(int value) { in SetInt() function in CefValueCToCpp
/third_party/ffmpeg/libavdevice/
Ddecklink_common.cpp142 res = ctx->cfg->SetInt(cfg_id, bmd_input); in decklink_select_input()
193 …res = ctx->cfg->SetInt(bmdDeckLinkConfigDuplexMode, ctx->duplex_mode == 2 ? bmdDuplexModeFull : bm… in ff_decklink_set_configs()
213 res = ctx->cfg->SetInt(bmdDeckLinkConfigReferenceInputTimingOffset, cctx->timing_offset); in ff_decklink_set_configs()
/third_party/vixl/src/aarch64/
Dlogic-aarch64.cc586 dst.SetInt(vform, i, ur >> (64 - lane_size)); in add()
615 dst.SetInt(vform, i, ur >> (64 - lane_size)); in add_uint()
650 dst.SetInt(vform, i, quotient); in sdiv()
749 dst.SetInt(vform, i, dst_val); in smulh()
978 dst.SetInt(vform, i, ur >> (64 - lane_size)); in sub()
1007 dst.SetInt(vform, i, ur >> (64 - lane_size)); in sub_uint()
1153 dst.SetInt(vform, i, dst_val); in sminmax()
1247 dst.SetInt(vform_dst, 0, dst_val); in addv()
1264 dst.SetInt(vform_dst, 0, dst_val); in saddlv()
1303 dst.SetInt(vform, 0, dst_val); in sminmaxv()
[all …]
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-logic-arm64.cc668 dst.SetInt(vform, i, ur >> (64 - lane_size)); in add()
986 dst.SetInt(vform, i, ur >> (64 - lane_size)); in sub()
1107 dst.SetInt(vform, i, dst_val); in SMinMax()
1182 dst.SetInt(vform_dst, 0, dst_val); in addv()
1197 dst.SetInt(vform_dst, 0, dst_val); in saddlv()
1228 dst.SetInt(vform, 0, dst_val); in SMinMaxV()
1569 dst.SetInt(vform, i, 0); in sshl()
1572 dst.SetInt(vform, i, src_is_negative ? -1 : 0); in sshl()
1649 dst.SetInt(vform, i, (sa == INT64_MIN) ? sa : -sa); in neg()
1664 dst.SetInt(vform, i, MaxIntFromFormat(vform)); in suqadd()
[all …]
/third_party/cef/libcef_dll/ctocpp/test/
Dtranslator_test_ctocpp.h48 bool SetInt(int val) override;
/third_party/cef/tests/ceftests/extensions/
Dextension_test_handler.cc151 manifest->SetInt("manifest_version", 2); in CreateDefaultManifest()
/third_party/cef/include/test/
Dcef_translator_test.h149 virtual bool SetInt(int val) = 0;
/third_party/cef/libcef_dll/cpptoc/
Dvalue_cpptoc.cc321 bool _retval = CefValueCppToC::Get(self)->SetInt(value); in value_set_int()

123