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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/net/quic/
quic_packet_creator.h 92 // The |notifier| is not owned by the QuicPacketGenerator and must outlive the
98 QuicAckNotifier* notifier,
quic_packet_creator.cc 271 QuicAckNotifier* notifier,
276 // a packet. At that point the notifier is informed of the sequence number
278 frame->stream_frame->notifier = notifier;
quic_protocol.cc 108 notifier(NULL) {}
115 notifier(frame.notifier) {
126 notifier(NULL) {
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
InvalidationIntentProtocol.java 5 package org.chromium.sync.notifier;
29 "org.chromium.sync.notifier.ACTION_REGISTER_TYPES";
  /external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
InvalidationPreferencesTest.java 5 package org.chromium.sync.notifier;
  /external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/signin/
SyncStatusHelperTest.java 5 package org.chromium.sync.notifier.signin;
14 import org.chromium.sync.notifier.SyncStatusHelper;
15 import org.chromium.sync.notifier.SyncStatusHelper.CachedAccountSyncSettings;
16 import org.chromium.sync.notifier.SyncStatusHelper.SyncSettingsChangedObserver;
  /external/chromium_org/ui/message_center/
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/chromium_org/v8/src/
object-observe.js 19 // notifier.performChange).
203 notifier: null,
216 function ObjectInfoGetFromNotifier(notifier) {
217 return GetNotifierObjectInfoMap().get(notifier);
221 if (IS_NULL(objectInfo.notifier)) {
222 objectInfo.notifier = { __proto__: notifierPrototype };
223 GetNotifierObjectInfoMap().set(objectInfo.notifier, objectInfo);
226 return objectInfo.notifier;
  /external/qemu/
qemu-timer.c 571 Notifier *notifier)
574 notifier_list_add(&clock->reset_notifiers, notifier);
578 Notifier *notifier)
580 notifier_remove(notifier);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
RemoteAdtTestRunner.java 195 TestResultsNotifier notifier = new TestResultsNotifier(mExecution.getListener(), local
202 TestRunListener testRunListener = new TestRunListener(deviceName, notifier);
438 * @param notifier notifier to inform of test status
440 public TestRunListener(String deviceName, TestResultsNotifier notifier) {
442 mNotifier = notifier;
  /external/chromium_org/chrome/browser/extensions/api/notification_provider/
notification_provider_api.cc 276 api::notification_provider::Notifier notifier; local
279 api::notification_provider::GetNotifier::Results::Create(notifier)));
292 std::vector<linked_ptr<api::notification_provider::Notifier> > notifiers;
  /external/chromium_org/components/invalidation/
sync_system_resources_unittest.cc 17 #include "jingle/notifier/listener/fake_push_client.h"
54 scoped_ptr<notifier::PushClient>(new notifier::FakePushClient())),
sync_invalidation_listener.h 32 namespace notifier { namespace
34 } // namespace notifier
sync_system_resources.h 26 #include "jingle/notifier/base/notifier_options.h"
137 const notifier::NotifierOptions& notifier_options);
  /external/chromium_org/net/base/
network_change_notifier_mac.cc 80 // Delete the ConfigWatcher to join the notifier thread, ensuring that
136 // Called on notifier thread.
167 // Called on notifier thread.
249 void* notifier) {
251 static_cast<NetworkChangeNotifierMac*>(notifier);
  /external/chromium_org/remoting/signaling/
xmpp_signal_strategy.cc 16 #include "jingle/notifier/base/gaia_constants.h"
17 #include "jingle/notifier/base/gaia_token_pre_xmpp_auth.h"
248 std::string mechanism = notifier::kDefaultGaiaAuthMechanism;
253 return new notifier::GaiaTokenPreXmppAuth(
  /external/qemu/include/qemu/
timer.h 181 * Call the notifier callback connected with the default timer
212 * @notifier: the notifier function
214 * Register a notifier function to call when the clock
218 Notifier *notifier);
223 * @notifier: the notifier function
225 * Unregister a notifier function to call when the clock
229 Notifier *notifier)
    [all...]
  /external/chromium_org/sync/tools/
sync_client.cc 25 #include "jingle/notifier/base/notification_method.h"
26 #include "jingle/notifier/base/notifier_options.h"
267 notifier::NotifierOptions ParseNotifierOptions(
271 notifier::NotifierOptions notifier_options;
342 // Set up sync notifier factory.
345 const notifier::NotifierOptions& notifier_options =
  /development/ndk/platforms/android-3/include/linux/mtd/
mtd.h 20 #include <linux/notifier.h>
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/sync/
ChromiumSyncAdapterTest.java 18 import org.chromium.sync.notifier.SyncStatusHelper;
  /external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/sync/
SyncController.java 20 import org.chromium.sync.notifier.SyncStatusHelper;
  /external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc 214 notifier::ChromeNotifierServiceFactory::GetInstance();
  /external/chromium_org/content/browser/devtools/
devtools_protocol.h 24 typedef base::Callback<void(const std::string& message)> Notifier;
136 void SetNotifier(const Notifier& notifier);
157 Notifier notifier_;
  /external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/
MockSyncContentResolverDelegate.java 16 import org.chromium.sync.notifier.SyncContentResolverDelegate;
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 435 * Add Notifier.
445 * Remove Notifier.
459 for (EditStyledTextNotifier notifier : mESTNotifiers) {
460 notifier.sendOnTouchEvent(event);
468 for (EditStyledTextNotifier notifier : mESTNotifiers) {
469 retval |= notifier.isButtonsFocused();
477 for (EditStyledTextNotifier notifier : mESTNotifiers) {
478 if (notifier.showPreview()) {
487 for (EditStyledTextNotifier notifier : mESTNotifiers) {
488 notifier.cancelViewManager()
    [all...]

Completed in 1973 milliseconds

1 2 3 4 5 6 78 91011>>