Searched refs:widthSet (Results 1 – 9 of 9) sorted by relevance
178 int widthSet; /* 0 is not set width in format */ member413 spec->widthSet = 1;440 spec->widthSet = 0;1422 if (spec->widthSet == 0) { /* must care width */1484 if (spec->widthSet != 0 && --spec->width == 0) {1512 if (spec->widthSet != 0 && --spec->width == 0) {1536 if (spec->widthSet != 0 && spec->width <= (1 + 1)) {1564 while (spec->widthSet == 0 || spec->width-- != 0) {1730 if (spec.widthSet != 0 && spec.width == 0) {1788 if (spec.widthSet == 0) {[all …]
40 features.widthSet = webKitFeatures.has_width; in TranslatePopupFeatures()163 if (cef_features.widthSet) in CanCreateWindow()
78 if (popupFeatures.widthSet) in InitAsPopup()
151 if (popupFeatures.widthSet) in InitAsPopup()
199 if (popupFeatures.widthSet) in InitAsPopup()
213 if (popupFeatures.widthSet)
101 #define SECUREC_FILED_WIDTH_ENOUGH(spec) ((spec)->widthSet == 0 || (spec)->width > 0)103 if ((spec)->widthSet != 0) { \170 int widthSet; /* 0 is not set width in format */ member663 spec->widthSet = 1;687 spec->widthSet = 0;1870 if (spec.widthSet == 0) {1871 spec.widthSet = 1;
513 target->widthSet = src->widthSet; in set()
2044 int widthSet; member