OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Observers
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/chromeos/
update_browsertest.cc
26
typedef ObserverList<chromeos::UpdateLibrary::Observer>
Observers
;
29
Observers
*
observers
,
35
FOR_EACH_OBSERVER(chromeos::UpdateLibrary::Observer, *
observers
,
40
Observers
* observer) {
75
Observers
* observer) {
105
Observers
observers
;
local
108
.WillRepeatedly(Invoke(&
observers
,
109
&
Observers
::AddObserver))
[
all
...]
/external/chromium_org/chrome/browser/extensions/
global_shortcut_listener.h
20
// Platform-neutral implementation of a class that keeps track of
observers
and
21
// monitors keystrokes. It relays messages to the appropriate
observers
when a
50
// is struck. Only called for keys that have
observers
registered.
55
typedef ObserverList<Observer>
Observers
;
56
typedef std::map< ui::Accelerator,
Observers
* > AcceleratorMap;
/external/chromium_org/components/policy/core/common/
policy_service_impl.h
51
typedef ObserverList<PolicyService::Observer, true>
Observers
;
52
typedef std::map<PolicyDomain,
Observers
*> ObserverMap;
57
// Posts a task to notify
observers
of |ns| that its policies have changed,
63
// Combines the policies from all the providers, and notifies the
observers
67
// Checks if all providers are initialized, and notifies the
observers
/external/chromium_org/chrome/browser/chromeos/contacts/
contact_manager.h
96
typedef ObserverList<ContactManagerObserver>
Observers
;
98
typedef std::map<Profile*,
Observers
*> ProfileObserversMap;
100
// Returns the list of
observers
interested in |profile|. If not present,
102
Observers
* GetObserversForProfile(Profile* profile, bool create);
110
// Maps from a profile to
observers
that are interested in changes to that
/external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc
88
typedef std::vector<DeletionObserver*>
Observers
;
89
Observers
observers_;
119
Observers
::iterator i =
353
// too. We do this as nearly all
observers
need to treat a replacement of the
410
// TabDetachedAt() might unregister
observers
, so send |TabStripEmpty()| in
539
// Set state so that
observers
can adjust their behavior to suit this
[
all
...]
Completed in 2151 milliseconds