HomeSort by relevance Sort by last modified time
    Searched defs:APIType (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/webkit/Source/WebKit2/UIProcess/Authentication/
AuthenticationDecisionListener.h 40 static const Type APIType = TypeAuthenticationDecisionListener;
55 virtual Type type() const { return APIType; }
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; }
  /external/webkit/Source/WebKit2/UIProcess/
WebFormSubmissionListenerProxy.h 37 static const Type APIType = TypeFormSubmissionListener;
49 virtual Type type() const { return APIType; }
WebFramePolicyListenerProxy.h 35 static const Type APIType = TypeFramePolicyListener;
49 virtual Type type() const { return APIType; }
WebOpenPanelResultListenerProxy.h 40 static const Type APIType = TypeFramePolicyListener;
57 virtual Type type() const { return APIType; }
GeolocationPermissionRequestProxy.h 38 static const Type APIType = TypeGeolocationPermissionRequest;
53 virtual Type type() const { return APIType; }
WebApplicationCacheManagerProxy.h 54 static const Type APIType = TypeApplicationCacheManager;
73 virtual Type type() const { return APIType; }
WebGeolocationManagerProxy.h 45 static const Type APIType = TypeGeolocationManager;
63 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; }
WebNavigationData.h 37 static const Type APIType = TypeNavigationData;
52 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/UIProcess/win/
WebTextChecker.h 40 static const Type APIType = TypeTextChecker;
56 virtual Type type() const { return APIType; }
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
InjectedBundleNodeHandle.h 47 static const Type APIType = TypeBundleNodeHandle;
81 virtual Type type() const { return APIType; }
InjectedBundleRangeHandle.h 43 static const Type APIType = TypeBundleRangeHandle;
55 virtual Type type() const { return APIType; }
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleHitTestResult.h 42 static const Type APIType = TypeBundleHitTestResult;
69 virtual Type type() const { return APIType; }
InjectedBundleScriptWorld.h 41 static const Type APIType = TypeBundleScriptWorld;
56 virtual Type type() const { return APIType; }
  /external/webkit/Source/WebKit2/Shared/
WebCertificateInfo.h 37 static const Type APIType = TypeCertificateInfo;
52 virtual Type type() const { return APIType; }
WebContextMenuItem.h 38 static const Type APIType = TypeContextMenuItem;
57 virtual Type type() const { return APIType; }
WebGraphicsContext.h 43 static const Type APIType = TypeGraphicsContext;
60 virtual Type type() const { return APIType; }
WebImage.h 45 static const Type APIType = TypeImage;
58 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; }
WebUserContentURLPattern.h 39 static const Type APIType = TypeUserContentURLPattern;
57 virtual Type type() const { return APIType; }

Completed in 1038 milliseconds

1 2 3