Searched refs:parentSize (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
H A Dpopuplib.js106 var parentSize = this.getWindowInnerSize();
109 Math.max(0, Math.floor((parentSize[0] - width) / 2));
111 Math.max(0, Math.floor((parentSize[1] - height) / 2));
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp120 FloatSize parentSize = layer->bounds().size(); local
124 FloatSize ratio(parentSize.width() / naturalSize.width(), parentSize.height() / naturalSize.height());
133 FloatPoint position(parentSize.width() * 0.5 - videoBounds.width() * (0.5 - videoAnchor.x()),
134 parentSize.height() * 0.5 - videoBounds.height() * (0.5 - videoAnchor.y()));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp166 size_t i = 0, parentSize = parentList ? parentList->size() : 0; \
167 for ( ; i < parentSize && parentList->animation(i)->is##Prop##Set(); ++i) { \
216 size_t i = 0, parentSize = parentList ? parentList->size() : 0; \
217 for ( ; i < parentSize && parentList->animation(i)->is##Prop##Set(); ++i) { \

Completed in 5830 milliseconds