Searched defs:wrapper (Results 1 - 25 of 113) sorted by relevance

12345

/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/weak-coalesce-c++/
H A Da.h24 struct wrapper { struct
/macosx-10.10/WebKit2-7600.1.25/Shared/Cocoa/
H A DWKNSArray.h33 inline NSArray *wrapper(API::Array& array) function
H A DWKNSData.h33 inline NSData *wrapper(API::Data& data) function
H A DWKNSDictionary.h34 inline NSDictionary *wrapper(ImmutableDictionary& dictionary) { ASSERT([dictionary.wrapper() isKindOfClass:[NSDictionary class]]); return (NSDictionary *)dictionary.wrapper(); } function in namespace:WebKit
H A DWKNSError.h35 inline NSError *wrapper(API::Error& error) function in namespace:WebKit
H A DWKNSString.h34 inline NSString *wrapper(API::String& string) { ASSERT([string.wrapper() isKindOfClass:[NSString class]]); return (NSString *)string.wrapper(); } function in namespace:WebKit
H A DWKNSURL.h35 inline NSURL *wrapper(API::URL& url) function in namespace:WebKit
H A DWKNSURLProtectionSpace.h35 inline NSURLProtectionSpace *wrapper(WebProtectionSpace& protectionSpace) function in namespace:WebKit
H A DWKNSURLRequest.h35 inline NSURLRequest *wrapper(API::URLRequest& request) function in namespace:WebKit
/macosx-10.10/WebKit2-7600.1.25/Shared/API/Cocoa/
H A D_WKFrameHandleInternal.h35 inline _WKFrameHandle *wrapper(API::FrameHandle& frameHandle) function in namespace:WebKit
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKBackForwardListInternal.h34 inline WKBackForwardList *wrapper(WebBackForwardList& list) { ASSERT([list.wrapper() isKindOfClass:[WKBackForwardList class]]); return (WKBackForwardList *)list.wrapper(); } function in namespace:WebKit
H A DWKBackForwardListItemInternal.h34 inline WKBackForwardListItem *wrapper(WebBackForwardListItem& item) { ASSERT([item.wrapper() isKindOfClass:[WKBackForwardListItem class]]); return (WKBackForwardListItem *)item.wrapper(); } function in namespace:WebKit
H A DWKBrowsingContextGroupInternal.h35 inline WKBrowsingContextGroup *wrapper(WebPageGroup& pageGroup) function in namespace:WebKit
H A DWKConnectionInternal.h35 inline WKConnection *wrapper(WebConnection& connection) function in namespace:WebKit
H A DWKNSURLAuthenticationChallenge.h35 inline NSURLAuthenticationChallenge *wrapper(AuthenticationChallengeProxy& challenge) function in namespace:WebKit
H A DWKNavigationDataInternal.h35 inline WKNavigationData *wrapper(API::NavigationData& data) function in namespace:WebKit
H A D_WKWebsiteDataStoreInternal.h35 inline _WKWebsiteDataStore *wrapper(API::Session& session) function in namespace:WebKit
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/Cocoa/
H A DWKWebProcessPlugInFrameInternal.h36 inline WKWebProcessPlugInFrame *wrapper(WebFrame& frame) function in namespace:WebKit
H A DWKWebProcessPlugInHitTestResultInternal.h35 inline WKWebProcessPlugInHitTestResult *wrapper(InjectedBundleHitTestResult& hitTestResult) function in namespace:WebKit
H A DWKWebProcessPlugInNodeHandleInternal.h35 inline WKWebProcessPlugInNodeHandle *wrapper(InjectedBundleNodeHandle& nodeHandle) function in namespace:WebKit
H A DWKWebProcessPlugInPageGroupInternal.h35 inline WKWebProcessPlugInPageGroup *wrapper(WebPageGroupProxy& pageGroup) function in namespace:WebKit
H A DWKWebProcessPlugInScriptWorldInternal.h35 inline WKWebProcessPlugInScriptWorld *wrapper(InjectedBundleScriptWorld& world) function in namespace:WebKit
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/mac/
H A DWKWebProcessPlugInBrowserContextControllerInternal.h35 inline WKWebProcessPlugInBrowserContextController *wrapper(WebPage& page) function in namespace:WebKit
H A DWKWebProcessPlugInInternal.h35 inline WKWebProcessPlugInController *wrapper(InjectedBundle& bundle) function in namespace:WebKit
/macosx-10.10/WebCore-7600.1.25/accessibility/win/
H A DAccessibilityObjectWrapperWin.cpp52 AccessibilityObjectWrapper* wrapper = obj->wrapper(); local

Completed in 278 milliseconds

12345