Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/panels/
Dpanel.h191 AttentionMode attention_mode() const { return attention_mode_; } in attention_mode()
193 attention_mode_ = attention_mode; in set_attention_mode()
383 AttentionMode attention_mode_; variable
Dpanel.cc815 attention_mode_(USE_PANEL_ATTENTION), in Panel()