Home
last modified time | relevance | path

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

/third_party/cef/include/internal/
Dcef_types.h69 #define CefInt64Set(int32_low, int32_high) \ macro
/third_party/cef/tests/ceftests/
Dframe_unittest.cc489 const int64 frame_id = CefInt64Set(args->GetInt(2), args->GetInt(3)); in OnProcessMessageReceived()