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

  /external/chromium/chrome/browser/ui/views/autocomplete/
touch_autocomplete_popup_contents_view.cc 75 double child_width = local
79 int next_x = bounds.x() + static_cast<int>(((i + 1) * child_width) + 0.5);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-216320.js 837 child_width=window.innerWidth-75;
839 emp_win=window.open(URL,WIN_NAME,"screenX="+ child_screenX +",screenY=75,height="+ child_height +",width="+ child_width +",resizable,status,scrollbars");
841 child_width = screen.width-160;
843 emp_win=window.open(URL,WIN_NAME,"height="+ child_height +",width="+ child_width +",resizable=yes,status=no,scrollbars=yes");

Completed in 359 milliseconds