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 42 class PageScaleConstraintsSet {
44 PageScaleConstraintsSet();
PageScaleConstraintsSet.cpp 32 #include "PageScaleConstraintsSet.h"
43 PageScaleConstraintsSet::PageScaleConstraintsSet()
51 PageScaleConstraints PageScaleConstraintsSet::defaultConstraints() const
56 void PageScaleConstraintsSet::updatePageDefinedConstraints(const ViewportDescription& description, IntSize viewSize)
63 void PageScaleConstraintsSet::setUserAgentConstraints(const PageScaleConstraints& userAgentConstraints)
69 PageScaleConstraints PageScaleConstraintsSet::computeConstraintsStack() const
77 void PageScaleConstraintsSet::computeFinalConstraints()
84 void PageScaleConstraintsSet::adjustFinalConstraintsToContentsSize(IntSize viewSize, IntSize contentsSize, int nonOverlayScrollbarWidth)
89 void PageScaleConstraintsSet::setNeedsReset(bool needsReset
    [all...]

Completed in 60 milliseconds