Searched refs:child_width (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dtouch_autocomplete_popup_contents_view.cc75 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/
H A Dregress-216320.js837 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 2228 milliseconds