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

  /external/webkit/Source/WebKit/win/
WebNotificationCenter.cpp 161 HRESULT STDMETHODCALLTYPE WebNotificationCenter::postNotification(
WebHistory.cpp 145 HRESULT WebHistory::postNotification(NotificationType notifyType, IPropertyBag* userInfo /*=0*/)
251 hr = postNotification(kWebHistoryLoadedNotification);
257 hr = postNotification(kWebHistoryItemsDiscardedWhileLoadingNotification, userInfo.get());
368 hr = postNotification(kWebHistorySavedNotification);
457 return postNotification(kWebHistoryAllItemsRemovedNotification, userInfo.get());
637 hr = postNotification(kWebHistoryItemsRemovedNotification, userInfo.get());
687 hr = postNotification(kWebHistoryItemsAddedNotification, userInfo.get());
745 postNotification(kWebHistoryItemsAddedNotification, userInfo.get());
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AXObjectCache.cpp 479 void AXObjectCache::postNotification(RenderObject* renderer, AXNotification notification, bool postToElement, PostType postType)
497 postNotification(object.get(), renderer->document(), notification, postToElement, postType);
500 void AXObjectCache::postNotification(AccessibilityObject* object, Document* document, AXNotification notification, bool postToElement, PostType postType)
523 postNotification(renderer, AXSelectedChildrenChanged, false);
AXObjectCache.h 139 void postNotification(RenderObject*, AXNotification, bool postToElement, PostType = PostAsynchronously);
140 void postNotification(AccessibilityObject*, Document*, AXNotification, bool postToElement, PostType = PostAsynchronously);
184 inline void AXObjectCache::postNotification(RenderObject*, AXNotification, bool postToElement, PostType) { }
185 inline void AXObjectCache::postNotification(AccessibilityObject*, Document*, AXNotification, bool postToElement, PostType) { }
  /frameworks/base/services/java/com/android/server/am/
ServiceRecord.java 357 public void postNotification() {
ActiveServices.java 386 r.postNotification();
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 335 postNotification(info, summaryText, context, true, notificationPrefs, nm,
354 postNotification(info, summaryText, context, false, notificationPrefs, nm,
    [all...]

Completed in 98 milliseconds