Home
last modified time | relevance | path

Searched refs:GetUIntValue (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Dv8value_ctocpp.h53 uint32 GetUIntValue() override;
Dv8value_ctocpp.cc423 NO_SANITIZE("cfi-icall") uint32 CefV8ValueCToCpp::GetUIntValue() { in GetUIntValue() function in CefV8ValueCToCpp
/third_party/cef/include/
Dcef_v8.h640 virtual uint32 GetUIntValue() = 0;
/third_party/cef/libcef/renderer/
Dv8_impl.h243 uint32 GetUIntValue() override;
Dv8_impl.cc1764 uint32 CefV8ValueImpl::GetUIntValue() { in GetUIntValue() function in CefV8ValueImpl
/third_party/cef/tests/ceftests/
Dv8_unittest.cc307 EXPECT_EQ((uint32)12, value->GetUIntValue()); in RunIntCreateTest()
329 EXPECT_EQ((uint32)12, value->GetUIntValue()); in RunUIntCreateTest()
1016 EXPECT_EQ(kValue2, retval->GetUIntValue()); in RunObjectInterceptorTest()
1060 value2_ = value->GetUIntValue(); in RunObjectInterceptorTest()
1158 EXPECT_EQ(kValue2, val2->GetUIntValue()); in RunObjectInterceptorTest()
/third_party/cef/libcef_dll/cpptoc/
Dv8value_cpptoc.cc431 uint32 _retval = CefV8ValueCppToC::Get(self)->GetUIntValue(); in v8value_get_uint_value()