Home
last modified time | relevance | path

Searched refs:InitInt (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef/renderer/
Dv8_impl.h216 void InitInt(int32 value);
Dv8_impl.cc1263 impl->InitInt(value); in CreateInt()
1517 InitInt(value->ToInt32(context).ToLocalChecked()->Value()); in InitFromV8Value()
1552 void CefV8ValueImpl::InitInt(int32 value) { in InitInt() function in CefV8ValueImpl