HomeSort by relevance Sort by last modified time
    Searched refs:postNotification (Results 1 - 25 of 26) sorted by null

1 2

  /external/webkit/Source/WebCore/editing/chromium/
SelectionControllerChromium.cpp 44 document->axObjectCache()->postNotification(m_selection.start().deprecatedNode()->renderer(), AXObjectCache::AXSelectedTextChanged, false);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
SystemFacade.java 55 public void postNotification(long id, Notification notification);
RealSystemFacade.java 88 public void postNotification(long id, Notification notification) {
DownloadNotification.java 210 mSystemFacade.postNotification(item.mId, builder.getNotification());
265 mSystemFacade.postNotification(id, builder.getNotification());
  /external/webkit/Source/WebCore/accessibility/
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) { }
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);
AccessibilityRenderObject.cpp     [all...]
  /external/webkit/Source/WebKit/win/
WebNotificationCenter.h 57 virtual HRESULT STDMETHODCALLTYPE 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...]
WebHistory.h 145 HRESULT postNotification(NotificationType notifyType, IPropertyBag* userInfo = 0);
WebNotificationCenter.cpp 161 HRESULT STDMETHODCALLTYPE WebNotificationCenter::postNotification(
  /external/webkit/Source/WebKit/win/Interfaces/
IWebNotificationCenter.idl 54 //- (void)postNotification:(NSNotification *)notification
55 HRESULT postNotification([in] IWebNotification* notification);
  /external/webkit/Source/WebCore/editing/mac/
SelectionControllerMac.mm 54 document->axObjectCache()->postNotification(m_selection.start().deprecatedNode()->renderer(), AXObjectCache::AXSelectedTextChanged, false);
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
FakeSystemFacade.java 77 public void postNotification(long id, Notification notification) {
  /frameworks/base/services/java/com/android/server/
ThrottleService.java 615 postNotification(R.string.throttled_notification_title,
650 postNotification(R.string.throttle_warning_notification_title,
665 private void postNotification(int titleInt, int messageInt, int icon, int flags) {
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 291 postNotification(info, summaryText, context, true, notificationPrefs, nm,
310 postNotification(info, summaryText, context, false, notificationPrefs, nm,
679 private static void postNotification(NotificationInfo info, String summaryText,
    [all...]
  /external/webkit/Source/WebCore/page/
FocusController.cpp 176 // into the web area again, even if focus did not change within WebCore. PostNotification is called instead
179 focusedOrMainFrame()->document()->axObjectCache()->postNotification(focusedOrMainFrame()->document()->renderer(), AXObjectCache::AXFocusedUIElementChanged, true);
FrameView.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderMenuList.cpp 345 document()->axObjectCache()->postNotification(this, AXObjectCache::AXMenuListValueChanged, true, PostSynchronously);
RenderTextControl.cpp 177 document()->axObjectCache()->postNotification(this, AXObjectCache::AXValueChanged, false);
  /frameworks/base/services/java/com/android/server/am/
ServiceRecord.java 350 public void postNotification() {
  /external/webkit/Source/WebCore/html/
HTMLInputElement.cpp 375 document()->axObjectCache()->postNotification(renderer(), AXObjectCache::AXValueChanged, true);
799 renderer()->document()->axObjectCache()->postNotification(renderer(), AXObjectCache::AXCheckedStateChanged, true);
    [all...]
  /external/webkit/Source/WebCore/dom/
Element.cpp 754 document()->axObjectCache()->postNotification(renderer(), AXObjectCache::AXValueChanged, true);
765 document()->axObjectCache()->postNotification(renderer(), AXObjectCache::AXInvalidStatusChanged, true);
    [all...]
Document.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
Editor.cpp 505 m_frame->document()->axObjectCache()->postNotification(node->renderer(), AXObjectCache::AXValueChanged, false);
    [all...]

Completed in 677 milliseconds

1 2