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

  /external/chromium/chrome/browser/ui/views/infobars/
infobar_container_view.cc 36 int child_height = child->total_height(); local
37 child->SetBounds(0, top, width(), child_height);
38 top += child_height;
  /external/chromium/chrome/browser/ui/views/
toolbar_view.cc 447 int child_height = local
459 back_->SetBounds(0, child_y, back_width + kEdgeSpacing, child_height);
461 back_->SetBounds(kEdgeSpacing, child_y, back_width, child_height);
464 child_y, forward_->GetPreferredSize().width(), child_height);
467 child_y, reload_->GetPreferredSize().width(), child_height);
472 home_->GetPreferredSize().width(), child_height);
475 home_->SetBounds(reload_->x() + reload_->width(), child_y, 0, child_height);
485 child_height);
503 app_menu_width, child_height);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-216320.js 838 child_height=window.innerHeight-75;
839 emp_win=window.open(URL,WIN_NAME,"screenX="+ child_screenX +",screenY=75,height="+ child_height +",width="+ child_width +",resizable,status,scrollbars");
842 child_height = screen.height-200;
843 emp_win=window.open(URL,WIN_NAME,"height="+ child_height +",width="+ child_width +",resizable=yes,status=no,scrollbars=yes");

Completed in 221 milliseconds