Home | History | Annotate | Download | only in webkit

Lines Matching defs:LayoutAlgorithm

45     // XXX: These must match LayoutAlgorithm in Settings.h in WebCore.
46 public enum LayoutAlgorithm {
153 private LayoutAlgorithm mLayoutAlgorithm = LayoutAlgorithm.NARROW_COLUMNS;
700 * @param l A LayoutAlgorithm enum specifying the algorithm to use.
701 * @see WebSettings.LayoutAlgorithm
703 public synchronized void setLayoutAlgorithm(LayoutAlgorithm l) {
714 * @return LayoutAlgorithm enum value describing the layout algorithm
716 * @see WebSettings.LayoutAlgorithm
718 public synchronized LayoutAlgorithm getLayoutAlgorithm() {