OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValueAuto
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/dom/
ViewportArguments.h
60
ValueAuto
= -1,
71
: initialScale(
ValueAuto
)
72
, minimumScale(
ValueAuto
)
73
, maximumScale(
ValueAuto
)
74
, width(
ValueAuto
)
75
, height(
ValueAuto
)
76
, targetDensityDpi(
ValueAuto
)
77
, userScalable(
ValueAuto
)
ViewportArguments.cpp
60
case ViewportArguments::
ValueAuto
:
104
if (args.width != ViewportArguments::
ValueAuto
)
106
if (args.height != ViewportArguments::
ValueAuto
)
109
if (args.initialScale != ViewportArguments::
ValueAuto
)
111
if (args.minimumScale != ViewportArguments::
ValueAuto
)
113
if (args.maximumScale != ViewportArguments::
ValueAuto
)
117
if (args.minimumScale == ViewportArguments::
ValueAuto
)
122
if (args.maximumScale == ViewportArguments::
ValueAuto
) {
131
if (result.initialScale == ViewportArguments::
ValueAuto
) {
133
if (args.width != ViewportArguments::
ValueAuto
)
[
all
...]
Completed in 24 milliseconds