Home
last modified time | relevance | path

Searched refs:APIType (Results 1 – 25 of 121) sorted by relevance

12345

/external/webkit/Source/WebKit2/Shared/API/c/
DWKNumber.cpp36 return toAPI(WebBoolean::APIType); in WKBooleanGetTypeID()
52 return toAPI(WebDouble::APIType); in WKDoubleGetTypeID()
68 return toAPI(WebUInt64::APIType); in WKUInt64GetTypeID()
/external/webkit/Source/WebKit2/Shared/
DImmutableArray.h40 static const Type APIType = TypeArray;
58 …T* at(size_t i) { if (m_entries[i]->type() != T::APIType) return 0; return static_cast<T*>(m_entri… in at()
70 virtual Type type() const { return APIType; } in type()
DImmutableDictionary.h43 static const Type APIType = TypeDictionary;
67 if (item->type() != T::APIType) in get()
88 virtual Type type() const { return APIType; } in type()
DWebCertificateInfo.h37 static const Type APIType = TypeCertificateInfo;
52 virtual Type type() const { return APIType; } in type()
DWebImage.h45 static const Type APIType = TypeImage;
58 virtual Type type() const { return APIType; } in type()
DWebOpenPanelParameters.h42 static const Type APIType = TypeOpenPanelParameters;
62 virtual Type type() const { return APIType; } in type()
DWebContextMenuItem.h38 static const Type APIType = TypeContextMenuItem;
57 virtual Type type() const { return APIType; } in type()
DWebUserContentURLPattern.h39 static const Type APIType = TypeUserContentURLPattern;
57 virtual Type type() const { return APIType; } in type()
DWebNumber.h37 static const Type APIType = APIObjectType;
52 virtual Type type() const { return APIType; } in type()
DWebGraphicsContext.h43 static const Type APIType = TypeGraphicsContext;
60 virtual Type type() const { return APIType; } in type()
DWebURLResponse.h45 static const Type APIType = TypeURLResponse;
64 virtual Type type() const { return APIType; } in type()
/external/webkit/Source/WebKit2/UIProcess/
DWebFormSubmissionListenerProxy.h37 static const Type APIType = TypeFormSubmissionListener;
49 virtual Type type() const { return APIType; } in type()
DWebFramePolicyListenerProxy.h35 static const Type APIType = TypeFramePolicyListener;
49 virtual Type type() const { return APIType; } in type()
DWebOpenPanelResultListenerProxy.h40 static const Type APIType = TypeFramePolicyListener;
57 virtual Type type() const { return APIType; } in type()
DWebNavigationData.h37 static const Type APIType = TypeNavigationData;
52 virtual Type type() const { return APIType; } in type()
DGeolocationPermissionRequestProxy.h38 static const Type APIType = TypeGeolocationPermissionRequest;
53 virtual Type type() const { return APIType; } in type()
/external/webkit/Source/WebKit2/UIProcess/win/
DWebTextChecker.h40 static const Type APIType = TypeTextChecker;
56 virtual Type type() const { return APIType; } in type()
/external/webkit/Source/WebKit2/UIProcess/Authentication/
DAuthenticationDecisionListener.h40 static const Type APIType = TypeAuthenticationDecisionListener;
55 virtual Type type() const { return APIType; } in type()
DWebProtectionSpace.h37 static const Type APIType = TypeProtectionSpace;
56 virtual Type type() const { return APIType; } in type()
DWebCredential.h40 static const Type APIType = TypeCredential;
59 virtual Type type() const { return APIType; } in type()
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
DInjectedBundleRangeHandle.h43 static const Type APIType = TypeBundleRangeHandle;
55 virtual Type type() const { return APIType; } in type()
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
DInjectedBundleBackForwardList.h40 static const Type APIType = TypeBundleBackForwardList;
58 virtual Type type() const { return APIType; } in type()
DInjectedBundleScriptWorld.h41 static const Type APIType = TypeBundleScriptWorld;
56 virtual Type type() const { return APIType; } in type()
DInjectedBundleHitTestResult.h42 static const Type APIType = TypeBundleHitTestResult;
69 virtual Type type() const { return APIType; } in type()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPageGroupProxy.h37 static const Type APIType = TypeBundlePageGroup;
53 virtual Type type() const { return APIType; } in type()

12345