Lines Matching full:having
8661 of the eight tiled areas by having the corner and side dimensions
15683 (WebCore::CACFLayerTreeHost::setWindow): Assert that we transition from not having a window,
15684 to having a window, to not having a window just once over the lifetime of this object.
19229 having to define them in both Font & SimpleFontData. Changed to store floating point values
20683 possible to reach this point without it having been checked
21056 Integer overflow detection led to a block having a huge height. This manifested as broken layout
22669 variable. This is good enough for all themes that I've tested and prevents having to
24834 Do not cache any error pages (which we can recognize as having substitute data and/or an
30542 size; this keeps clients from having to access the renderer's style directly.
33841 shouldRespectHeightAndWidthAttributes rather than having
44686 Also changes LayerChromium from having separate contentsDirty()/updateContents() calls to a single
45678 ContextMenu had a layering violation by having a member variable of type HitTestResult, because
47484 Doing so uncovered two bugs where left/top overflow was ignored (proof that even having layer dimensions is harmful).
47656 of the layer (see why I hate layers even having dimensions?). Changed it to use the bounding box of the layer instead.
47660 for left/top overflow in a ScrollView (hate hate hate layers having dimensions). I changed it to use the hit test rect instead,