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

1 2 3 45

  /external/webkit/Source/WebKit2/Shared/API/c/
WKString.cpp 36 return toAPI(WebString::APIType);
WKContextMenuItem.cpp 40 return toAPI(WebContextMenuItem::APIType);
WKSharedAPICast.h 69 template<typename APIType> struct APITypeInfo { };
74 template<> struct ImplTypeInfo<TheImplType*> { typedef TheAPIType APIType; };
98 template<typename ImplType, typename APIType = typename ImplTypeInfo<ImplType*>::APIType>
106 operator APIType() { return toAPI(m_impl.get()); }
127 inline typename ImplTypeInfo<T>::APIType toAPI(T t)
129 return reinterpret_cast<typename ImplTypeInfo<T>::APIType>(t);
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKCookieManager.cpp 36 return toAPI(WebCookieManagerProxy::APIType);
WKInspector.cpp 38 return toAPI(WebInspectorProxy::APIType);
WKDatabaseManager.cpp 40 return toAPI(WebDatabaseManagerProxy::APIType);
WKFrame.cpp 40 return toAPI(WebFrameProxy::APIType);
WKContext.cpp 41 return toAPI(WebContext::APIType);
WKPreferences.cpp 40 return toAPI(WebPreferences::APIType);
WKPage.cpp 45 return toAPI(WebPageProxy::APIType);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleHitTestResult.cpp 38 return toAPI(InjectedBundleHitTestResult::APIType);
WKBundleNodeHandle.cpp 39 return toAPI(InjectedBundleNodeHandle::APIType);
WKBundlePageOverlay.cpp 123 return toAPI(PageOverlay::APIType);
WKBundle.cpp 38 return toAPI(InjectedBundle::APIType);
WKBundleFrame.cpp 41 return toAPI(WebFrame::APIType);
WKBundlePage.cpp 46 return toAPI(WebPage::APIType);
  /external/webkit/Source/WebKit2/UIProcess/
WebContext.h 62 static const Type APIType = TypeContext;
181 virtual Type type() const { return APIType; }
WebPageProxy.h 160 static const Type APIType = TypePage;
497 virtual Type type() const { return APIType; }
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 124 static const Type APIType = TypeBundlePage;
419 virtual Type type() const { return APIType; }

Completed in 217 milliseconds

1 2 3 45