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

1 2 3 4 5

  /external/webkit/Source/WebKit2/Shared/API/c/
WKCertificateInfo.cpp 36 return toAPI(WebCertificateInfo::APIType);
WKGraphicsContext.cpp 36 return toAPI(WebGraphicsContext::APIType);
WKURLResponse.cpp 36 return toAPI(WebURLResponse::APIType);
WKNumber.cpp 36 return toAPI(WebBoolean::APIType);
52 return toAPI(WebDouble::APIType);
68 return toAPI(WebUInt64::APIType);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleRangeHandle.cpp 37 return toAPI(InjectedBundleRangeHandle::APIType);
WKBundlePageGroup.cpp 37 return toAPI(WebPageGroupProxy::APIType);
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKFormSubmissionListener.cpp 36 return toAPI(WebFormSubmissionListenerProxy::APIType);
WKOpenPanelParameters.cpp 36 return toAPI(WebOpenPanelParameters::APIType);
WKGeolocationPermissionRequest.cpp 36 return toAPI(GeolocationPermissionRequestProxy::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; }
GeolocationPermissionRequestProxy.h 38 static const Type APIType = TypeGeolocationPermissionRequest;
53 virtual Type type() const { return APIType; }
WebNavigationData.h 37 static const Type APIType = TypeNavigationData;
52 virtual Type type() const { return APIType; }
WebOpenPanelResultListenerProxy.h 40 static const Type APIType = TypeFramePolicyListener;
57 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; }
WebImage.h 45 static const Type APIType = TypeImage;
58 virtual Type type() const { return APIType; }
WebNumber.h 37 static const Type APIType = APIObjectType;
52 virtual Type type() const { return APIType; }
WebOpenPanelParameters.h 42 static const Type APIType = TypeOpenPanelParameters;
62 virtual Type type() const { return APIType; }
WebUserContentURLPattern.h 39 static const Type APIType = TypeUserContentURLPattern;
57 virtual Type type() const { return APIType; }
  /external/webkit/Source/WebKit2/UIProcess/Authentication/
AuthenticationDecisionListener.h 40 static const Type APIType = TypeAuthenticationDecisionListener;
55 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/
InjectedBundleRangeHandle.h 43 static const Type APIType = TypeBundleRangeHandle;
55 virtual Type type() const { return APIType; }
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleBackForwardList.h 40 static const Type APIType = TypeBundleBackForwardList;
58 virtual Type type() const { return APIType; }
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPageGroupProxy.h 37 static const Type APIType = TypeBundlePageGroup;
53 virtual Type type() const { return APIType; }

Completed in 353 milliseconds

1 2 3 4 5