Searched defs:needsReset (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DPageScaleConstraintsSet.h71 bool needsReset() const { return m_needsReset; } function in class:blink::PageScaleConstraintsSet
H A DPageScaleConstraintsSet.cpp88 void PageScaleConstraintsSet::setNeedsReset(bool needsReset) argument
90 m_needsReset = needsReset;
91 if (needsReset)

Completed in 434 milliseconds