HomeSort by relevance Sort by last modified time
    Searched defs:layoutAlgorithm (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/page/
Settings.h 63 enum LayoutAlgorithm {
76 LayoutAlgorithm layoutAlgorithm() const { return m_layoutAlgorithm; }
77 void setLayoutAlgorithm(LayoutAlgorithm algorithm) { m_layoutAlgorithm = algorithm; }
523 LayoutAlgorithm m_layoutAlgorithm;
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 37 import android.webkit.WebSettings.LayoutAlgorithm;
392 public LayoutAlgorithm getLayoutAlgorithm() {
393 LayoutAlgorithm layoutAlgorithm = LayoutAlgorithm.NORMAL;
395 layoutAlgorithm = LayoutAlgorithm.NARROW_COLUMNS;
399 layoutAlgorithm = LayoutAlgorithm.SINGLE_COLUMN;
402 layoutAlgorithm = LayoutAlgorithm.NORMAL
    [all...]

Completed in 131 milliseconds