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 194 bool auto_resizable() const { return auto_resizable_; }
380 bool auto_resizable_; member in class:Panel
panel.cc 586 if (auto_resizable_ == resizable)
589 auto_resizable_ = resizable;
591 if (auto_resizable_) {
624 DCHECK(auto_resizable_);
817 auto_resizable_(false),
869 if (!auto_resizable_ || !web_contents)

Completed in 167 milliseconds