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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderReplaced.cpp 71 float oldZoom = hadStyle ? oldStyle->effectiveZoom() : RenderStyle::initialZoom();
72 if (style() && style()->effectiveZoom() != oldZoom)
  /packages/apps/UnifiedEmail/assets/
script.js 178 var newZoom, oldZoom;
184 oldZoom = el.style.zoom;
186 if (oldZoom) {

Completed in 57 milliseconds