OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hardautorelease
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/platform/mac/
FoundationExtras.h
29
// Use
HardAutorelease
to return an object made by a CoreFoundation
34
static inline id
HardAutorelease
(CFTypeRef object)
KURLMac.mm
68
return
HardAutorelease
(createCFURL());
/external/webkit/Source/WebCore/platform/text/mac/
StringImplMac.mm
30
return
HardAutorelease
(createCFString());
/external/webkit/Source/WebKit2/UIProcess/API/mac/
PageClientImpl.mm
109
return string.impl() ?
HardAutorelease
(WKStringCopyCFString(0, toAPI(string.impl()))) : @"";
/external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm
[
all
...]
Completed in 97 milliseconds