OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttentionMode
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/ui/panels/
panel.h
65
enum
AttentionMode
{
191
AttentionMode
attention_mode() const { return attention_mode_; }
192
void set_attention_mode(
AttentionMode
attention_mode) {
383
AttentionMode
attention_mode_;
detached_panel_browsertest.cc
54
Panel::
AttentionMode
expected_attention_mode =
55
static_cast<Panel::
AttentionMode
>(Panel::USE_PANEL_ATTENTION |
detached_panel_collection.cc
239
static_cast<Panel::
AttentionMode
>(Panel::USE_PANEL_ATTENTION |
stacked_panel_browsertest.cc
103
Panel::
AttentionMode
expected_attention_mode =
104
static_cast<Panel::
AttentionMode
>(Panel::USE_PANEL_ATTENTION |
201
Panel::
AttentionMode
expected_attention_mode =
202
static_cast<Panel::
AttentionMode
>(Panel::USE_PANEL_ATTENTION |
[
all
...]
stacked_panel_collection.cc
632
static_cast<Panel::
AttentionMode
>(Panel::USE_PANEL_ATTENTION |
Completed in 66 milliseconds