HomeSort by relevance Sort by last modified time
    Searched defs:toAPI (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/API/C/win/
WKAPICastWin.h 47 inline ProxyingRefPtr<WebGrammarDetail> toAPI(const WebCore::GrammarDetail& grammarDetail)
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleAPICast.h 73 inline WKInsertActionType toAPI(WebCore::EditorInsertAction action)
90 inline WKAffinityType toAPI(WebCore::EAffinity affinity)
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKAPICast.h 130 inline WKCacheModel toAPI(CacheModel cacheModel)
166 inline WKFontSmoothingLevel toAPI(FontSmoothingLevel level)
187 inline WKEditableLinkBehavior toAPI(WebCore::EditableLinkBehavior behavior)
225 inline WKProtectionSpaceServerType toAPI(WebCore::ProtectionSpaceServerType type)
248 inline WKProtectionSpaceAuthenticationScheme toAPI(WebCore::ProtectionSpaceAuthenticationScheme type)
314 inline WKHTTPCookieAcceptPolicy toAPI(HTTPCookieAcceptPolicy policy)
  /external/webkit/Source/WebKit2/Shared/API/c/
WKSharedAPICast.h 106 operator APIType() { return toAPI(m_impl.get()); }
127 inline typename ImplTypeInfo<T>::APIType toAPI(T t)
134 inline ProxyingRefPtr<WebString> toAPI(StringImpl* string)
142 return toAPI(webString.release().releaseRef());
157 return toAPI(webURL.release().releaseRef());
174 inline ProxyingRefPtr<WebError> toAPI(const WebCore::ResourceError& error)
179 inline ProxyingRefPtr<WebURLRequest> toAPI(const WebCore::ResourceRequest& request)
184 inline ProxyingRefPtr<WebURLResponse> toAPI(const WebCore::ResourceResponse& response)
213 inline WKRect toAPI(const WebCore::FloatRect& rect)
223 inline WKRect toAPI(const WebCore::IntRect& rect
    [all...]

Completed in 70 milliseconds