Searched refs:cef_features (Results 1 – 1 of 1) sorted by relevance
154 CefPopupFeatures cef_features; in CanCreateWindow() local155 TranslatePopupFeatures(features, cef_features); in CanCreateWindow()159 if (cef_features.xSet) in CanCreateWindow()160 window_info->bounds.x = cef_features.x; in CanCreateWindow()161 if (cef_features.ySet) in CanCreateWindow()162 window_info->bounds.y = cef_features.y; in CanCreateWindow()163 if (cef_features.widthSet) in CanCreateWindow()164 window_info->bounds.width = cef_features.width; in CanCreateWindow()165 if (cef_features.heightSet) in CanCreateWindow()166 window_info->bounds.height = cef_features.height; in CanCreateWindow()[all …]