Home
last modified time | relevance | path

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

/third_party/cef/include/internal/
Dcef_types_wrappers.h195 void Set(int x_val, int y_val, int width_val, int height_val) { in Set() argument
196 x = x_val, y = y_val, width = width_val, height = height_val; in Set()
244 void Set(int width_val, int height_val) { in Set() argument
245 width = width_val, height = height_val; in Set()