HomeSort by relevance Sort by last modified time
    Searched refs:webKitBundle (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebKit2/Shared/win/
WebKitBundle.h 33 CFBundleRef webKitBundle();
WebKitBundle.cpp 27 #include "WebKitBundle.h"
56 CFBundleRef webKitBundle()
  /external/webkit/Source/WebKit2/WebProcess/WebPage/win/
WebInspectorWin.cpp 31 #include "WebKitBundle.h"
39 RetainPtr<CFURLRef> localizedStringsURLRef(AdoptCF, CFBundleCopyResourceURL(webKitBundle(), CFSTR("localizedStrings"), CFSTR("js"), 0));
  /external/webkit/Source/WebCore/platform/win/
LocalizedStringsWin.cpp 64 static CFBundleRef webKitBundle()
81 RetainPtr<CFStringRef> result(AdoptCF, CFCopyLocalizedStringWithDefaultValue(keyString.get(), 0, webKitBundle(), notFound, 0));
  /external/webkit/Source/WebKit2/UIProcess/win/
WebInspectorProxyWin.cpp 31 #include "WebKitBundle.h"
199 RetainPtr<CFURLRef> htmlURLRef(AdoptCF, CFBundleCopyResourceURL(webKitBundle(), CFSTR("inspector"), CFSTR("html"), CFSTR("inspector")));
  /external/webkit/Source/WebCore/platform/network/curl/
ResourceHandleManager.cpp 70 CFBundleRef webKitBundle = CFBundleGetBundleWithIdentifier(CFSTR("com.apple.WebKit"));
71 if (webKitBundle) {
72 RetainPtr<CFURLRef> certURLRef(AdoptCF, CFBundleCopyResourceURL(webKitBundle, CFSTR("cacert"), CFSTR("pem"), CFSTR("certificates")));

Completed in 111 milliseconds