Home
last modified time | relevance | path

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

/third_party/cef/include/internal/
Dcef_types_wrappers.h318 void Set(int top_val, int left_val, int bottom_val, int right_val) { in Set() argument
319 top = top_val, left = left_val, bottom = bottom_val, right = right_val; in Set()