Home
last modified time | relevance | path

Searched refs:m_needsReset (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DPageScaleConstraintsSet.h70 bool needsReset() const { return m_needsReset; } in needsReset()
84 bool m_needsReset; variable
DPageScaleConstraintsSet.cpp45 , m_needsReset(false) in PageScaleConstraintsSet()
91 m_needsReset = needsReset; in setNeedsReset()