Home
last modified time | relevance | path

Searched refs:hide_inspected_contents_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/devtools/
Ddevtools_contents_resizing_strategy.cc10 : 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()
Ddevtools_contents_resizing_strategy.h25 bool hide_inspected_contents() const { return hide_inspected_contents_; } in hide_inspected_contents()
32 bool hide_inspected_contents_; variable