HomeSort by relevance Sort by last modified time
    Searched refs:APIType (Results 26 - 50 of 119) sorted by null

12 3 4 5

  /external/webkit/Source/WebKit2/UIProcess/Authentication/
WebCredential.h 40 static const Type APIType = TypeCredential;
59 virtual Type type() const { return APIType; }
WebProtectionSpace.h 37 static const Type APIType = TypeProtectionSpace;
56 virtual Type type() const { return APIType; }
AuthenticationChallengeProxy.h 48 static const Type APIType = TypeAuthenticationChallenge;
68 virtual Type type() const { return APIType; }
  /external/webkit/Source/WebKit2/UIProcess/
WebGeolocationManagerProxy.h 45 static const Type APIType = TypeGeolocationManager;
63 virtual Type type() const { return APIType; }
WebApplicationCacheManagerProxy.h 54 static const Type APIType = TypeApplicationCacheManager;
73 virtual Type type() const { return APIType; }
WebKeyValueStorageManagerProxy.h 54 static const Type APIType = TypeKeyValueStorageManager;
73 virtual Type type() const { return APIType; }
WebMediaCacheManagerProxy.h 52 static const Type APIType = TypeMediaCacheManager;
71 virtual Type type() const { return APIType; }
WebPageGroup.h 41 static const Type APIType = TypePageGroup;
63 virtual Type type() const { return APIType; }
WebResourceCacheManagerProxy.h 53 static const Type APIType = TypeCacheManager;
72 virtual Type type() const { return APIType; }
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleScriptWorld.h 41 static const Type APIType = TypeBundleScriptWorld;
56 virtual Type type() const { return APIType; }
  /external/webkit/Source/WebKit2/Shared/API/c/
WKUserContentURLPattern.cpp 36 return toAPI(WebUserContentURLPattern::APIType);
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKAuthenticationDecisionListener.cpp 36 return toAPI(AuthenticationDecisionListener::APIType);
WKBackForwardListItem.cpp 36 return toAPI(WebBackForwardListItem::APIType);
WKDownload.cpp 37 return toAPI(DownloadProxy::APIType);
WKFramePolicyListener.cpp 37 return toAPI(WebFramePolicyListenerProxy::APIType);
WKGeolocationPosition.cpp 36 return toAPI(WebGeolocationPosition::APIType);
WKNavigationData.cpp 36 return toAPI(WebNavigationData::APIType);
WKOpenPanelResultListener.cpp 36 return toAPI(WebOpenPanelResultListenerProxy::APIType);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleScriptWorld.cpp 37 return toAPI(InjectedBundleScriptWorld::APIType);
  /external/webkit/Source/WebKit2/Shared/
WebError.h 39 static const Type APIType = TypeError;
70 virtual Type type() const { return APIType; }
WebGeolocationPosition.h 38 static const Type APIType = TypeGeolocationPosition;
67 virtual Type type() const { return APIType; }
WebGraphicsContext.h 43 static const Type APIType = TypeGraphicsContext;
60 virtual Type type() const { return APIType; }
WebURLRequest.h 45 static const Type APIType = TypeURLRequest;
71 virtual Type type() const { return APIType; }
WebURLResponse.h 45 static const Type APIType = TypeURLResponse;
64 virtual Type type() const { return APIType; }
  /external/webkit/Source/WebKit2/UIProcess/win/
WebGrammarDetail.h 40 static const Type APIType = TypeGrammarDetail;
55 virtual Type type() const { return APIType; }

Completed in 435 milliseconds

12 3 4 5