Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/
Dbrowser_info_manager.cc40 features.widthSet = webKitFeatures.has_width; in TranslatePopupFeatures()
163 if (cef_features.widthSet) in CanCreateWindow()
/third_party/bounds_checking_function/src/
Dinput.inl105 #define SECUREC_FILED_WIDTH_ENOUGH(spec) ((spec)->widthSet == 0 || (spec)->width > 0)
107 if ((spec)->widthSet != 0) { \
181 int widthSet; /* 0 is not set width in format */ member
691 spec->widthSet = 1;
715 spec->widthSet = 0;
1904 if (spec.widthSet == 0) {
1905 spec.widthSet = 1;
/third_party/cef/tests/cefclient/browser/
Droot_window_views.cc78 if (popupFeatures.widthSet) in InitAsPopup()
Droot_window_gtk.cc151 if (popupFeatures.widthSet) in InitAsPopup()
Droot_window_win.cc199 if (popupFeatures.widthSet) in InitAsPopup()
Droot_window_mac.mm213 if (popupFeatures.widthSet)
/third_party/cef/include/internal/
Dcef_types_wrappers.h513 target->widthSet = src->widthSet; in set()
Dcef_types.h2044 int widthSet; member