OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_sendNotification
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/mac/Plugins/
WebPluginRequest.m
42
_sendNotification
= sendNotification;
70
return
_sendNotification
;
WebPluginRequest.h
37
BOOL
_sendNotification
;
/external/webkit/Source/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 396 milliseconds