Home
last modified time | relevance | path

Searched refs:GetIntValue (Results 1 – 10 of 10) sorted by relevance

/third_party/cef/tests/ceftests/
Dv8_unittest.cc306 EXPECT_EQ(12, value->GetIntValue()); in RunIntCreateTest()
328 EXPECT_EQ(12, value->GetIntValue()); in RunUIntCreateTest()
494 EXPECT_EQ(10, value->GetValue(0)->GetIntValue()); in RunArrayValueTest()
504 EXPECT_EQ(43, value->GetValue(1)->GetIntValue()); in RunArrayValueTest()
707 EXPECT_EQ(kValue, retval->GetIntValue()); in RunObjectAccessorTest()
724 value_ = value->GetIntValue(); in RunObjectAccessorTest()
765 EXPECT_EQ(kValue, val->GetIntValue()); in RunObjectAccessorTest()
1013 EXPECT_EQ(kValue1, retval->GetIntValue()); in RunObjectInterceptorTest()
1038 EXPECT_EQ(kArray[index], retval->GetIntValue()); in RunObjectInterceptorTest()
1057 value1_ = value->GetIntValue(); in RunObjectInterceptorTest()
[all …]
Dmessage_router_unittest.cc71 const int expected_count = arguments[0]->GetIntValue(); in Execute()
/third_party/cef/libcef_dll/ctocpp/
Dv8value_ctocpp.h52 int32 GetIntValue() override;
Dv8value_ctocpp.cc409 NO_SANITIZE("cfi-icall") int32 CefV8ValueCToCpp::GetIntValue() { in GetIntValue() function in CefV8ValueCToCpp
/third_party/cef/tests/cefclient/renderer/
Dperformance_test.cc77 int32 type = arguments[0]->GetIntValue(); in Execute()
/third_party/cef/include/
Dcef_v8.h634 virtual int32 GetIntValue() = 0;
/third_party/cef/libcef/renderer/
Dv8_impl.h242 int32 GetIntValue() override;
Dv8_impl.cc1757 int32 CefV8ValueImpl::GetIntValue() { in GetIntValue() function in CefV8ValueImpl
/third_party/cef/libcef_dll/cpptoc/
Dv8value_cpptoc.cc417 int32 _retval = CefV8ValueCppToC::Get(self)->GetIntValue(); in v8value_get_int_value()
/third_party/cef/libcef_dll/wrapper/
Dcef_message_router.cc679 const int request_id = arguments[0]->GetIntValue(); in Execute()