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

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/win/
WKBundlePrivateWin.cpp 37 toImpl(bundleRef)->setHostAllowsAnyHTTPSCertificate(toWTFString(host));
42 toImpl(bundleRef)->setClientCertificate(toWTFString(host), toWTFString(certificateSystemStoreName), toImpl(certificateInfoRef));
  /external/webkit/Source/WebKit2/Shared/API/c/
WKUserContentURLPattern.cpp 47 return toImpl(urlPatternRef)->matchesURL(toWTFString(urlRef));
WKSharedAPICast.h 160 inline String toWTFString(WKStringRef stringRef)
167 inline String toWTFString(WKURLRef urlRef)
  /external/webkit/Source/WebKit2/UIProcess/API/C/cg/
WKIconDatabaseCG.cpp 39 Image* image = toImpl(iconDatabaseRef)->imageForPageURL(toWTFString(urlRef));
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKIconDatabase.cpp 48 toImpl(iconDatabaseRef)->retainIconForPageURL(toWTFString(pageURLRef));
53 toImpl(iconDatabaseRef)->releaseIconForPageURL(toWTFString(pageURLRef));
WKMediaCacheManager.cpp 46 toImpl(mediaCacheManagerRef)->clearCacheForHostname(toWTFString(hostname));
WKPageGroup.cpp 42 RefPtr<WebPageGroup> pageGroup = WebPageGroup::create(toWTFString(identifier));
WKPreferences.cpp 51 RefPtr<WebPreferences> preferences = WebPreferences::create(toWTFString(identifierRef));
177 toImpl(preferencesRef)->setStandardFontFamily(toWTFString(family));
187 toImpl(preferencesRef)->setFixedFontFamily(toWTFString(family));
197 toImpl(preferencesRef)->setSerifFontFamily(toWTFString(family));
207 toImpl(preferencesRef)->setSansSerifFontFamily(toWTFString(family));
217 toImpl(preferencesRef)->setCursiveFontFamily(toWTFString(family));
227 toImpl(preferencesRef)->setFantasyFontFamily(toWTFString(family));
277 toImpl(preferencesRef)->setDefaultTextEncodingName(toWTFString(name));
407 toImpl(preferencesRef)->setFTPDirectoryTemplatePath(toWTFString(pathRef));
WKPage.cpp 60 toImpl(pageRef)->loadURL(toWTFString(URLRef));
70 toImpl(pageRef)->loadHTMLString(toWTFString(htmlStringRef), toWTFString(baseURLRef));
75 toImpl(pageRef)->loadAlternateHTMLString(toWTFString(htmlStringRef), toWTFString(baseURLRef), toWTFString(unreachableURLRef));
80 toImpl(pageRef)->loadPlainTextString(toWTFString(plainTextStringRef));
192 toImpl(pageRef)->setApplicationNameForUserAgent(toWTFString(applicationNameRef));
202 toImpl(pageRef)->setCustomUserAgent(toWTFString(userAgentRef));
217 toImpl(pageRef)->setCustomTextEncodingName(toWTFString(encodingNameRef))
    [all...]
WKDatabaseManager.cpp 138 toImpl(databaseManagerRef)->deleteDatabaseWithNameForOrigin(toWTFString(databaseNameRef), toImpl(originRef));
WKFrame.cpp 121 return toImpl(frameRef)->canShowMIMEType(toWTFString(mimeTypeRef));
  /external/webkit/Source/WebKit2/UIProcess/API/C/win/
WKTextChecker.cpp 59 WebTextChecker::shared()->changeSpellingToWord(toImpl(page), toWTFString(word));
WKGrammarDetail.cpp 43 RefPtr<WebGrammarDetail> detail = WebGrammarDetail::create(location, length, toImpl(guesses), toWTFString(userDescription));
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundle.cpp 93 toImpl(bundleRef)->addUserScript(toImpl(pageGroupRef), toImpl(scriptWorldRef), toWTFString(sourceRef), toWTFString(urlRef), toImpl(whitelistRef), toImpl(blacklistRef), toUserScriptInjectionTime(injectionTimeRef), toUserContentInjectedFrames(injectedFramesRef));
98 toImpl(bundleRef)->addUserStyleSheet(toImpl(pageGroupRef), toImpl(scriptWorldRef), toWTFString(sourceRef), toWTFString(urlRef), toImpl(whitelistRef), toImpl(blacklistRef), toUserContentInjectedFrames(injectedFramesRef));
103 toImpl(bundleRef)->removeUserScript(toImpl(pageGroupRef), toImpl(scriptWorldRef), toWTFString(urlRef));
108 toImpl(bundleRef)->removeUserStyleSheet(toImpl(pageGroupRef), toImpl(scriptWorldRef), toWTFString(urlRef));
WKBundleNodeHandle.cpp 72 toImpl(htmlInputElementHandleRef)->setHTMLInputElementValueForUser(toWTFString(valueRef));
  /external/webkit/Source/WebKit2/UIProcess/
WebDownloadClient.cpp 83 return toWTFString(destination.get());

Completed in 112 milliseconds