OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:observer
(Results
1126 - 1150
of
3203
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/chromium_org/third_party/WebKit/Source/core/frame/
DOMWindowLifecycleNotifier.h
47
virtual void addObserver(
Observer
*) OVERRIDE;
48
virtual void removeObserver(
Observer
*) OVERRIDE;
/external/chromium_org/third_party/libaddressinput/chromium/
chrome_storage_impl.h
24
public PrefStore::
Observer
{
36
// PrefStore::
Observer
implementation.
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
remoteaudiosource.h
58
virtual void RegisterAudioObserver(AudioObserver*
observer
) OVERRIDE;
59
virtual void UnregisterAudioObserver(AudioObserver*
observer
) OVERRIDE;
/external/chromium_org/third_party/webrtc/system_wrappers/source/
scoped_vector_unittest.cc
21
// The LifeCycleObject notifies its
Observer
upon construction & destruction.
24
class
Observer
{
30
virtual ~
Observer
() {}
40
explicit LifeCycleObject(
Observer
*
observer
)
41
: observer_(
observer
) {
45
Observer
* observer_;
69
class LifeCycleWatcher : public LifeCycleObject::
Observer
{
/external/chromium_org/third_party/webrtc/video_engine/
encoder_state_feedback.h
43
// Returns an
observer
to register at the requesting class. The
observer
has
/external/chromium_org/third_party/webrtc/video_engine/include/
vie_codec.h
27
// This class declares an abstract interface for a user defined
observer
. It is
29
//
observer
class. The
observer
is registered using RegisterEncoderObserver()
47
// This class declares an abstract interface for a user defined
observer
. It is
49
//
observer
class. The
observer
is registered using RegisterDecoderObserver()
167
ViEEncoderObserver&
observer
) = 0;
174
ViEDecoderObserver&
observer
) = 0;
/external/chromium_org/ui/aura/test/
test_cursor_client.h
50
aura::client::CursorClientObserver*
observer
) OVERRIDE;
52
aura::client::CursorClientObserver*
observer
) OVERRIDE;
/external/chromium_org/ui/base/ime/
mock_input_method.h
53
virtual void AddObserver(InputMethodObserver*
observer
) OVERRIDE;
54
virtual void RemoveObserver(InputMethodObserver*
observer
) OVERRIDE;
/external/chromium_org/ui/gfx/
screen_android.cc
71
virtual void AddObserver(DisplayObserver*
observer
) OVERRIDE {
75
virtual void RemoveObserver(DisplayObserver*
observer
) OVERRIDE {
/external/chromium_org/ui/message_center/
fake_notifier_settings_provider.h
39
virtual void AddObserver(NotifierSettingsObserver*
observer
) OVERRIDE;
40
virtual void RemoveObserver(NotifierSettingsObserver*
observer
) OVERRIDE;
/external/chromium_org/ui/ozone/common/chromeos/
native_display_delegate_ozone.cc
86
void NativeDisplayDelegateOzone::AddObserver(NativeDisplayObserver*
observer
) {
91
NativeDisplayObserver*
observer
) {
/external/chromium_org/ui/ozone/platform/dri/chromeos/
native_display_delegate_dri.h
53
virtual void AddObserver(NativeDisplayObserver*
observer
) OVERRIDE;
54
virtual void RemoveObserver(NativeDisplayObserver*
observer
) OVERRIDE;
/external/chromium_org/ui/v2/public/
view.h
52
void AddObserver(ViewObserver*
observer
);
53
void RemoveObserver(ViewObserver*
observer
);
/frameworks/base/core/java/android/app/backup/
IFullBackupRestoreObserver.aidl
20
*
Observer
of a full backup or restore process. The
observer
is told "interesting"
/frameworks/base/core/java/android/database/
ContentObserver.java
34
* Creates a content
observer
.
74
* Returns true if this
observer
is interested receiving self-change notifications.
76
* Subclasses should override this method to indicate whether the
observer
80
* @return True if self-change notifications should be delivered to the
observer
.
134
* Dispatches a change notification to the
observer
. Includes the changed
149
* Dispatches a change notification to the
observer
.
166
* Dispatches a change notification to the
observer
.
182
* Dispatches a change notification to the
observer
. Includes the changed
DataSetObservable.java
26
* Invokes {@link DataSetObserver#onChanged} on each
observer
.
43
* Invokes {@link DataSetObserver#onInvalidated} on each
observer
.
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationSetObserver.java
37
* Handle when the selection set is populated with some items. The
observer
should not make any
43
* Handle when the selection set gets an element added or removed. The
observer
should not
/external/chromium_org/base/android/java/src/org/chromium/base/
ObserverList.java
18
* So, it safely handles the case of an
observer
removing itself or other observers from the list
53
* Add an
observer
to the list.
55
* An
observer
should not be added to the same list more than once. If an iteration is already
56
* in progress, this
observer
will be not be visible during that iteration.
58
* @return true if the
observer
list changed as a result of the call.
76
* Remove an
observer
from the list if it is in the list.
/external/chromium_org/base/threading/
thread_unittest.cc
89
//
Observer
that writes a value into |event_list| when a message loop has been
94
// |event_list| must remain valid throughout the
observer
's lifetime.
109
// Task that adds a destruction
observer
to the current message loop.
111
base::MessageLoop::DestructionObserver*
observer
) {
112
base::MessageLoop::current()->AddDestructionObserver(
observer
);
225
// Register an
observer
that writes into |captured_events| once the
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ChromeHttpAuthHandler.java
92
* autofill. When the
observer
is set, {@link ChromeHttpAuthhandler}'s
93
* onAutofillDataAvailable callback can be used by the
observer
to fill out necessary
101
* Register for onAutofillDataAvailable callbacks. |
observer
| can be null,
104
public void setAutofillObserver(AutofillObserver
observer
) {
105
mAutofillObserver =
observer
;
106
// In case the autofill data arrives before the
observer
is set.
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/
TabModel.java
146
* @param
observer
The
observer
to be subscribed.
148
void addObserver(TabModelObserver
observer
);
152
* @param
observer
The
observer
to be unsubscribed.
154
void removeObserver(TabModelObserver
observer
);
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
service.h
20
#include "chrome/browser/chromeos/file_system_provider/
observer
.h"
103
void AddObserver(
Observer
*
observer
);
104
void RemoveObserver(
Observer
*
observer
);
147
ObserverList<
Observer
> observers_;
/external/chromium_org/chrome/browser/chromeos/settings/
device_settings_test_helper.h
91
virtual void AddObserver(
Observer
*
observer
) OVERRIDE;
92
virtual void RemoveObserver(
Observer
*
observer
) OVERRIDE;
93
virtual bool HasObserver(
Observer
*
observer
) OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/system/
automatic_reboot_manager.h
73
class AutomaticRebootManager : public PowerManagerClient::
Observer
,
74
public UpdateEngineClient::
Observer
,
96
void AddObserver(AutomaticRebootManagerObserver*
observer
);
97
void RemoveObserver(AutomaticRebootManagerObserver*
observer
);
99
// PowerManagerClient::
Observer
:
102
// UpdateEngineClient::
Observer
:
/external/chromium_org/chrome/browser/extensions/api/braille_display_private/
braille_display_private_api.cc
30
DefaultEventDelegate(EventRouter::
Observer
*
observer
, Profile* profile);
37
EventRouter::
Observer
* observer_;
121
EventRouter::
Observer
*
observer
, Profile* profile)
122
: observer_(
observer
), profile_(profile) {
Completed in 555 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>