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

  /external/webkit/WebCore/page/
Settings.h 76 enum LayoutAlgorithm {
89 LayoutAlgorithm layoutAlgorithm() const { return m_layoutAlgorithm; }
90 void setLayoutAlgorithm(LayoutAlgorithm algorithm) { m_layoutAlgorithm = algorithm; }
370 LayoutAlgorithm m_layoutAlgorithm;
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 112 public WebSettings.LayoutAlgorithm layoutAlgorithm =
113 WebSettings.LayoutAlgorithm.NARROW_COLUMNS;
207 s.setLayoutAlgorithm(b.layoutAlgorithm);
367 layoutAlgorithm = WebSettings.LayoutAlgorithm.NARROW_COLUMNS;
369 layoutAlgorithm = WebSettings.LayoutAlgorithm.NORMAL;
380 layoutAlgorithm ==
381 WebSettings.LayoutAlgorithm.SINGLE_COLUMN)
    [all...]

Completed in 41 milliseconds