Searched refs:hide_inspected_contents_ (Results 1 – 2 of 2) sorted by relevance
10 : hide_inspected_contents_(false) { in DevToolsContentsResizingStrategy()16 hide_inspected_contents_(bounds_.IsEmpty() && !bounds_.x() && in DevToolsContentsResizingStrategy()24 hide_inspected_contents_ = strategy.hide_inspected_contents(); in CopyFrom()30 hide_inspected_contents_ == strategy.hide_inspected_contents(); in Equals()
25 bool hide_inspected_contents() const { return hide_inspected_contents_; } in hide_inspected_contents()32 bool hide_inspected_contents_; variable