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

  /external/chromium_org/third_party/WebKit/Source/core/page/
PageScaleConstraints.cpp 32 #include "PageScaleConstraints.h"
36 PageScaleConstraints::PageScaleConstraints()
39 PageScaleConstraints::PageScaleConstraints(float initial, float minimum, float maximum)
42 void PageScaleConstraints::overrideWith(const PageScaleConstraints& other)
58 float PageScaleConstraints::clampToConstraints(float pageScaleFactor) const
69 void PageScaleConstraints::clampAll()
76 void PageScaleConstraints::fitToContentsWidth(float contentsWidth, int viewWidthNotIncludingScrollbars
    [all...]
PageScaleConstraints.h 38 struct PageScaleConstraints {
45 PageScaleConstraints();
46 PageScaleConstraints(float initial, float minimum, float maximum);
48 void overrideWith(const PageScaleConstraints& other);
53 bool operator==(const PageScaleConstraints& other) const;

Completed in 363 milliseconds