OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PageScaleConstraints
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
PageScaleConstraints.cpp
32
#include "core/page/
PageScaleConstraints
.h"
38
PageScaleConstraints
::
PageScaleConstraints
()
41
PageScaleConstraints
::
PageScaleConstraints
(float initial, float minimum, float maximum)
44
void
PageScaleConstraints
::overrideWith(const
PageScaleConstraints
& other)
60
float
PageScaleConstraints
::clampToConstraints(float pageScaleFactor) const
71
void
PageScaleConstraints
::clampAll()
78
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 25 milliseconds