Home | History | Annotate | Download | only in webkit

Lines Matching refs:sMaxViewportWidth

1114     static int sMaxViewportWidth = DEFAULT_VIEWPORT_WIDTH;
5630 if (newMaxViewportWidth > sMaxViewportWidth) {
5631 sMaxViewportWidth = newMaxViewportWidth;