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

  /external/chromium_org/third_party/WebKit/Source/web/
PageScaleConstraintsSet.h 43 class PageScaleConstraintsSet {
45 PageScaleConstraintsSet();
PageScaleConstraintsSet.cpp 32 #include "web/PageScaleConstraintsSet.h"
44 PageScaleConstraintsSet::PageScaleConstraintsSet()
52 PageScaleConstraints PageScaleConstraintsSet::defaultConstraints() const
57 void PageScaleConstraintsSet::updatePageDefinedConstraints(const ViewportDescription& description, Length legacyFallbackWidth)
64 void PageScaleConstraintsSet::setUserAgentConstraints(const PageScaleConstraints& userAgentConstraints)
70 PageScaleConstraints PageScaleConstraintsSet::computeConstraintsStack() const
78 void PageScaleConstraintsSet::computeFinalConstraints()
85 void PageScaleConstraintsSet::adjustFinalConstraintsToContentsSize(IntSize contentsSize, int nonOverlayScrollbarWidth)
90 void PageScaleConstraintsSet::setNeedsReset(bool needsReset
    [all...]

Completed in 321 milliseconds