OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsObserving
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ash/launcher/
scoped_observer_with_duplicated_sources_unittest.cc
49
EXPECT_FALSE(observers.
IsObserving
(&source1));
51
EXPECT_FALSE(observers.
IsObserving
(&source2));
56
EXPECT_TRUE(observers.
IsObserving
(&source1));
60
EXPECT_TRUE(observers.
IsObserving
(&source1));
65
EXPECT_TRUE(observers.
IsObserving
(&source2));
70
EXPECT_TRUE(observers.
IsObserving
(&source1));
75
EXPECT_FALSE(observers.
IsObserving
(&source2));
81
EXPECT_FALSE(observers.
IsObserving
(&source1));
scoped_observer_with_duplicated_sources.h
55
bool
IsObserving
(Source* source) const {
/external/chromium_org/base/
scoped_observer.h
38
bool
IsObserving
(Source* source) const {
/external/chromium_org/ui/views/corewm/
focus_controller.cc
262
if (focused_window_ && observer_manager_.
IsObserving
(focused_window_) &&
267
if (focused_window_ && !observer_manager_.
IsObserving
(focused_window_))
303
if (active_window_ && observer_manager_.
IsObserving
(active_window_) &&
308
if (active_window_ && !observer_manager_.
IsObserving
(active_window_))
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_activation_client.cc
76
if (window && !observer_manager_.
IsObserving
(window))
Completed in 242 milliseconds