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

1 23 4 5

  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundleBackForwardListItem.h 39 static const Type APIType = TypeBundleBackForwardListItem;
62 virtual Type type() const { return APIType; }
InjectedBundleHitTestResult.h 42 static const Type APIType = TypeBundleHitTestResult;
69 virtual Type type() const { return APIType; }
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebInspector.h 43 static const Type APIType = TypeBundleInspector;
68 virtual Type type() const { return APIType; }
  /external/webkit/Source/WebKit2/Shared/API/c/
WKData.cpp 36 return toAPI(WebData::APIType);
WKDictionary.cpp 37 return toAPI(ImmutableDictionary::APIType);
WKError.cpp 36 return toAPI(WebError::APIType);
WKImage.cpp 36 return toAPI(WebImage::APIType);
WKURLRequest.cpp 38 return toAPI(WebURLRequest::APIType);
WKArray.cpp 36 return toAPI(ImmutableArray::APIType);
WKURL.cpp 35 return toAPI(WebURL::APIType);
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKApplicationCacheManager.cpp 36 return toAPI(WebApplicationCacheManagerProxy::APIType);
WKAuthenticationChallenge.cpp 38 return toAPI(AuthenticationChallengeProxy::APIType);
WKCredential.cpp 37 return toAPI(WebCredential::APIType);
WKGeolocationManager.cpp 36 return toAPI(WebGeolocationManagerProxy::APIType);
WKKeyValueStorageManager.cpp 36 return toAPI(WebKeyValueStorageManagerProxy::APIType);
WKMediaCacheManager.cpp 36 return toAPI(WebMediaCacheManagerProxy::APIType);
WKPageGroup.cpp 37 return toAPI(WebPageGroup::APIType);
WKProtectionSpace.cpp 36 return toAPI(WebProtectionSpace::APIType);
WKResourceCacheManager.cpp 36 return toAPI(WebResourceCacheManagerProxy::APIType);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleBackForwardList.cpp 37 return toAPI(InjectedBundleBackForwardList::APIType);
WKBundleInspector.cpp 40 return toAPI(WebInspector::APIType);
  /external/webkit/Source/WebKit2/Shared/
ImmutableArray.h 40 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_entries[i].get()); }
70 virtual Type type() const { return APIType; }
ImmutableDictionary.h 43 static const Type APIType = TypeDictionary;
67 if (item->type() != T::APIType)
88 virtual Type type() const { return APIType; }
WebBackForwardListItem.h 42 static const Type APIType = TypeBackForwardListItem;
73 virtual Type type() const { return APIType; }
WebData.h 39 static const Type APIType = TypeData;
88 virtual Type type() const { return APIType; }

Completed in 270 milliseconds

1 23 4 5