Searched refs:APIType (Results 1 - 25 of 91) sorted by relevance

1234

/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/c/
H A DWKCertificateInfo.cpp36 return toAPI(WebCertificateInfo::APIType);
H A DWKGeometry.cpp36 return toAPI(API::Size::APIType);
41 return toAPI(API::Point::APIType);
46 return toAPI(API::Rect::APIType);
H A DWKConnectionRef.cpp36 return toAPI(WebConnection::APIType);
H A DWKData.cpp36 return toAPI(API::Data::APIType);
H A DWKImage.cpp36 return toAPI(WebImage::APIType);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKViewportAttributes.cpp36 return toAPI(WebViewportAttributes::APIType);
H A DWKFormSubmissionListener.cpp36 return toAPI(WebFormSubmissionListenerProxy::APIType);
H A DWKGeolocationPermissionRequest.cpp36 return toAPI(GeolocationPermissionRequestProxy::APIType);
H A DWKNotificationPermissionRequest.cpp36 return toAPI(NotificationPermissionRequest::APIType);
H A DWKAuthenticationDecisionListener.cpp36 return toAPI(AuthenticationDecisionListener::APIType);
H A DWKBackForwardListItemRef.cpp36 return toAPI(WebBackForwardListItem::APIType);
H A DWKFramePolicyListener.cpp37 return toAPI(WebFramePolicyListenerProxy::APIType);
H A DWKOpenPanelResultListener.cpp36 return toAPI(WebOpenPanelResultListenerProxy::APIType);
H A DWKSessionRef.cpp42 return toAPI(API::Session::APIType);
H A DWKVibration.cpp40 return toAPI(WebVibrationProxy::APIType);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundlePageBanner.cpp37 return toAPI(PageBanner::APIType);
H A DWKBundlePageGroup.cpp37 return toAPI(WebPageGroupProxy::APIType);
H A DWKBundleRangeHandle.cpp38 return toAPI(InjectedBundleRangeHandle::APIType);
H A DWKBundleScriptWorld.cpp37 return toAPI(InjectedBundleScriptWorld::APIType);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebFormSubmissionListenerProxy.h43 static const Type APIType = Type::FormSubmissionListener; member in class:WebKit::WebFormSubmissionListenerProxy
55 virtual Type type() const { return APIType; }
58 void* operator new(size_t size) { return newObject(size, APIType); }
H A DWebFramePolicyListenerProxy.h41 static const Type APIType = Type::FramePolicyListener; member in class:WebKit::WebFramePolicyListenerProxy
55 virtual Type type() const { return APIType; }
58 void* operator new(size_t size) { return newObject(size, APIType); }
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/efl/
H A DWKColorPickerResultListener.cpp37 return toAPI(WebColorPickerResultListenerProxy::APIType);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/soup/
H A DWKSoupCustomProtocolRequestManager.cpp37 return toAPI(WebSoupCustomProtocolRequestManager::APIType);
/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/c/mac/
H A DWKObjCTypeWrapperRef.mm36 return toAPI(ObjCObjectGraph::APIType);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/efl/
H A DEwkTouchEvent.h41 static const API::Object::Type APIType = API::Object::Type::TouchEvent; member in class:WebKit::EwkTouchEvent
56 virtual API::Object::Type type() const { return APIType; }

Completed in 126 milliseconds

1234