Searched refs:hasBorderImageWidth_ (Results 1 – 2 of 2) sorted by relevance
114 if (!hasBorderImageWidth_ && GreatNotEqual(widthDimension.Value(), 0.0)) { in SetEdgeWidth()115 hasBorderImageWidth_ = true; in SetEdgeWidth()
168 return hasBorderImageWidth_; in HasBorderImageWidth()183 bool hasBorderImageWidth_ = false; variable