HomeSort by relevance Sort by last modified time
    Searched full:postnotification (Results 1 - 25 of 39) sorted by null

1 2

  /external/clang/test/Rewriter/
rewrite-foreach-6.m 15 [X postNotification:notification];
  /external/webkit/Source/WebKit/win/Interfaces/
IWebNotificationCenter.idl 54 //- (void)postNotification:(NSNotification *)notification
55 HRESULT postNotification([in] IWebNotification* notification);
  /external/clang/test/Analysis/
delegates.m 93 + (void)postNotification:(NSString *)str;
101 [test_6062730 performSelectorOnMainThread:@selector(postNotification:) withObject:str waitUntilDone:1];
107 [[self class] performSelectorOnMainThread:@selector(postNotification:) withObject:str waitUntilDone:1];
110 + (void) postNotification:(NSString *)str {
  /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...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
SystemFacade.java 53 public void postNotification(long id, Notification notification);
RealSystemFacade.java 82 public void postNotification(long id, Notification notification) {
DownloadNotification.java 195 mSystemFacade.postNotification(item.mId, builder.getNotification());
250 mSystemFacade.postNotification(id, builder.getNotification());
  /external/webkit/Source/WebCore/editing/chromium/
SelectionControllerChromium.cpp 44 document->axObjectCache()->postNotification(m_selection.start().deprecatedNode()->renderer(), AXObjectCache::AXSelectedTextChanged, false);
  /external/webkit/Source/WebCore/editing/mac/
SelectionControllerMac.mm 54 document->axObjectCache()->postNotification(m_selection.start().deprecatedNode()->renderer(), AXObjectCache::AXSelectedTextChanged, false);
  /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(
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
FakeSystemFacade.java 71 public void postNotification(long id, Notification notification) {
  /external/chromium/chrome/browser/web_resource/
promo_resource_service.cc 140 PostNotification(ms_until_start);
142 PostNotification(ms_until_end);
145 PostNotification(0);
162 PostNotification(0);
web_resource_service.h 50 void PostNotification(int64 delay_ms);
web_resource_service.cc 228 void WebResourceService::PostNotification(int64 delay_ms) {
  /packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/
GoogleSecurityToolActivity.java 47 boolean init = PostNotification.pushResult(this, "init" + state);
118 boolean success = PostNotification.pushResult(this, result);
PostNotification.java 33 public class PostNotification {
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.h 156 void PostNotification(NSString* notification);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 274 postNotification(context, prefs, notificationEventName, notificationEventLocation,
281 private static void postNotification(Context context, SharedPreferences prefs,
  /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...]
  /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);

Completed in 407 milliseconds

1 2