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

  /external/chromium_org/chrome/browser/ui/panels/
panel.h 184 bool auto_resizable() const { return auto_resizable_; }
377 bool auto_resizable_; member in class:Panel
panel.cc 575 if (auto_resizable_ == resizable)
578 auto_resizable_ = resizable;
580 if (auto_resizable_) {
613 DCHECK(auto_resizable_);
813 auto_resizable_(false),
864 if (!auto_resizable_ || !web_contents)

Completed in 34 milliseconds