Searched refs:widthSet (Results 1 – 8 of 8) sorted by relevance
40 features.widthSet = webKitFeatures.has_width; in TranslatePopupFeatures()163 if (cef_features.widthSet) in CanCreateWindow()
105 #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 */ member691 spec->widthSet = 1;715 spec->widthSet = 0;1904 if (spec.widthSet == 0) {1905 spec.widthSet = 1;
78 if (popupFeatures.widthSet) in InitAsPopup()
151 if (popupFeatures.widthSet) in InitAsPopup()
199 if (popupFeatures.widthSet) in InitAsPopup()
213 if (popupFeatures.widthSet)
513 target->widthSet = src->widthSet; in set()
2044 int widthSet; member