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/core/page/
PageScaleConstraintsSet.h 42 class PageScaleConstraintsSet {
44 PageScaleConstraintsSet();
PageScaleConstraintsSet.cpp 32 #include "PageScaleConstraintsSet.h"
39 PageScaleConstraintsSet::PageScaleConstraintsSet()
47 PageScaleConstraints PageScaleConstraintsSet::defaultConstraints() const
52 void PageScaleConstraintsSet::updatePageDefinedConstraints(const ViewportArguments& arguments, IntSize viewSize, int layoutFallbackWidth)
59 void PageScaleConstraintsSet::setUserAgentConstraints(const PageScaleConstraints& userAgentConstraints)
65 PageScaleConstraints PageScaleConstraintsSet::computeConstraintsStack() const
73 void PageScaleConstraintsSet::computeFinalConstraints()
80 void PageScaleConstraintsSet::adjustFinalConstraintsToContentsSize(IntSize viewSize, IntSize contentsSize, int nonOverlayScrollbarWidth)
85 void PageScaleConstraintsSet::setNeedsReset(bool needsReset
    [all...]

Completed in 28 milliseconds