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

  /external/chromium/chrome/browser/chromeos/panels/
panel_scroller.cc 149 int container_height = panels_[i]->container->GetPreferredSize().height(); local
152 width(), container_height));
153 cur_content_pos += container_height;
  /external/chromium_org/chrome/browser/devtools/
devtools_window.h 120 // Returns preferred devtools window height for given |container_height|.
123 int GetHeight(int container_height);
devtools_window.cc 517 int DevToolsWindow::GetHeight(int container_height) {
525 height_ = container_height / 3;
531 height_ = std::min(container_height - kMinContentsSize, height_);
    [all...]

Completed in 111 milliseconds