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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/page/mac/
WebCoreViewFactory.m 7 * 1. Redistributions of source code must retain the above copyright
43 sharedFactory = [self retain];
WebDashboardRegion.m 7 * 1. Redistributions of source code must retain the above copyright
48 return [self retain];
  /external/webkit/WebKit/mac/WebView/
WebNavigationData.mm 7 * 1. Redistributions of source code must retain the above copyright
62 _private->url = [url retain];
63 _private->title = [title retain];
64 _private->originalRequest = [request retain];
65 _private->response = [response retain];
67 _private->clientRedirectSource = [redirectSource retain];
WebArchive.mm 8 * 1. Redistributions of source code must retain the above copyright
160 _private->cachedMainResource = [mainResource retain];
167 _private->cachedSubresources = [subresources retain];
174 _private->cachedSubframeArchives = [subframeArchives retain];
242 mainResource = [object retain];
245 subresources = [object retain];
248 subframeArchives = [object retain];
272 return [self retain];
292 return [[_private->cachedMainResource retain] autorelease];
325 return [_private->cachedSubresources count] ? [[_private->cachedSubresources retain] autorelease] : nil
    [all...]
WebViewEventHandling.mm 9 * 1. Redistributions of source code must retain the above copyright
70 [event retain];
89 [[event retain] autorelease];
138 [[event retain] autorelease];
146 [self retain];
  /external/webkit/WebKit/mac/Plugins/
WebPluginRequest.m 8 * 1. Redistributions of source code must retain the above copyright
39 _request = [request retain];
40 _frameName = [frameName retain];
WebNullPluginView.mm 8 * 1. Redistributions of source code must retain the above copyright
53 error = [err retain];
55 element = [elem retain];
  /external/iproute2/tc/
m_pedit.h 50 extern int parse_cmd(int *argc_p, char ***argv_p, __u32 len, int type,__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
52 extern int pack_key32(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
53 extern int pack_key16(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
54 extern int pack_key8(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
56 extern int parse_cmd(int *argc_p, char ***argv_p, __u32 len, int type,__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
m_pedit.c 47 "\t\tCMD:= clear | invert | set <setval>| retain\n "
146 pack_key32(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey)
154 tkey->val = htonl(tkey->val & retain);
155 tkey->mask = htonl(tkey->mask | ~retain);
162 pack_key16(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey)
192 retain <<= stride;
194 tkey->mask = retain|m[ind];
205 pack_key8(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey)
227 retain <<= stride;
228 tkey->mask = retain|m[ind]
341 __u32 len, retain; local
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/
DumpRenderTreeDraggingInfo.mm 8 * 1. Redistributions of source code must retain the above copyright
40 draggedImage = [anImage retain];
41 draggingPasteboard = [pboard retain];
42 draggingSource = [source retain];
  /external/webkit/WebCore/bindings/objc/
DOMObject.h 8 * 1. Redistributions of source code must retain the above copyright
47 @property(readonly, retain) DOMStyleSheet *sheet;
PublicDOMInterfaces.h 7 // 1. Redistributions of source code must retain the above copyright
37 @property(readonly, retain) DOMElement *ownerElement;
38 @property(readonly, retain) DOMCSSStyleDeclaration *style AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
74 @property(readonly, retain) DOMDocument *document;
78 @property(readonly, retain) DOMDocumentType *doctype;
79 @property(readonly, retain) DOMImplementation *implementation;
80 @property(readonly, retain) DOMElement *documentElement;
81 @property(readonly, retain) DOMAbstractView *defaultView;
82 @property(readonly, retain) DOMStyleSheetList *styleSheets;
83 @property(readonly, retain) DOMHTMLCollection *images
    [all...]
DOMAbstractView.mm 8 * 1. Redistributions of source code must retain the above copyright
88 return [[wrapper retain] autorelease];
DOMObject.mm 9 * 1. Redistributions of source code must retain the above copyright
63 return [self retain];
DOMXPath.mm 8 * 1. Redistributions of source code must retain the above copyright
77 return [[wrapper retain] autorelease];
ObjCEventListener.mm 9 * 1. Redistributions of source code must retain the above copyright
60 , m_listener([listener retain])
  /external/webkit/WebKit/mac/Misc/
WebNSObjectExtras.mm 8 * 1. Redistributions of source code must retain the above copyright
80 exception = [passedException retain];
96 // Retain the return value on the main thread.
100 [value retain];
WebNSUserDefaultsExtras.m 8 * 1. Redistributions of source code must retain the above copyright
113 preferredLanguageCode = [@"en" retain];
120 NSString *code = [[preferredLanguageCode retain] autorelease];
  /external/webkit/WebCore/platform/mac/
LocalCurrentGraphicsContext.mm 38 m_savedNSGraphicsContext = [[NSGraphicsContext currentContext] retain];
WebCoreKeyGenerator.m 7 * 1. Redistributions of source code must retain the above copyright
45 sharedGenerator = [self retain];
  /external/webkit/WebKit/mac/History/
WebBackForwardList.mm 8 * 1. Redistributions of source code must retain the above copyright
155 [[entry retain] autorelease];
185 return [[kit(core(self)->backItem()) retain] autorelease];
190 return [[kit(core(self)->currentItem()) retain] autorelease];
195 return [[kit(core(self)->forwardItem()) retain] autorelease];
225 lastBackListArray = [result retain];
240 lastForwardListArray = [result retain];
314 return [[kit(core(self)->itemAtIndex(index)) retain] autorelease];
  /external/webkit/WebCore/loader/icon/
PageURLRecord.h 8 * 1. Redistributions of source code must retain the above copyright
66 // Returns false if the page wasn't retained beforehand, true if the retain count was already 1 or higher
67 inline bool retain() { return m_retainCount++; } function in class:WebCore::PageURLRecord
69 // Returns true if the page is still retained after the call. False if the retain count just dropped to 0
  /external/webkit/JavaScriptCore/wtf/mac/
MainThreadMac.mm 8 * 1. Redistributions of source code must retain the above copyright
62 webThread = [[NSThread currentThread] retain];
  /external/webkit/WebKit/mac/WebInspector/
WebNodeHighlightView.mm 8 * 1. Redistributions of source code must retain the above copyright
46 _webNodeHighlight = [webNodeHighlight retain];
  /external/webkit/WebKit/mac/Panels/
WebAuthenticationPanel.m 8 * 1. Redistributions of source code must retain the above copyright
49 callback = [cb retain];
73 [[panel retain] autorelease];
76 [[self retain] autorelease];
92 [[panel retain] autorelease];
239 challenge = [chall retain];

Completed in 1534 milliseconds

1 2 3 4 5 6 7 8 91011>>