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; }
512 LayoutAlgorithm m_layoutAlgorithm;
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 36 import android.webkit.WebSettings.LayoutAlgorithm;
370 public LayoutAlgorithm getLayoutAlgorithm() {
371 LayoutAlgorithm layoutAlgorithm = LayoutAlgorithm.NORMAL;
373 layoutAlgorithm = LayoutAlgorithm.NARROW_COLUMNS;
377 layoutAlgorithm = LayoutAlgorithm.SINGLE_COLUMN;
380 layoutAlgorithm = LayoutAlgorithm.NORMAL
    [all...]

Completed in 135 milliseconds