Home | History | Annotate | Download | only in webkit

Lines Matching refs:sMaxViewportWidth

1119     static int sMaxViewportWidth = DEFAULT_VIEWPORT_WIDTH;
5517 if (newMaxViewportWidth > sMaxViewportWidth) {
5518 sMaxViewportWidth = newMaxViewportWidth;