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

  /external/webkit/WebCore/page/
Settings.h 89 LayoutAlgorithm layoutAlgorithm() const { return m_layoutAlgorithm; }
90 void setLayoutAlgorithm(LayoutAlgorithm algorithm) { m_layoutAlgorithm = algorithm; }
370 LayoutAlgorithm m_layoutAlgorithm;
Settings.cpp 59 , m_layoutAlgorithm(kLayoutFitColumnToScreen)

Completed in 114 milliseconds