Searched defs:toAPI (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/C/win/
H A DWKAPICastWin.h47 inline ProxyingRefPtr<WebGrammarDetail> toAPI(const WebCore::GrammarDetail& grammarDetail) function in namespace:WebKit
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundleAPICast.h73 inline WKInsertActionType toAPI(WebCore::EditorInsertAction action) function in namespace:WebKit
90 inline WKAffinityType toAPI(WebCore::EAffinity affinity) function in namespace:WebKit
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKAPICast.h130 inline WKCacheModel toAPI(CacheModel cacheModel) function in namespace:WebKit
166 inline WKFontSmoothingLevel toAPI(FontSmoothingLevel level) function in namespace:WebKit
187 inline WKEditableLinkBehavior toAPI(WebCore::EditableLinkBehavior behavior) function in namespace:WebKit
225 inline WKProtectionSpaceServerType toAPI(WebCore::ProtectionSpaceServerType type) function in namespace:WebKit
248 inline WKProtectionSpaceAuthenticationScheme toAPI(WebCore::ProtectionSpaceAuthenticationScheme type) function in namespace:WebKit
314 inline WKHTTPCookieAcceptPolicy toAPI(HTTPCookieAcceptPolicy policy) function in namespace:WebKit
/external/webkit/Source/WebKit2/Shared/API/c/
H A DWKSharedAPICast.h106 operator APIType() { return toAPI(m_impl.get()); }
127 inline typename ImplTypeInfo<T>::APIType toAPI(T t) function in namespace:WebKit
134 inline ProxyingRefPtr<WebString> toAPI(StringImpl* string) function in namespace:WebKit
142 return toAPI(webString.release().releaseRef());
157 return toAPI(webURL.release().releaseRef());
174 inline ProxyingRefPtr<WebError> toAPI(const WebCore::ResourceError& error) function in namespace:WebKit
179 inline ProxyingRefPtr<WebURLRequest> toAPI(const WebCore::ResourceRequest& request) function in namespace:WebKit
184 inline ProxyingRefPtr<WebURLResponse> toAPI(const WebCore::ResourceResponse& response) function in namespace:WebKit
213 inline WKRect toAPI(const WebCore::FloatRect& rect) function in namespace:WebKit
223 inline WKRect toAPI(cons function in namespace:WebKit
233 inline WKSize toAPI(const WebCore::IntSize& size) function in namespace:WebKit
241 inline WKPoint toAPI(const WebCore::IntPoint& point) function in namespace:WebKit
251 inline WKTypeID toAPI(APIObject::Type type) function in namespace:WebKit
256 inline WKEventModifiers toAPI(WebEvent::Modifiers modifiers) function in namespace:WebKit
270 inline WKEventMouseButton toAPI(WebMouseEvent::Button mouseButton) function in namespace:WebKit
292 inline WKContextMenuItemTag toAPI(WebCore::ContextMenuAction action) function in namespace:WebKit
648 inline WKContextMenuItemType toAPI(WebCore::ContextMenuItemType type) function in namespace:WebKit
687 inline WKFrameNavigationType toAPI(WebCore::NavigationType type) function in namespace:WebKit
715 inline WKSameDocumentNavigationType toAPI(SameDocumentNavigationType type) function in namespace:WebKit
[all...]

Completed in 182 milliseconds