HomeSort by relevance Sort by last modified time
    Searched defs:notifier (Results 126 - 150 of 155) sorted by null

1 2 3 4 56 7

  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.cpp 155 // This will cause this notifier to be deleted.
179 bool Geolocation::Watchers::add(int id, GeoNotifier* notifier)
182 if (!m_idToNotifierMap.add(id, notifier).isNewEntry)
184 m_notifierToIdMap.set(notifier, id);
207 void Geolocation::Watchers::remove(GeoNotifier* notifier)
209 NotifierToIdMap::iterator iter = m_notifierToIdMap.find(notifier);
216 bool Geolocation::Watchers::contains(GeoNotifier* notifier) const
218 return m_notifierToIdMap.contains(notifier);
303 GeoNotifier* notifier = GeoNotifier::create(this, successCallback, errorCallback, options);
304 startRequest(notifier);
383 GeoNotifier* notifier = iter->get(); local
531 GeoNotifier* notifier = it->get(); local
545 GeoNotifier* notifier = it->get(); local
669 GeoNotifier* notifier = iter->get(); local
    [all...]
  /external/chromium_org/v8/src/
object-observe.js 19 // notifier.performChange).
202 notifier: null,
215 function ObjectInfoGetFromNotifier(notifier) {
216 return GetNotifierObjectInfoMap().get(notifier);
220 if (IS_NULL(objectInfo.notifier)) {
221 objectInfo.notifier = { __proto__: notifierPrototype };
222 GetNotifierObjectInfoMap().set(objectInfo.notifier, objectInfo);
225 return objectInfo.notifier;
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
sync_notifier_test_utils.cc 207 namespace notifier { namespace
289 } // namespace notifier
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
InvalidationService.java 5 package org.chromium.sync.notifier;
25 import org.chromium.sync.notifier.InvalidationPreferences.EditContext;
  /external/chromium_org/ui/message_center/views/
notifier_settings_view.cc 73 // The amount of built-in padding for the notifier group switcher.
253 // If there's no provider, assume only one notifier group - the active one.
288 Notifier* notifier,
292 notifier_(notifier),
298 DCHECK(notifier);
375 const Notifier& NotifierSettingsView::NotifierButton::notifier() const { function in class:message_center::NotifierSettingsView::NotifierButton
507 std::vector<Notifier*> notifiers;
529 if ((*iter)->notifier().notifier_id == notifier_id)
    [all...]
  /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;
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 197 final CallNotifier notifier = app.notifier; local
207 notifier.stopSignalInfoTone();
    [all...]
  /external/chromium_org/net/quic/
quic_connection.cc 1008 QuicAckNotifier* notifier = NULL; local
    [all...]
quic_protocol.h 626 QuicAckNotifier* notifier; member in struct:net::QuicStreamFrame
    [all...]
  /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...]
  /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();
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /external/chromium_org/chrome/browser/browsing_data/
cookies_tree_model.cc 955 PopulateCookieInfoWithFilter(data_container(), &notifier, filter); local
956 PopulateDatabaseInfoWithFilter(data_container(), &notifier, filter); local
957 PopulateLocalStorageInfoWithFilter(data_container(), &notifier, filter); local
958 PopulateSessionStorageInfoWithFilter(data_container(), &notifier, filter); local
959 PopulateAppCacheInfoWithFilter(data_container(), &notifier, filter); local
960 PopulateIndexedDBInfoWithFilter(data_container(), &notifier, filter); local
961 PopulateFileSystemInfoWithFilter(data_container(), &notifier, filter); local
962 PopulateQuotaInfoWithFilter(data_container(), &notifier, filter); local
963 PopulateServerBoundCertInfoWithFilter(data_container(), &notifier, filter); local
    [all...]
  /external/ppp/pppd/
pppd.h 203 struct notifier { struct
204 struct notifier *next;
256 extern struct notifier *pidchange; /* for notifications of pid changing */
257 extern struct notifier *phasechange; /* for notifications of phase changes */
258 extern struct notifier *exitnotify; /* for notification that we're exiting */
259 extern struct notifier *sigreceived; /* notification of received signal */
260 extern struct notifier *ip_up_notifier; /* IPCP has come up */
261 extern struct notifier *ip_down_notifier; /* IPCP has gone down */
262 extern struct notifier *auth_up_notifier; /* peer has authenticated */
263 extern struct notifier *link_down_notifier; /* link has gone down *
    [all...]
  /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...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-model-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1083 milliseconds

1 2 3 4 56 7