OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFMutableStringRef
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Tools/DumpRenderTree/cf/
WebArchiveDumpSupport.cpp
45
static void convertMIMEType(
CFMutableStringRef
mimeType)
59
CFMutableStringRef
mimeType = (
CFMutableStringRef
)CFDictionaryGetValue(resource, CFSTR("WebResourceMIMEType"));
96
static void normalizeWebResourceURL(
CFMutableStringRef
webResourceURL)
118
RetainPtr<
CFMutableStringRef
> urlString(AdoptCF, CFStringCreateMutableCopy(kCFAllocatorDefault, 0, CFURLGetString(CFURLResponseGetURL(response.get()))));
122
RetainPtr<
CFMutableStringRef
> mimeTypeString(AdoptCF, CFStringCreateMutableCopy(kCFAllocatorDefault, 0, CFURLResponseGetMIMEType(response.get())));
185
normalizeWebResourceURL((
CFMutableStringRef
)CFDictionaryGetValue(mainResource, CFSTR("WebResourceURL")));
200
normalizeWebResourceURL((
CFMutableStringRef
)CFDictionaryGetValue(subresourcePropertyList, CFSTR("WebResourceURL")));
224
RetainPtr<
CFMutableStringRef
> string(AdoptCF, CFStringCreateMutableCopy(kCFAllocatorDefault, 0, xmlString.get()));
/external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h
27
typedef struct __CFString *
CFMutableStringRef
;
123
extern
CFMutableStringRef
CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars, CFIndex numChars, CFIndex capacity, CFAllocatorRef externalCharactersAllocator);
125
extern void CFStringAppend(
CFMutableStringRef
theString, CFStringRef appendedString);
/external/webkit/Tools/WebKitTestRunner/win/
TestControllerWin.cpp
127
CFMutableStringRef
bundlePath = CFStringCreateMutableCopy(0, 0, exeContainerPath);
/external/webkit/Source/WebCore/platform/network/mac/
WebCoreURLResponse.mm
499
CFMutableStringRef
mutableExtension = CFStringCreateMutableCopy(kCFAllocatorDefault, 0, extension.get());
/external/webkit/Source/WebKit/mac/Misc/
WebKitNSStringExtras.mm
201
CFStringTrimWhitespace((
CFMutableStringRef
)trimmed);
/external/webkit/Source/JavaScriptCore/API/tests/
testapi.c
884
CFMutableStringRef
cfString =
[
all
...]
/external/webkit/Source/WebCore/platform/mac/
HTMLConverter.mm
[
all
...]
Completed in 356 milliseconds