HomeSort by relevance Sort by last modified time
    Searched refs:notifier (Results 276 - 300 of 325) sorted by null

<<111213

  /external/chromium_org/chrome/android/sync_shell/javatests/src/chromium/chrome/browser/sync/
SyncTest.java 25 import org.chromium.sync.notifier.SyncStatusHelper;
  /external/chromium_org/content/browser/appcache/
appcache_update_job.h 209 void AddAllAssociatedHostsToNotifier(HostNotifier* notifier);
  /external/chromium_org/jingle/notifier/base/
xmpp_connection_unittest.cc 5 #include "jingle/notifier/base/xmpp_connection.h"
17 #include "jingle/notifier/base/weak_xmpp_client.h"
37 namespace notifier { namespace
258 } // namespace notifier
  /external/chromium_org/jingle/notifier/communicator/
single_login_attempt_unittest.cc 5 #include "jingle/notifier/communicator/single_login_attempt.h"
12 #include "jingle/notifier/base/const_communicator.h"
13 #include "jingle/notifier/base/fake_base_task.h"
14 #include "jingle/notifier/communicator/login_settings.h"
26 namespace notifier { namespace
259 } // namespace notifier
  /external/chromium_org/jingle/notifier/listener/
non_blocking_push_client.cc 5 #include "jingle/notifier/listener/non_blocking_push_client.h"
11 #include "jingle/notifier/listener/push_client_observer.h"
13 namespace notifier { namespace
245 } // namespace notifier
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
InvalidationPreferences.java 5 package org.chromium.sync.notifier;
SyncStatusHelper.java 5 package org.chromium.sync.notifier;
  /external/lldb/include/lldb/Core/
ModuleList.h 32 class Notifier
46 ~Notifier ()
68 ModuleList (ModuleList::Notifier* notifier);
550 Notifier* m_notifier;
  /frameworks/av/media/libstagefright/
MediaCodec.cpp     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneBase.java 335 * @param notifier An instance of DefaultPhoneNotifier,
340 protected PhoneBase(String name, PhoneNotifier notifier, Context context, CommandsInterface ci) {
341 this(name, notifier, context, ci, false);
347 * @param notifier An instance of DefaultPhoneNotifier,
354 protected PhoneBase(String name, PhoneNotifier notifier, Context context, CommandsInterface ci,
356 this(name, notifier, context, ci, unitTestMode, SubscriptionManager.DEFAULT_PHONE_INDEX);
362 * @param notifier An instance of DefaultPhoneNotifier,
370 protected PhoneBase(String name, PhoneNotifier notifier, Context context, CommandsInterface ci,
374 mNotifier = notifier;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 148 GSMPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, boolean unitTestMode) {
149 super("GSM", notifier, context, ci, unitTestMode);
177 GSMPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, int phoneId) {
178 this(context, ci, notifier, false, phoneId);
183 PhoneNotifier notifier, boolean unitTestMode, int phoneId) {
184 super("GSM", notifier, context, ci, unitTestMode, phoneId);
    [all...]
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalService.java 587 /* initialize the thermal notifier thread */
588 Notify notifier = new Notify(ThermalManager.sEventQueue); local
589 new Thread(notifier, "ThermalNotifier").start();
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/signin/
SigninManager.java 26 import org.chromium.sync.notifier.SyncStatusHelper;
  /external/chromium_org/net/quic/
quic_packet_creator_test.cc     [all...]
quic_connection.cc 1026 QuicAckNotifier* notifier = NULL; local
    [all...]
  /external/chromium_org/ui/v2/src/
view.cc 229 ScopedTreeNotifier notifier(child, child->parent(), this);
  /external/chromium_org/components/invalidation/
non_blocking_invalidator.cc 20 #include "jingle/notifier/listener/push_client.h"
323 const notifier::NotifierOptions& notifier_options) {
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzEvents.m 767 io_object_t notifier;
769 power_connection = IORegisterForSystemPower (this, &thePortRef, QZ_SleepNotificationHandler, &notifier);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 145 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier,
147 super("CDMA", notifier, context, ci, false, phoneId);
149 init(context, notifier);
156 protected void init(Context context, PhoneNotifier notifier) {
    [all...]
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_browsertest.cc 74 typedef std::vector<message_center::Notifier*> NotifierList;
80 const message_center::Notifier* notifier = *it; local
81 if (notifier->notifier_id == notifier_id)
    [all...]
  /external/chromium_org/chrome/browser/extensions/
menu_manager_unittest.cc 422 content::NotificationService* notifier = local
424 ASSERT_TRUE(notifier != NULL);
  /external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
InvalidationServiceTest.java 5 package org.chromium.sync.notifier;
24 import org.chromium.sync.notifier.InvalidationPreferences.EditContext;
    [all...]
  /external/chromium_org/ui/message_center/
message_center_impl.cc 777 Notifier notifier(notifier_id, base::string16(), true);
778 settings_provider_->SetNotifierEnabled(notifier, false);
780 // belonging to the notifier id.
  /external/chromium_org/v8/test/cctest/
test-object-observe.cc 541 CompileRun("var notifier = Object.getNotifier(obj);"
542 "notifier.notify({ type: 'update' });");
694 Handle<Value> notifier = CompileRun("Object.getNotifier(obj)"); local
701 context2->Global()->Set(String::NewFromUtf8(CcTest::isolate(), "notifier"),
702 notifier);
706 "notifier, 'foo', function(){})");
  /external/lldb/source/Core/
ModuleList.cpp 50 ModuleList::ModuleList (ModuleList::Notifier* notifier) :
53 m_notifier(notifier)
    [all...]

Completed in 841 milliseconds

<<111213