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

  /external/webkit/Source/WebCore/page/
Settings.h 76 LayoutAlgorithm layoutAlgorithm() const { return m_layoutAlgorithm; }
77 void setLayoutAlgorithm(LayoutAlgorithm algorithm) { m_layoutAlgorithm = algorithm; }
523 LayoutAlgorithm m_layoutAlgorithm;
Settings.cpp 99 , m_layoutAlgorithm(kLayoutFitColumnToScreen)

Completed in 165 milliseconds