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

  /packages/apps/UnifiedEmail/assets/
script.js 212 function transformContent(el, docWidth, elWidth) {
216 var newWidth = elWidth;
231 if (elWidth <= docWidth) {
239 transformText = "[origW=" + elWidth + "/" + docWidth;
249 console.log("ran div-width munger on el=" + el + " oldW=" + elWidth + " newW=" + newWidth
265 console.log("ran img munger on el=" + el + " oldW=" + elWidth + " newW=" + newWidth
285 console.log("ran table munger on el=" + el + " oldW=" + elWidth + " newW=" + newWidth
304 console.log("ran td munger on el=" + el + " oldW=" + elWidth + " newW=" + newWidth
327 if (!done && (elWidth - newWidth) / (elWidth - docWidth)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winddi.h 999 FLOAT_LONG elWidth;
    [all...]

Completed in 680 milliseconds