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

12345

/external/webkit/Source/WebKit2/Shared/API/c/
H A DWKCertificateInfo.cpp36 return toAPI(WebCertificateInfo::APIType);
H A DWKGraphicsContext.cpp36 return toAPI(WebGraphicsContext::APIType);
H A DWKURLResponse.cpp36 return toAPI(WebURLResponse::APIType);
H A DWKNumber.cpp36 return toAPI(WebBoolean::APIType);
52 return toAPI(WebDouble::APIType);
68 return toAPI(WebUInt64::APIType);
H A DWKUserContentURLPattern.cpp36 return toAPI(WebUserContentURLPattern::APIType);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundleRangeHandle.cpp37 return toAPI(InjectedBundleRangeHandle::APIType);
H A DWKBundlePageGroup.cpp37 return toAPI(WebPageGroupProxy::APIType);
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKFormSubmissionListener.cpp36 return toAPI(WebFormSubmissionListenerProxy::APIType);
H A DWKOpenPanelParameters.cpp36 return toAPI(WebOpenPanelParameters::APIType);
H A DWKGeolocationPermissionRequest.cpp36 return toAPI(GeolocationPermissionRequestProxy::APIType);
/external/webkit/Source/WebKit2/Shared/
H A DWebCertificateInfo.h37 static const Type APIType = TypeCertificateInfo; member in class:WebKit::WebCertificateInfo
52 virtual Type type() const { return APIType; }
H A DWebContextMenuItem.h38 static const Type APIType = TypeContextMenuItem; member in class:WebKit::WebContextMenuItem
57 virtual Type type() const { return APIType; }
H A DWebImage.h45 static const Type APIType = TypeImage; member in class:WebKit::WebImage
58 virtual Type type() const { return APIType; }
/external/webkit/Source/WebKit2/UIProcess/
H A DWebFormSubmissionListenerProxy.h37 static const Type APIType = TypeFormSubmissionListener; member in class:WebKit::WebFormSubmissionListenerProxy
49 virtual Type type() const { return APIType; }
H A DWebFramePolicyListenerProxy.h35 static const Type APIType = TypeFramePolicyListener; member in class:WebKit::WebFramePolicyListenerProxy
49 virtual Type type() const { return APIType; }
H A DGeolocationPermissionRequestProxy.h38 static const Type APIType = TypeGeolocationPermissionRequest; member in class:WebKit::GeolocationPermissionRequestProxy
53 virtual Type type() const { return APIType; }
H A DWebNavigationData.h37 static const Type APIType = TypeNavigationData; member in class:WebKit::WebNavigationData
52 virtual Type type() const { return APIType; }
H A DWebOpenPanelResultListenerProxy.h40 static const Type APIType = TypeFramePolicyListener; member in class:WebKit::WebOpenPanelResultListenerProxy
57 virtual Type type() const { return APIType; }
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebTextChecker.h40 static const Type APIType = TypeTextChecker; member in class:WebKit::WebTextChecker
56 virtual Type type() const { return APIType; }
/external/webkit/Source/WebKit2/UIProcess/Authentication/
H A DAuthenticationDecisionListener.h40 static const Type APIType = TypeAuthenticationDecisionListener; member in class:WebKit::AuthenticationDecisionListener
55 virtual Type type() const { return APIType; }
H A DWebProtectionSpace.h37 static const Type APIType = TypeProtectionSpace; member in class:WebKit::WebProtectionSpace
56 virtual Type type() const { return APIType; }
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
H A DInjectedBundleRangeHandle.h43 static const Type APIType = TypeBundleRangeHandle; member in class:WebKit::InjectedBundleRangeHandle
55 virtual Type type() const { return APIType; }
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundleBackForwardList.h40 static const Type APIType = TypeBundleBackForwardList; member in class:WebKit::InjectedBundleBackForwardList
58 virtual Type type() const { return APIType; }
H A DInjectedBundleScriptWorld.h41 static const Type APIType = TypeBundleScriptWorld; member in class:WebKit::InjectedBundleScriptWorld
56 virtual Type type() const { return APIType; }
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPageGroupProxy.h37 static const Type APIType = TypeBundlePageGroup; member in class:WebKit::WebPageGroupProxy
53 virtual Type type() const { return APIType; }

Completed in 253 milliseconds

12345