HomeSort by relevance Sort by last modified time
    Searched defs:Notifier (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/message_center/
notifier_settings.cc 53 Notifier::Notifier(const NotifierId& notifier_id,
61 Notifier::~Notifier() {
notifier_settings.h 57 // The identifier of the app notifier. Empty if it's WEB_PAGE.
79 // The default constructor which doesn't specify the notifier. Used for tests.
85 struct MESSAGE_CENTER_EXPORT Notifier {
86 Notifier(const NotifierId& notifier_id,
89 ~Notifier();
93 // The human-readable name of the notifier such like the extension name.
100 // The icon image of the notifier. The extension icon or favicon.
104 DISALLOW_COPY_AND_ASSIGN(Notifier);
114 // Icon of a notifier group.
117 // Display name of a notifier group
    [all...]
  /external/lldb/include/lldb/Core/
ModuleList.h 32 class Notifier
46 ~Notifier ()
68 ModuleList (ModuleList::Notifier* notifier);
550 Notifier* m_notifier;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
notifier.h 38 // Implement a template version of a notifier.
40 class Notifier : public T {
42 Notifier() {
  /external/chromium_org/net/cert/
cert_database_mac.cc 24 class CertDatabase::Notifier {
26 // Creates a new Notifier that will forward Keychain events to |cert_db|.
29 Notifier(CertDatabase* cert_db, base::MessageLoop* message_loop)
37 base::Bind(&Notifier::Init,
43 ~Notifier() {
47 SecKeychainRemoveCallback(&Notifier::KeychainCallback);
64 OSStatus status = SecKeychainAddCallback(&Notifier::KeychainCallback,
83 OSStatus CertDatabase::Notifier::KeychainCallback(
87 Notifier* that = reinterpret_cast<Notifier*>(context)
    [all...]