Home
last modified time | relevance | path

Searched defs:CefPoint (Results 1 – 1 of 1) sorted by relevance

/third_party/cef/include/internal/
Dcef_types_wrappers.h154 CefPoint() {} in CefPoint() function
155 CefPoint(const cef_point_t& r) : parent(r) {} in CefPoint() function
156 CefPoint(int x, int y) { Set(x, y); } in CefPoint() function