HomeSort by relevance Sort by last modified time
    Searched refs:_sendNotification (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebKit/mac/Plugins/
WebPluginRequest.m 42 _sendNotification = sendNotification;
70 return _sendNotification;
WebPluginRequest.h 37 BOOL _sendNotification;
  /external/webkit/WebKit/mac/History/
WebHistory.mm 681 - (void)_sendNotification:(NSString *)name entries:(NSArray *)entries
691 [self _sendNotification:WebHistoryItemsRemovedNotification
700 [self _sendNotification:WebHistoryAllItemsRemovedNotification entries:entries];
706 [self _sendNotification:WebHistoryItemsAddedNotification
749 [self _sendNotification:WebHistoryItemsDiscardedWhileLoadingNotification entries:discardedItems];
831 [self _sendNotification:WebHistoryItemsAddedNotification entries:entries];

Completed in 81 milliseconds