Searched defs:APIType (Results 1 - 25 of 61) sorted by relevance

123

/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 DWebGraphicsContext.h43 static const Type APIType = TypeGraphicsContext; member in class:WebKit::WebGraphicsContext
60 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; }
H A DImmutableArray.h40 static const Type APIType = TypeArray; member in class:WebKit::ImmutableArray
58 T* at(size_t i) { if (m_entries[i]->type() != T::APIType) return 0; return static_cast<T*>(m_entries[i].get()); }
70 virtual Type type() const { return APIType; }
H A DImmutableDictionary.h43 static const Type APIType = TypeDictionary; member in class:WebKit::ImmutableDictionary
67 if (item->type() != T::APIType)
88 virtual Type type() const { return APIType; }
H A DWebError.h39 static const Type APIType = TypeError; member in class:WebKit::WebError
70 virtual Type type() const { return APIType; }
H A DWebGeolocationPosition.h38 static const Type APIType = TypeGeolocationPosition; member in class:WebKit::WebGeolocationPosition
67 virtual Type type() const { return APIType; }
H A DWebNumber.h37 static const Type APIType = APIObjectType; member in class:WebKit::WebNumber
52 virtual Type type() const { return APIType; }
H A DWebOpenPanelParameters.h42 static const Type APIType = TypeOpenPanelParameters; member in class:WebKit::WebOpenPanelParameters
62 virtual Type type() const { return APIType; }
H A DWebSecurityOrigin.h37 static const Type APIType = TypeSecurityOrigin; member in class:WebKit::WebSecurityOrigin
67 virtual Type type() const { return APIType; }
H A DWebURL.h42 static const Type APIType = TypeURL; member in class:WebKit::WebURL
79 virtual Type type() const { return APIType; }
H A DWebURLRequest.h45 static const Type APIType = TypeURLRequest; member in class:WebKit::WebURLRequest
71 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/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 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/WebProcess/InjectedBundle/DOM/
H A DInjectedBundleNodeHandle.h47 static const Type APIType = TypeBundleNodeHandle; member in class:WebKit::InjectedBundleNodeHandle
81 virtual Type type() const { return APIType; }
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 DInjectedBundleHitTestResult.h42 static const Type APIType = TypeBundleHitTestResult; member in class:WebKit::InjectedBundleHitTestResult
69 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 DWebInspector.h43 static const Type APIType = TypeBundleInspector; member in class:WebKit::WebInspector
68 virtual Type type() const { return APIType; }

Completed in 102 milliseconds

123