/external/webkit/Source/WebKit2/UIProcess/cf/ |
WebPageProxyCF.cpp | 44 DEFINE_STATIC_GETTER(CFStringRef, SessionHistoryKey, (CFSTR("SessionHistory"))); 45 DEFINE_STATIC_GETTER(CFStringRef, ProvisionalURLKey, (CFSTR("ProvisionalURL")));
|
/external/webkit/Source/JavaScriptGlue/ |
JavaScriptGlue.cpp | 434 if (CFStringCompare(propertyName, CFSTR("length"), 0) == kCFCompareEqualTo) 446 if (CFStringCompare(propertyName, CFSTR("length"), 0) == kCFCompareEqualTo) 463 if (CFStringCompare(propertyName, CFSTR("length"), 0) == kCFCompareEqualTo)
|
UserObjectImp.cpp | 270 CFStringRef cfStr = CFURLGetString(absURL); 271 if (cfStr && CFStringGetLength(cfStr)) 366 cfNumStr = CFStringCreateWithFormat(0, 0, CFSTR("%f"), d); 370 cfNumStr = CFStringCreateWithFormat(0, 0, CFSTR("%.0f"), d); 393 CFStringRef cfStr = CFURLGetString(absURL); 394 if (cfStr) 396 result = CFStringToUString(cfStr);
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
ImageBufferCG.cpp | 285 static const CFStringRef kUTTypeJPEG = CFSTR("public.jpeg"); 296 ASSERT(isMainThread()); // It is unclear if CFSTR is threadsafe. 300 static const CFStringRef kUTTypePNG = CFSTR("public.png"); 301 static const CFStringRef kUTTypeGIF = CFSTR("com.compuserve.gif");
|
/external/webkit/Source/WebKit/mac/Plugins/ |
WebNetscapePluginPackage.mm | 377 pluginMainFunc = (MainFuncPtr)CFBundleGetFunctionPointerForName(cfBundle.get(), CFSTR("main") ); 382 NP_Initialize = (NP_InitializeFuncPtr)CFBundleGetFunctionPointerForName(cfBundle.get(), CFSTR("NP_Initialize")); 383 NP_GetEntryPoints = (NP_GetEntryPointsFuncPtr)CFBundleGetFunctionPointerForName(cfBundle.get(), CFSTR("NP_GetEntryPoints")); 384 NP_Shutdown = (NPP_ShutdownProcPtr)CFBundleGetFunctionPointerForName(cfBundle.get(), CFSTR("NP_Shutdown")); 702 NSString *versionString = (NSString *)CFDictionaryGetValue(CFBundleGetInfoDictionary(cfBundle.get()), CFSTR("CFBundleShortVersionString")); 708 return CFStringCompare((CFStringRef)versionString, CFSTR("10.1.53.60"), kCFCompareNumerically) != kCFCompareLessThan;
|
/system/core/adb/ |
usb_osx.c | 92 CFDictionarySetValue(matchingDict, CFSTR(kUSBVendorID), 95 CFDictionarySetValue(matchingDict, CFSTR(kUSBInterfaceSubClass), 98 CFDictionarySetValue(matchingDict, CFSTR(kUSBInterfaceProtocol),
|
/external/chromium/net/proxy/ |
proxy_resolver_mac.cc | 113 CFSTR("org.chromium.ProxyResolverMac");
|
/external/qemu/android/utils/ |
bufprint.c | 121 CFSTR("CFBundleExecutable"));
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
QTPixelBuffer.cpp | 53 static const CFStringRef kDirect3DCompatibilityKey = CFSTR("Direct3DCompatibility");
|
MediaPlayerPrivateQuickTimeVisualContext.cpp | 223 static const CFStringRef dateFormatString = CFSTR("%s, %02d %s %04d %02d:%02d:%02d GMT"); [all...] |
QTMovie.cpp | 490 bool isRTSP = CFStringHasPrefix(scheme, CFSTR("rtsp:")); 786 CFArrayAppendValue(gSupportedTypes, CFSTR("video/quicktime")); 799 if (CFStringHasPrefix(cfType, CFSTR("audio/")) || CFStringHasPrefix(cfType, CFSTR("video/"))) { 824 CFStringRef cfstr = (CFStringRef)CFArrayGetValueAtIndex(gSupportedTypes, index); 825 len = CFStringGetLength(cfstr); 827 CFStringGetCharacters(cfstr, range, staticBuffer);
|
/external/webkit/Source/WebCore/platform/network/curl/ |
ResourceHandleManager.cpp | 70 CFBundleRef webKitBundle = CFBundleGetBundleWithIdentifier(CFSTR("com.apple.WebKit")); 72 RetainPtr<CFURLRef> certURLRef(AdoptCF, CFBundleCopyResourceURL(webKitBundle, CFSTR("cacert"), CFSTR("pem"), CFSTR("certificates")));
|
/external/webkit/Tools/WebKitTestRunner/cg/ |
TestInvocationCG.cpp | 42 static const CFStringRef kUTTypePNG = CFSTR("public.png");
|
/external/webkit/Source/WebCore/platform/network/cf/ |
CookieJarCFNet.cpp | 45 static const CFStringRef s_setCookieKeyCF = CFSTR("Set-Cookie"); 46 static const CFStringRef s_cookieCF = CFSTR("Cookie");
|
ResourceHandleCFNet.cpp | 69 static CFStringRef WebCoreSynchronousLoaderRunLoopMode = CFSTR("WebCoreSynchronousLoaderRunLoopMode"); 160 CFURLRequestSetHTTPHeaderFieldValue(mutableRequest.get(), CFSTR("Content-Type"), originalContentTypeCF.get()); 385 static const CFStringRef webKitPrivateSessionCF = CFSTR("WebKitPrivateSession"); 386 static const CFStringRef _kCFURLConnectionSessionID = CFSTR("_kCFURLConnectionSessionID"); 387 static const CFStringRef kCFURLConnectionSocketStreamProperties = CFSTR("kCFURLConnectionSocketStreamProperties"); [all...] |
SocketStreamHandleCFNet.cpp | 115 return CFSTR("WebSocket proxy PAC file execution"); 406 RetainPtr<CFHTTPMessageRef> dummyRequest(AdoptCF, CFHTTPMessageCreateRequest(0, CFSTR("GET"), m_httpsURL.get(), kCFHTTPVersion1_1)); 411 RetainPtr<CFStringRef> proxyAuthorizationString(AdoptCF, CFHTTPMessageCopyHeaderFieldValue(dummyRequest.get(), CFSTR("Proxy-Authorization")));
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/ |
WebPageWin.cpp | 270 CFURLRequestSetHTTPHeaderFieldValue(request.get(), CFSTR("User-Agent"), userAgent.get()); 294 CFURLRequestSetHTTPHeaderFieldValue(request.get(), CFSTR("User-Agent"), userAgent.get());
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebVideoFullscreenController.mm | 382 IOPMAssertionCreateWithName(kIOPMAssertionTypeNoDisplaySleep, kIOPMAssertionLevelOn, CFSTR("WebKit playing a video fullscreen."), &_idleDisplaySleepAssertion); 400 IOPMAssertionCreateWithName(kIOPMAssertionTypeNoIdleSleep, kIOPMAssertionLevelOn, CFSTR("WebKit playing a video fullscreen."), &_idleSystemSleepAssertion);
|
WebFullScreenController.mm | 662 IOPMAssertionCreateWithName(kIOPMAssertionTypeNoDisplaySleep, kIOPMAssertionLevelOn, CFSTR("WebKit playing a video fullscreen."), &_idleDisplaySleepAssertion); 680 IOPMAssertionCreateWithName(kIOPMAssertionTypeNoIdleSleep, kIOPMAssertionLevelOn, CFSTR("WebKit playing a video fullscreen."), &_idleSystemSleepAssertion); [all...] |
/external/webkit/Source/WebKit/win/ |
WebLocalizableStrings.cpp | 167 static CFStringRef notFound = CFSTR("localized string not found");
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
WKFullScreenWindowController.mm | 409 IOPMAssertionCreateWithName(kIOPMAssertionTypeNoDisplaySleep, kIOPMAssertionLevelOn, CFSTR("WebKit playing a video fullScreen."), &_idleDisplaySleepAssertion); 427 IOPMAssertionCreateWithName(kIOPMAssertionTypeNoIdleSleep, kIOPMAssertionLevelOn, CFSTR("WebKit playing a video fullScreen."), &_idleSystemSleepAssertion);
|
/external/webkit/Tools/DumpRenderTree/cg/ |
ImageDiffCG.cpp | 69 static const CFStringRef kUTTypePNG = CFSTR("public.png");
|
/external/chromium/chrome/common/ |
service_process_util_unittest.cc | 272 CFStringRef program = CFSTR(LAUNCH_JOBKEY_PROGRAM); 273 CFStringRef program_args = CFSTR(LAUNCH_JOBKEY_PROGRAMARGUMENTS);
|
/external/webkit/Tools/DumpRenderTree/mac/ |
DumpRenderTree.mm | 406 RetainPtr<CFTypeRef> initialValue = CFPreferencesCopyValue(CFSTR("AppleScrollBarVariant"), kCFPreferencesAnyApplication, kCFPreferencesCurrentUser, kCFPreferencesAnyHost); 407 CFPreferencesSetValue(CFSTR("AppleScrollBarVariant"), CFSTR("DoubleMax"), kCFPreferencesAnyApplication, kCFPreferencesCurrentUser, kCFPreferencesAnyHost); 419 CFPreferencesSetValue(CFSTR("AppleScrollBarVariant"), initialValue.get(), kCFPreferencesAnyApplication, kCFPreferencesCurrentUser, kCFPreferencesAnyHost); [all...] |
/external/webkit/Tools/WebKitLauncher/ |
main.m | 151 OSStatus err = LSFindApplicationForInfo(kLSUnknownCreator, CFSTR("com.apple.Safari"), nil, nil, &safariURL);
|