OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATUS_ACTIVE
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/ash/launcher/
launcher_types.h
64
STATUS_ACTIVE
,
/external/chromium_org/ash/shelf/
shelf_navigator.cc
39
if (item.status == ash::
STATUS_ACTIVE
) {
63
if (item.status == ash::
STATUS_ACTIVE
)
shelf_window_watcher.cc
89
item.status = ash::wm::IsActiveWindow(window) ?
STATUS_ACTIVE
: STATUS_RUNNING;
131
item.status = is_active ?
STATUS_ACTIVE
: STATUS_RUNNING;
shelf_window_watcher_unittest.cc
107
EXPECT_EQ(
STATUS_ACTIVE
, model_->items()[index_w1].status);
112
EXPECT_EQ(
STATUS_ACTIVE
, model_->items()[index_w2].status);
shelf_navigator_unittest.cc
58
focused_item.status =
STATUS_ACTIVE
;
175
// Special case: no items are '
STATUS_ACTIVE
'.
187
// Special case: no items are '
STATUS_ACTIVE
'.
shelf_view_unittest.cc
[
all
...]
shelf_view.cc
285
case
STATUS_ACTIVE
:
[
all
...]