|
| | importlib ("STDOLE2.TLB") |
| |
| coclass WebKit::WebView | uuid (66827ec1-3aef-4241-bac5-f776b44f030f)] coclass WebIconDatabase |
| |
| coclass WebKit::WebMutableURLRequest | uuid (ba590766-0a6f-46c7-b96e-743490d94cb7)] coclass WebNotificationCenter |
| |
| coclass WebKit::WebHistory | uuid (dd653964-4d37-4fb2-9cb6-6a9a97719332)] coclass CFDictionaryPropertyBag |
| |
| coclass WebKit::WebHistoryItem | uuid (1119E970-4b13-4b9a-a049-41096104b689)] coclass WebApplicationCache |
| |
| coclass WebKit::WebCache | uuid (1820D883-42FE-4b78-88C8-5456BB19D224)] coclass WebJavaScriptCollector |
| |
| coclass WebKit::WebPreferences | uuid (E93AA8D7-F362-4a4a-A95D-325906BEB5F0)] coclass WebKitStatistics |
| |
| coclass WebKit::WebError | uuid (7433F53B-7FE9-484a-9432-72909457A646)] coclass WebURLCredential |
| |
| coclass WebKit::WebDownload | uuid (2FB5499A-BB5D-4469-8517-789FEC8FD9BA)] coclass WebURLRequest |
| |
| coclass WebKit::WebURLProtectionSpace | uuid (AB201196-8DD2-4d45-AEBD-029B6A37AA27)] coclass WebURLResponse |
| |
| coclass WebKit::WebTextRenderer | uuid (C2A1BFC2-1E7C-49fe-8592-D0C7FB440BC0)] coclass WebDatabaseManager |
| |
| coclass WebKit::WebArchive | uuid (96B93356-9D61-4b3f-A6CF-A78283AC9649)] coclass WebCoreStatistics |
| |
| coclass WebKit::WebWorkersPrivate | uuid (D3C301EE-D59A-49c0-A43A-9EA01CDB1590)] coclass WebScriptWorld |
| |
| coclass WebKit::WebSerializedJSValue | uuid (67712611-83CF-4703-89FC-07A0E2A19C0D)] coclass WebGeolocationPosition |
| |
| coclass WebKit::WebUserContentURLPattern | uuid (6eb8d98f-2723-4472-88d3-5936f9d6e631)] coclass WebSecurityOrigin |
| |
| ResourceError | platformDownloadNetworkError (int errorCode, const URL &failingURL, const String &localizedDescription) |
| |
| ResourceError | platformDownloadDestinationError (const ResourceResponse &response, const String &message) |
| |
| int | NetworkProcessMainUnix (int argc, char **argv) |
| |
| void | paintImage (CGContextRef context, CGImageRef image, CGFloat scaleFactor, CGPoint destination, CGRect source) |
| |
| String | logLevelString () |
| |
| NSData * | newAccessibilityRemoteToken (NSUUID *) |
| |
| void | initializeLogChannelsIfNecessary () |
| |
| NSString * | nsStringFromWebCoreString (const String &string) |
| |
| NSString * | formattedPhoneNumberString (NSString *) |
| |
| void | WebKitPluginProcessShimInitialize (const PluginProcessShimCallbacks &callbacks) |
| |
| | DYLD_INTERPOSE (shimDebugger, Debugger) |
| |
| | DYLD_INTERPOSE (shimGetCurrentEventButtonState, GetCurrentEventButtonState) |
| |
| | DYLD_INTERPOSE (shimIsWindowActive, IsWindowActive) |
| |
| | DYLD_INTERPOSE (shimModalDialog, ModalDialog) |
| |
| | DYLD_INTERPOSE (shimAlert, Alert) |
| |
| | DYLD_INTERPOSE (shimShowWindow, ShowWindow) |
| |
| | DYLD_INTERPOSE (shimHideWindow, HideWindow) |
| |
| | DYLD_INTERPOSE (shimLSOpenCFURLRef, LSOpenCFURLRef) |
| |
| | DYLD_INTERPOSE (shimMachVMMap, mach_vm_map) |
| |
| | DYLD_INTERPOSE (shim_shmat, shmat) |
| |
| | DYLD_INTERPOSE (shim_shmdt, shmdt) |
| |
| | DYLD_INTERPOSE (shim_shmget, shmget) |
| |
| | DYLD_INTERPOSE (shim_shmctl, shmctl) |
| |
| | DYLD_INTERPOSE (shimCFStringCompare, CFStringCompare) |
| |
| | __attribute__ ((visibility("default"))) void WebKitPluginProcessShimInitialize(const PluginProcessShimCallbacks &callbacks) |
| |
| WK_EXPORT int | PluginProcessMainUnix (int argc, char **argv) |
| |
| template<typename T , typename APIType = typename ImplTypeInfo<T>::APIType> |
| auto | toAPI (T *t) -> APIType |
| |
| template<typename T , typename ImplType = typename APITypeInfo<T>::ImplType> |
| auto | toImpl (T t) -> ImplType * |
| |
| ProxyingRefPtr< API::String > | toAPI (StringImpl *string) |
| |
| WKStringRef | toCopiedAPI (const String &string) |
| |
| ProxyingRefPtr< API::URL > | toURLRef (StringImpl *string) |
| |
| WKURLRef | toCopiedURLAPI (const String &string) |
| |
| String | toWTFString (WKStringRef stringRef) |
| |
| String | toWTFString (WKURLRef urlRef) |
| |
| ProxyingRefPtr< API::Error > | toAPI (const WebCore::ResourceError &error) |
| |
| ProxyingRefPtr< API::URLRequest > | toAPI (const WebCore::ResourceRequest &request) |
| |
| ProxyingRefPtr< API::URLResponse > | toAPI (const WebCore::ResourceResponse &response) |
| |
| WKSecurityOriginRef | toCopiedAPI (WebCore::SecurityOrigin *origin) |
| |
| WebCore::FloatRect | toFloatRect (const WKRect &wkRect) |
| |
| WebCore::IntSize | toIntSize (const WKSize &wkSize) |
| |
| WebCore::IntPoint | toIntPoint (const WKPoint &wkPoint) |
| |
| WebCore::IntRect | toIntRect (const WKRect &wkRect) |
| |
| WKRect | toAPI (const WebCore::FloatRect &rect) |
| |
| WKRect | toAPI (const WebCore::IntRect &rect) |
| |
| WKSize | toAPI (const WebCore::IntSize &size) |
| |
| WKPoint | toAPI (const WebCore::IntPoint &point) |
| |
| WKTypeID | toAPI (API::Object::Type type) |
| |
| WKEventModifiers | toAPI (WebEvent::Modifiers modifiers) |
| |
| WKEventMouseButton | toAPI (WebMouseEvent::Button mouseButton) |
| |
| WKContextMenuItemTag | toAPI (WebCore::ContextMenuAction action) |
| |
| WebCore::ContextMenuAction | toImpl (WKContextMenuItemTag tag) |
| |
| WKContextMenuItemType | toAPI (WebCore::ContextMenuItemType type) |
| |
| FindOptions | toFindOptions (WKFindOptions wkFindOptions) |
| |
| WKFrameNavigationType | toAPI (WebCore::NavigationType type) |
| |
| WKSameDocumentNavigationType | toAPI (SameDocumentNavigationType type) |
| |
| SameDocumentNavigationType | toSameDocumentNavigationType (WKSameDocumentNavigationType wkType) |
| |
| WKDiagnosticLoggingResultType | toAPI (WebCore::DiagnosticLoggingResultType type) |
| |
| WebCore::DiagnosticLoggingResultType | toDiagnosticLoggingResultType (WKDiagnosticLoggingResultType wkType) |
| |
| WKLayoutMilestones | toWKLayoutMilestones (WebCore::LayoutMilestones milestones) |
| |
| WebCore::LayoutMilestones | toLayoutMilestones (WKLayoutMilestones wkMilestones) |
| |
| WebCore::PageVisibilityState | toPageVisibilityState (WKPageVisibilityState wkPageVisibilityState) |
| |
| ImageOptions | toImageOptions (WKImageOptions wkImageOptions) |
| |
| SnapshotOptions | snapshotOptionsFromImageOptions (WKImageOptions wkImageOptions) |
| |
| SnapshotOptions | toSnapshotOptions (WKSnapshotOptions wkSnapshotOptions) |
| |
| WebCore::UserScriptInjectionTime | toUserScriptInjectionTime (_WKUserScriptInjectionTime wkInjectedTime) |
| |
| _WKUserScriptInjectionTime | toWKUserScriptInjectionTime (WebCore::UserScriptInjectionTime injectedTime) |
| |
| WebCore::UserContentInjectedFrames | toUserContentInjectedFrames (WKUserContentInjectedFrames wkInjectedFrames) |
| |
| void | calculateMemoryCacheSizes (CacheModel cacheModel, unsigned &cacheTotalCapacity, unsigned &cacheMinDeadCapacity, unsigned &cacheMaxDeadCapacity, std::chrono::seconds &deadDecodedDataDeletionInterval, unsigned &pageCacheCapacity) |
| |
| void | calculateURLCacheSizes (CacheModel cacheModel, uint64_t diskFreeSize, unsigned &urlCacheMemoryCapacity, uint64_t &urlCacheDiskCapacity) |
| |
| template<typename XPCServiceType , typename XPCServiceInitializerDelegateType > |
| void | XPCServiceInitializer (OSObjectPtr< xpc_connection_t > connection, xpc_object_t initializerMessage, xpc_object_t priorityBoostMessage) |
| |
| void | XPCServiceExit (OSObjectPtr< xpc_object_t > &&priorityBoostMessage) |
| |
| String | executablePathOfWebProcess () |
| |
| String | executablePathOfPluginProcess () |
| |
| String | executablePathOfNetworkProcess () |
| |
| ImageOptions | snapshotOptionsToImageOptions (SnapshotOptions snapshotOptions) |
| |
| bool | operator== (const LayerTreeContext &a, const LayerTreeContext &b) |
| |
| bool | operator!= (const LayerTreeContext &a, const LayerTreeContext &b) |
| |
| String | codeSigningIdentifierForCurrentProcess () |
| |
| String | codeSigningIdentifier (xpc_connection_t) |
| |
| void | WebKitCookieStorageShimInitialize (const CookieStorageShimCallbacks &) |
| |
| | DYLD_INTERPOSE (shimCFHTTPCookieStorageCopyRequestHeaderFieldsForURL, _CFHTTPCookieStorageCopyRequestHeaderFieldsForURL) |
| |
| bool | processIsSandboxed (pid_t) |
| |
| bool | processHasContainer () |
| |
| String | pathForProcessContainer () |
| |
| bool | processHasEntitlement (NSString *entitlement) |
| |
| String | pluginSandboxProfile (const String &bundleIdentifier) |
| |
| bool | pluginHasSandboxProfile (const String &bundleIdentifier) |
| |
| String | pluginInformationBundleIdentifierKey () |
| |
| String | pluginInformationBundleVersionKey () |
| |
| String | pluginInformationBundleShortVersionKey () |
| |
| String | pluginInformationPathKey () |
| |
| String | pluginInformationDisplayNameKey () |
| |
| String | pluginInformationDefaultLoadPolicyKey () |
| |
| String | pluginInformationUpdatePastLastBlockedVersionIsKnownAvailableKey () |
| |
| String | pluginInformationHasSandboxProfileKey () |
| |
| String | pluginInformationFrameURLKey () |
| |
| String | pluginInformationMIMETypeKey () |
| |
| String | pluginInformationPageURLKey () |
| |
| String | pluginInformationPluginspageAttributeURLKey () |
| |
| String | pluginInformationPluginURLKey () |
| |
| String | plugInInformationReplacementObscuredKey () |
| |
| Ref< API::Dictionary > | createPluginInformationDictionary (const PluginModuleInfo &) |
| |
| Ref< API::Dictionary > | createPluginInformationDictionary (const PluginModuleInfo &, const String &frameURLString, const String &mimeType, const String &pageURLString, const String &pluginspageAttributeURLString, const String &pluginURLString, bool replacementObscured=false) |
| |
| Ref< API::Dictionary > | createPluginInformationDictionary (const String &mimeType, const String &frameURLString, const String &pageURLString) |
| |
| void | getPluginModuleInformation (const PluginModuleInfo &, API::Dictionary::MapType &) |
| |
| void | getPlatformPluginModuleInformation (const PluginModuleInfo &, API::Dictionary::MapType &) |
| |
| Vector< String > | pluginsDirectories () |
| |
| String | stringByResolvingSymlinksInPath (const String &path) |
| |
| String | resolvePathForSandboxExtension (const String &path) |
| |
| String | resolveAndCreateReadWriteDirectoryForSandboxExtension (const String &path) |
| |
| bool | isValidEnum (WebCore::ShouldOpenExternalURLsPolicy policy) |
| |
| template<typename ChildProcessType , typename ChildProcessMainType > |
| int | ChildProcessMain (int argc, char **argv) |
| |
| TextStream & | operator<< (TextStream &ts, const VisibleContentRectUpdateInfo &info) |
| |
| bool | operator== (const VisibleContentRectUpdateInfo &a, const VisibleContentRectUpdateInfo &b) |
| |
| WebCore::PlatformMouseEvent | platform (const WebMouseEvent &webEvent) |
| |
| WebCore::PlatformWheelEvent | platform (const WebWheelEvent &webEvent) |
| |
| WebCore::PlatformKeyboardEvent | platform (const WebKeyboardEvent &webEvent) |
| |
| void | InitializeWebKit2 () |
| |
| template<typename MappedType > |
| MappedType | as (const WebPreferencesStore::Value &) |
| |
| template<> |
| String | as< String > (const WebPreferencesStore::Value &value) |
| |
| template<> |
| bool | as< bool > (const WebPreferencesStore::Value &value) |
| |
| template<> |
| uint32_t | as< uint32_t > (const WebPreferencesStore::Value &value) |
| |
| template<> |
| double | as< double > (const WebPreferencesStore::Value &value) |
| |
| template<> |
| WKViewRef | toAPI (WebKitWebViewBase *view) |
| |
| template<> |
| WebKitWebViewBase * | toImpl (WKViewRef view) |
| |
| BundleHitTestResultMediaType | toBundleHitTestResultMediaType (WKBundleHitTestResultMediaType wkMediaType) |
| |
| WKBundleHitTestResultMediaType | toAPI (BundleHitTestResultMediaType mediaType) |
| |
| CacheModel | toCacheModel (WKCacheModel wkCacheModel) |
| |
| WKCacheModel | toAPI (CacheModel cacheModel) |
| |
| FontSmoothingLevel | toFontSmoothingLevel (WKFontSmoothingLevel wkLevel) |
| |
| WKFontSmoothingLevel | toAPI (FontSmoothingLevel level) |
| |
| WKEditableLinkBehavior | toAPI (WebCore::EditableLinkBehavior behavior) |
| |
| WebCore::EditableLinkBehavior | toEditableLinkBehavior (WKEditableLinkBehavior wkBehavior) |
| |
| WKProtectionSpaceServerType | toAPI (WebCore::ProtectionSpaceServerType type) |
| |
| WKProtectionSpaceAuthenticationScheme | toAPI (WebCore::ProtectionSpaceAuthenticationScheme type) |
| |
| WebCore::CredentialPersistence | toCredentialPersistence (WKCredentialPersistence type) |
| |
| ResourceCachesToClear | toResourceCachesToClear (WKResourceCachesToClear wkResourceCachesToClear) |
| |
| HTTPCookieAcceptPolicy | toHTTPCookieAcceptPolicy (WKHTTPCookieAcceptPolicy policy) |
| |
| WKHTTPCookieAcceptPolicy | toAPI (HTTPCookieAcceptPolicy policy) |
| |
| WebCore::SecurityOrigin::StorageBlockingPolicy | toStorageBlockingPolicy (WKStorageBlockingPolicy policy) |
| |
| WKStorageBlockingPolicy | toAPI (WebCore::SecurityOrigin::StorageBlockingPolicy policy) |
| |
| WKPluginLoadPolicy | toWKPluginLoadPolicy (PluginModuleLoadPolicy pluginModuleLoadPolicy) |
| |
| WKPluginLoadClientPolicy | toWKPluginLoadClientPolicy (WebCore::PluginLoadClientPolicy PluginLoadClientPolicy) |
| |
| PluginModuleLoadPolicy | toPluginModuleLoadPolicy (WKPluginLoadPolicy pluginLoadPolicy) |
| |
| WebCore::PluginLoadClientPolicy | toPluginLoadClientPolicy (WKPluginLoadClientPolicy pluginLoadClientPolicy) |
| |
| WebCore::WebGLLoadPolicy | toWebGLLoadPolicy (WKWebGLLoadPolicy webGLLoadPolicy) |
| |
| WKWebGLLoadPolicy | toAPI (WebCore::WebGLLoadPolicy webGLLoadPolicy) |
| |
| ProxyingRefPtr< WebGrammarDetail > | toAPI (const WebCore::GrammarDetail &grammarDetail) |
| |
| template<typename T > |
| void | swap (WKRetainPtr< T > &a, WKRetainPtr< T > &b) |
| |
| template<typename T , typename U > |
| bool | operator== (const WKRetainPtr< T > &a, const WKRetainPtr< U > &b) |
| |
| template<typename T , typename U > |
| bool | operator== (const WKRetainPtr< T > &a, U *b) |
| |
| template<typename T , typename U > |
| bool | operator== (T *a, const WKRetainPtr< U > &b) |
| |
| template<typename T , typename U > |
| bool | operator!= (const WKRetainPtr< T > &a, const WKRetainPtr< U > &b) |
| |
| template<typename T , typename U > |
| bool | operator!= (const WKRetainPtr< T > &a, U *b) |
| |
| template<typename T , typename U > |
| bool | operator!= (T *a, const WKRetainPtr< U > &b) |
| |
| template<typename T > |
| WKRetainPtr< T > | adoptWK (T) __attribute__((warn_unused_result)) |
| |
| template<typename T > |
| WKRetainPtr< T > | retainWK (T ptr) |
| |
| RetainPtr< NSData > | encodeSessionState (const SessionState &) |
| |
| bool | decodeSessionState (NSData *, SessionState &) |
| |
| bool | linkedOnOrAfter (SDKVersion) |
| |
| int | networkProcessLatencyQOS () |
| |
| int | networkProcessThroughputQOS () |
| |
| int | webProcessLatencyQOS () |
| |
| int | webProcessThroughputQOS () |
| |
| WebKit::CoordinatedGraphicsScene * | toImpl (WKCoordinatedScene scene) |
| |
| WKCoordinatedScene | toAPI (WebKit::CoordinatedGraphicsScene *scene) |
| |
| WebCore::TextureMapperLayer * | toImpl (WKCoordinatedSceneLayer layer) |
| |
| WKCoordinatedSceneLayer | toAPI (WebCore::TextureMapperLayer *layer) |
| |
| template<typename T > |
| void | invalidateCallbackMap (HashMap< uint64_t, T > &callbackMap, CallbackBase::Error error) |
| |
| TextCheckerState & | checkerState () |
| |
| RefPtr< API::Data > | encodeLegacySessionState (const SessionState &) |
| |
| bool | decodeLegacySessionState (const uint8_t *data, size_t, SessionState &) |
| |
| template<typename T > |
| void | isValidEnum (T) |
| |
| bool | isNotificationIDValid (uint64_t id) |
| |
| uint64_t | generateWebBackForwardItemID () |
| |
| unsigned | inspectorLevelForPage (WebPageProxy *page) |
| |
| String | inspectorPageGroupIdentifierForPage (WebPageProxy *page) |
| |
| void | trackInspectorPage (WebPageProxy *page) |
| |
| void | untrackInspectorPage (WebPageProxy *page) |
| |
| WebProcessPool & | inspectorProcessPool (unsigned inspectionLevel) |
| |
| bool | isInspectorProcessPool (WebProcessPool &processPool) |
| |
| bool | isInspectorPage (WebPageProxy &webPage) |
| |
| | DEFINE_DEBUG_ONLY_GLOBAL (WTF::RefCountedLeakCounter, webPageProxyCounter,("WebPageProxy")) |
| |
| | DEFINE_DEBUG_ONLY_GLOBAL (WTF::RefCountedLeakCounter, processPoolCounter,("WebProcessPool")) |
| |
| WK_EXTERN void | _WKSetCrashReportApplicationSpecificInformation (NSString *infoString) |
| |
| int | WebProcessMainUnix (int argc, char **argv) |
| |
| WKInsertActionType | toAPI (WebCore::EditorInsertAction action) |
| |
| WKAffinityType | toAPI (WebCore::EAffinity affinity) |
| |
| WebKitDOMAttr * | kit (WebCore::Attr *obj) |
| |
| WebCore::Attr * | core (WebKitDOMAttr *request) |
| |
| WebKitDOMAttr * | wrapAttr (WebCore::Attr *coreObject) |
| |
| WebKitDOMBlob * | kit (WebCore::Blob *obj) |
| |
| WebCore::Blob * | core (WebKitDOMBlob *request) |
| |
| WebKitDOMBlob * | wrapBlob (WebCore::Blob *coreObject) |
| |
| WebKitDOMCDATASection * | kit (WebCore::CDATASection *obj) |
| |
| WebCore::CDATASection * | core (WebKitDOMCDATASection *request) |
| |
| WebKitDOMCDATASection * | wrapCDATASection (WebCore::CDATASection *coreObject) |
| |
| WebKitDOMCharacterData * | kit (WebCore::CharacterData *obj) |
| |
| WebCore::CharacterData * | core (WebKitDOMCharacterData *request) |
| |
| WebKitDOMCharacterData * | wrapCharacterData (WebCore::CharacterData *coreObject) |
| |
| WebKitDOMComment * | kit (WebCore::Comment *obj) |
| |
| WebCore::Comment * | core (WebKitDOMComment *request) |
| |
| WebKitDOMComment * | wrapComment (WebCore::Comment *coreObject) |
| |
| WebKitDOMCSSRule * | kit (WebCore::CSSRule *obj) |
| |
| WebCore::CSSRule * | core (WebKitDOMCSSRule *request) |
| |
| WebKitDOMCSSRule * | wrapCSSRule (WebCore::CSSRule *coreObject) |
| |
| WebKitDOMCSSRuleList * | kit (WebCore::CSSRuleList *obj) |
| |
| WebCore::CSSRuleList * | core (WebKitDOMCSSRuleList *request) |
| |
| WebKitDOMCSSRuleList * | wrapCSSRuleList (WebCore::CSSRuleList *coreObject) |
| |
| WebKitDOMCSSStyleDeclaration * | kit (WebCore::CSSStyleDeclaration *obj) |
| |
| WebCore::CSSStyleDeclaration * | core (WebKitDOMCSSStyleDeclaration *request) |
| |
| WebKitDOMCSSStyleDeclaration * | wrapCSSStyleDeclaration (WebCore::CSSStyleDeclaration *coreObject) |
| |
| WebKitDOMCSSStyleSheet * | kit (WebCore::CSSStyleSheet *obj) |
| |
| WebCore::CSSStyleSheet * | core (WebKitDOMCSSStyleSheet *request) |
| |
| WebKitDOMCSSStyleSheet * | wrapCSSStyleSheet (WebCore::CSSStyleSheet *coreObject) |
| |
| WebKitDOMCSSValue * | kit (WebCore::DeprecatedCSSOMValue *obj) |
| |
| WebCore::DeprecatedCSSOMValue * | core (WebKitDOMCSSValue *request) |
| |
| WebKitDOMCSSValue * | wrapCSSValue (WebCore::DeprecatedCSSOMValue *coreObject) |
| |
| WebKitDOMDocument * | kit (WebCore::Document *obj) |
| |
| WebCore::Document * | core (WebKitDOMDocument *request) |
| |
| WebKitDOMDocument * | wrapDocument (WebCore::Document *coreObject) |
| |
| WebKitDOMDocumentFragment * | kit (WebCore::DocumentFragment *obj) |
| |
| WebCore::DocumentFragment * | core (WebKitDOMDocumentFragment *request) |
| |
| WebKitDOMDocumentFragment * | wrapDocumentFragment (WebCore::DocumentFragment *coreObject) |
| |
| WebKitDOMDocumentType * | kit (WebCore::DocumentType *obj) |
| |
| WebCore::DocumentType * | core (WebKitDOMDocumentType *request) |
| |
| WebKitDOMDocumentType * | wrapDocumentType (WebCore::DocumentType *coreObject) |
| |
| WebKitDOMDOMImplementation * | kit (WebCore::DOMImplementation *obj) |
| |
| WebCore::DOMImplementation * | core (WebKitDOMDOMImplementation *request) |
| |
| WebKitDOMDOMImplementation * | wrapDOMImplementation (WebCore::DOMImplementation *coreObject) |
| |
| WebKitDOMDOMSelection * | kit (WebCore::DOMSelection *obj) |
| |
| WebCore::DOMSelection * | core (WebKitDOMDOMSelection *request) |
| |
| WebKitDOMDOMSelection * | wrapDOMSelection (WebCore::DOMSelection *coreObject) |
| |
| WebKitDOMDOMTokenList * | kit (WebCore::DOMTokenList *obj) |
| |
| WebCore::DOMTokenList * | core (WebKitDOMDOMTokenList *request) |
| |
| WebKitDOMDOMTokenList * | wrapDOMTokenList (WebCore::DOMTokenList *coreObject) |
| |
| WebKitDOMDOMWindow * | kit (WebCore::DOMWindow *obj) |
| |
| WebCore::DOMWindow * | core (WebKitDOMDOMWindow *request) |
| |
| WebKitDOMDOMWindow * | wrapDOMWindow (WebCore::DOMWindow *coreObject) |
| |
| WebKitDOMElement * | kit (WebCore::Element *obj) |
| |
| WebCore::Element * | core (WebKitDOMElement *request) |
| |
| WebKitDOMElement * | wrapElement (WebCore::Element *coreObject) |
| |
| WebKitDOMEvent * | kit (WebCore::Event *obj) |
| |
| WebCore::Event * | core (WebKitDOMEvent *request) |
| |
| WebKitDOMEvent * | wrapEvent (WebCore::Event *coreObject) |
| |
| WebKitDOMEventTarget * | kit (WebCore::EventTarget *obj) |
| |
| WebCore::EventTarget * | core (WebKitDOMEventTarget *request) |
| |
| WebKitDOMFile * | kit (WebCore::File *obj) |
| |
| WebCore::File * | core (WebKitDOMFile *request) |
| |
| WebKitDOMFile * | wrapFile (WebCore::File *coreObject) |
| |
| WebKitDOMFileList * | kit (WebCore::FileList *obj) |
| |
| WebCore::FileList * | core (WebKitDOMFileList *request) |
| |
| WebKitDOMFileList * | wrapFileList (WebCore::FileList *coreObject) |
| |
| WebKitDOMHTMLAnchorElement * | kit (WebCore::HTMLAnchorElement *obj) |
| |
| WebCore::HTMLAnchorElement * | core (WebKitDOMHTMLAnchorElement *request) |
| |
| WebKitDOMHTMLAnchorElement * | wrapHTMLAnchorElement (WebCore::HTMLAnchorElement *coreObject) |
| |
| WebKitDOMHTMLAppletElement * | kit (WebCore::HTMLAppletElement *obj) |
| |
| WebCore::HTMLAppletElement * | core (WebKitDOMHTMLAppletElement *request) |
| |
| WebKitDOMHTMLAppletElement * | wrapHTMLAppletElement (WebCore::HTMLAppletElement *coreObject) |
| |
| WebKitDOMHTMLAreaElement * | kit (WebCore::HTMLAreaElement *obj) |
| |
| WebCore::HTMLAreaElement * | core (WebKitDOMHTMLAreaElement *request) |
| |
| WebKitDOMHTMLAreaElement * | wrapHTMLAreaElement (WebCore::HTMLAreaElement *coreObject) |
| |
| WebKitDOMHTMLBaseElement * | kit (WebCore::HTMLBaseElement *obj) |
| |
| WebCore::HTMLBaseElement * | core (WebKitDOMHTMLBaseElement *request) |
| |
| WebKitDOMHTMLBaseElement * | wrapHTMLBaseElement (WebCore::HTMLBaseElement *coreObject) |
| |
| WebKitDOMHTMLBodyElement * | kit (WebCore::HTMLBodyElement *obj) |
| |
| WebCore::HTMLBodyElement * | core (WebKitDOMHTMLBodyElement *request) |
| |
| WebKitDOMHTMLBodyElement * | wrapHTMLBodyElement (WebCore::HTMLBodyElement *coreObject) |
| |
| WebKitDOMHTMLBRElement * | kit (WebCore::HTMLBRElement *obj) |
| |
| WebCore::HTMLBRElement * | core (WebKitDOMHTMLBRElement *request) |
| |
| WebKitDOMHTMLBRElement * | wrapHTMLBRElement (WebCore::HTMLBRElement *coreObject) |
| |
| WebKitDOMHTMLButtonElement * | kit (WebCore::HTMLButtonElement *obj) |
| |
| WebCore::HTMLButtonElement * | core (WebKitDOMHTMLButtonElement *request) |
| |
| WebKitDOMHTMLButtonElement * | wrapHTMLButtonElement (WebCore::HTMLButtonElement *coreObject) |
| |
| WebKitDOMHTMLCanvasElement * | kit (WebCore::HTMLCanvasElement *obj) |
| |
| WebCore::HTMLCanvasElement * | core (WebKitDOMHTMLCanvasElement *request) |
| |
| WebKitDOMHTMLCanvasElement * | wrapHTMLCanvasElement (WebCore::HTMLCanvasElement *coreObject) |
| |
| WebKitDOMHTMLCollection * | kit (WebCore::HTMLCollection *obj) |
| |
| WebCore::HTMLCollection * | core (WebKitDOMHTMLCollection *request) |
| |
| WebKitDOMHTMLCollection * | wrapHTMLCollection (WebCore::HTMLCollection *coreObject) |
| |
| WebKitDOMHTMLDirectoryElement * | kit (WebCore::HTMLDirectoryElement *obj) |
| |
| WebCore::HTMLDirectoryElement * | core (WebKitDOMHTMLDirectoryElement *request) |
| |
| WebKitDOMHTMLDirectoryElement * | wrapHTMLDirectoryElement (WebCore::HTMLDirectoryElement *coreObject) |
| |
| WebKitDOMHTMLDivElement * | kit (WebCore::HTMLDivElement *obj) |
| |
| WebCore::HTMLDivElement * | core (WebKitDOMHTMLDivElement *request) |
| |
| WebKitDOMHTMLDivElement * | wrapHTMLDivElement (WebCore::HTMLDivElement *coreObject) |
| |
| WebKitDOMHTMLDListElement * | kit (WebCore::HTMLDListElement *obj) |
| |
| WebCore::HTMLDListElement * | core (WebKitDOMHTMLDListElement *request) |
| |
| WebKitDOMHTMLDListElement * | wrapHTMLDListElement (WebCore::HTMLDListElement *coreObject) |
| |
| WebKitDOMHTMLDocument * | kit (WebCore::HTMLDocument *obj) |
| |
| WebCore::HTMLDocument * | core (WebKitDOMHTMLDocument *request) |
| |
| WebKitDOMHTMLDocument * | wrapHTMLDocument (WebCore::HTMLDocument *coreObject) |
| |
| WebKitDOMHTMLElement * | kit (WebCore::HTMLElement *obj) |
| |
| WebCore::HTMLElement * | core (WebKitDOMHTMLElement *request) |
| |
| WebKitDOMHTMLElement * | wrapHTMLElement (WebCore::HTMLElement *coreObject) |
| |
| WebKitDOMHTMLEmbedElement * | kit (WebCore::HTMLEmbedElement *obj) |
| |
| WebCore::HTMLEmbedElement * | core (WebKitDOMHTMLEmbedElement *request) |
| |
| WebKitDOMHTMLEmbedElement * | wrapHTMLEmbedElement (WebCore::HTMLEmbedElement *coreObject) |
| |
| WebKitDOMHTMLFieldSetElement * | kit (WebCore::HTMLFieldSetElement *obj) |
| |
| WebCore::HTMLFieldSetElement * | core (WebKitDOMHTMLFieldSetElement *request) |
| |
| WebKitDOMHTMLFieldSetElement * | wrapHTMLFieldSetElement (WebCore::HTMLFieldSetElement *coreObject) |
| |
| WebKitDOMHTMLFontElement * | kit (WebCore::HTMLFontElement *obj) |
| |
| WebCore::HTMLFontElement * | core (WebKitDOMHTMLFontElement *request) |
| |
| WebKitDOMHTMLFontElement * | wrapHTMLFontElement (WebCore::HTMLFontElement *coreObject) |
| |
| WebKitDOMHTMLFormElement * | kit (WebCore::HTMLFormElement *obj) |
| |
| WebCore::HTMLFormElement * | core (WebKitDOMHTMLFormElement *request) |
| |
| WebKitDOMHTMLFormElement * | wrapHTMLFormElement (WebCore::HTMLFormElement *coreObject) |
| |
| WebKitDOMHTMLFrameElement * | kit (WebCore::HTMLFrameElement *obj) |
| |
| WebCore::HTMLFrameElement * | core (WebKitDOMHTMLFrameElement *request) |
| |
| WebKitDOMHTMLFrameElement * | wrapHTMLFrameElement (WebCore::HTMLFrameElement *coreObject) |
| |
| WebKitDOMHTMLFrameSetElement * | kit (WebCore::HTMLFrameSetElement *obj) |
| |
| WebCore::HTMLFrameSetElement * | core (WebKitDOMHTMLFrameSetElement *request) |
| |
| WebKitDOMHTMLFrameSetElement * | wrapHTMLFrameSetElement (WebCore::HTMLFrameSetElement *coreObject) |
| |
| WebKitDOMHTMLHeadElement * | kit (WebCore::HTMLHeadElement *obj) |
| |
| WebCore::HTMLHeadElement * | core (WebKitDOMHTMLHeadElement *request) |
| |
| WebKitDOMHTMLHeadElement * | wrapHTMLHeadElement (WebCore::HTMLHeadElement *coreObject) |
| |
| WebKitDOMHTMLHeadingElement * | kit (WebCore::HTMLHeadingElement *obj) |
| |
| WebCore::HTMLHeadingElement * | core (WebKitDOMHTMLHeadingElement *request) |
| |
| WebKitDOMHTMLHeadingElement * | wrapHTMLHeadingElement (WebCore::HTMLHeadingElement *coreObject) |
| |
| WebKitDOMHTMLHRElement * | kit (WebCore::HTMLHRElement *obj) |
| |
| WebCore::HTMLHRElement * | core (WebKitDOMHTMLHRElement *request) |
| |
| WebKitDOMHTMLHRElement * | wrapHTMLHRElement (WebCore::HTMLHRElement *coreObject) |
| |
| WebKitDOMHTMLHtmlElement * | kit (WebCore::HTMLHtmlElement *obj) |
| |
| WebCore::HTMLHtmlElement * | core (WebKitDOMHTMLHtmlElement *request) |
| |
| WebKitDOMHTMLHtmlElement * | wrapHTMLHtmlElement (WebCore::HTMLHtmlElement *coreObject) |
| |
| WebKitDOMHTMLIFrameElement * | kit (WebCore::HTMLIFrameElement *obj) |
| |
| WebCore::HTMLIFrameElement * | core (WebKitDOMHTMLIFrameElement *request) |
| |
| WebKitDOMHTMLIFrameElement * | wrapHTMLIFrameElement (WebCore::HTMLIFrameElement *coreObject) |
| |
| WebKitDOMHTMLImageElement * | kit (WebCore::HTMLImageElement *obj) |
| |
| WebCore::HTMLImageElement * | core (WebKitDOMHTMLImageElement *request) |
| |
| WebKitDOMHTMLImageElement * | wrapHTMLImageElement (WebCore::HTMLImageElement *coreObject) |
| |
| WebKitDOMHTMLInputElement * | kit (WebCore::HTMLInputElement *obj) |
| |
| WebCore::HTMLInputElement * | core (WebKitDOMHTMLInputElement *request) |
| |
| WebKitDOMHTMLInputElement * | wrapHTMLInputElement (WebCore::HTMLInputElement *coreObject) |
| |
| WebKitDOMHTMLLabelElement * | kit (WebCore::HTMLLabelElement *obj) |
| |
| WebCore::HTMLLabelElement * | core (WebKitDOMHTMLLabelElement *request) |
| |
| WebKitDOMHTMLLabelElement * | wrapHTMLLabelElement (WebCore::HTMLLabelElement *coreObject) |
| |
| WebKitDOMHTMLLegendElement * | kit (WebCore::HTMLLegendElement *obj) |
| |
| WebCore::HTMLLegendElement * | core (WebKitDOMHTMLLegendElement *request) |
| |
| WebKitDOMHTMLLegendElement * | wrapHTMLLegendElement (WebCore::HTMLLegendElement *coreObject) |
| |
| WebKitDOMHTMLLIElement * | kit (WebCore::HTMLLIElement *obj) |
| |
| WebCore::HTMLLIElement * | core (WebKitDOMHTMLLIElement *request) |
| |
| WebKitDOMHTMLLIElement * | wrapHTMLLIElement (WebCore::HTMLLIElement *coreObject) |
| |
| WebKitDOMHTMLLinkElement * | kit (WebCore::HTMLLinkElement *obj) |
| |
| WebCore::HTMLLinkElement * | core (WebKitDOMHTMLLinkElement *request) |
| |
| WebKitDOMHTMLLinkElement * | wrapHTMLLinkElement (WebCore::HTMLLinkElement *coreObject) |
| |
| WebKitDOMHTMLMapElement * | kit (WebCore::HTMLMapElement *obj) |
| |
| WebCore::HTMLMapElement * | core (WebKitDOMHTMLMapElement *request) |
| |
| WebKitDOMHTMLMapElement * | wrapHTMLMapElement (WebCore::HTMLMapElement *coreObject) |
| |
| WebKitDOMHTMLMarqueeElement * | kit (WebCore::HTMLMarqueeElement *obj) |
| |
| WebCore::HTMLMarqueeElement * | core (WebKitDOMHTMLMarqueeElement *request) |
| |
| WebKitDOMHTMLMarqueeElement * | wrapHTMLMarqueeElement (WebCore::HTMLMarqueeElement *coreObject) |
| |
| WebKitDOMHTMLMenuElement * | kit (WebCore::HTMLMenuElement *obj) |
| |
| WebCore::HTMLMenuElement * | core (WebKitDOMHTMLMenuElement *request) |
| |
| WebKitDOMHTMLMenuElement * | wrapHTMLMenuElement (WebCore::HTMLMenuElement *coreObject) |
| |
| WebKitDOMHTMLMetaElement * | kit (WebCore::HTMLMetaElement *obj) |
| |
| WebCore::HTMLMetaElement * | core (WebKitDOMHTMLMetaElement *request) |
| |
| WebKitDOMHTMLMetaElement * | wrapHTMLMetaElement (WebCore::HTMLMetaElement *coreObject) |
| |
| WebKitDOMHTMLModElement * | kit (WebCore::HTMLModElement *obj) |
| |
| WebCore::HTMLModElement * | core (WebKitDOMHTMLModElement *request) |
| |
| WebKitDOMHTMLModElement * | wrapHTMLModElement (WebCore::HTMLModElement *coreObject) |
| |
| WebKitDOMHTMLObjectElement * | kit (WebCore::HTMLObjectElement *obj) |
| |
| WebCore::HTMLObjectElement * | core (WebKitDOMHTMLObjectElement *request) |
| |
| WebKitDOMHTMLObjectElement * | wrapHTMLObjectElement (WebCore::HTMLObjectElement *coreObject) |
| |
| WebKitDOMHTMLOListElement * | kit (WebCore::HTMLOListElement *obj) |
| |
| WebCore::HTMLOListElement * | core (WebKitDOMHTMLOListElement *request) |
| |
| WebKitDOMHTMLOListElement * | wrapHTMLOListElement (WebCore::HTMLOListElement *coreObject) |
| |
| WebKitDOMHTMLOptGroupElement * | kit (WebCore::HTMLOptGroupElement *obj) |
| |
| WebCore::HTMLOptGroupElement * | core (WebKitDOMHTMLOptGroupElement *request) |
| |
| WebKitDOMHTMLOptGroupElement * | wrapHTMLOptGroupElement (WebCore::HTMLOptGroupElement *coreObject) |
| |
| WebKitDOMHTMLOptionElement * | kit (WebCore::HTMLOptionElement *obj) |
| |
| WebCore::HTMLOptionElement * | core (WebKitDOMHTMLOptionElement *request) |
| |
| WebKitDOMHTMLOptionElement * | wrapHTMLOptionElement (WebCore::HTMLOptionElement *coreObject) |
| |
| WebKitDOMHTMLOptionsCollection * | kit (WebCore::HTMLOptionsCollection *obj) |
| |
| WebCore::HTMLOptionsCollection * | core (WebKitDOMHTMLOptionsCollection *request) |
| |
| WebKitDOMHTMLOptionsCollection * | wrapHTMLOptionsCollection (WebCore::HTMLOptionsCollection *coreObject) |
| |
| WebKitDOMHTMLParagraphElement * | kit (WebCore::HTMLParagraphElement *obj) |
| |
| WebCore::HTMLParagraphElement * | core (WebKitDOMHTMLParagraphElement *request) |
| |
| WebKitDOMHTMLParagraphElement * | wrapHTMLParagraphElement (WebCore::HTMLParagraphElement *coreObject) |
| |
| WebKitDOMHTMLParamElement * | kit (WebCore::HTMLParamElement *obj) |
| |
| WebCore::HTMLParamElement * | core (WebKitDOMHTMLParamElement *request) |
| |
| WebKitDOMHTMLParamElement * | wrapHTMLParamElement (WebCore::HTMLParamElement *coreObject) |
| |
| WebKitDOMHTMLPreElement * | kit (WebCore::HTMLPreElement *obj) |
| |
| WebCore::HTMLPreElement * | core (WebKitDOMHTMLPreElement *request) |
| |
| WebKitDOMHTMLPreElement * | wrapHTMLPreElement (WebCore::HTMLPreElement *coreObject) |
| |
| WebKitDOMHTMLElement * | wrap (HTMLElement *element) |
| |
| WebKitDOMHTMLQuoteElement * | kit (WebCore::HTMLQuoteElement *obj) |
| |
| WebCore::HTMLQuoteElement * | core (WebKitDOMHTMLQuoteElement *request) |
| |
| WebKitDOMHTMLQuoteElement * | wrapHTMLQuoteElement (WebCore::HTMLQuoteElement *coreObject) |
| |
| WebKitDOMHTMLScriptElement * | kit (WebCore::HTMLScriptElement *obj) |
| |
| WebCore::HTMLScriptElement * | core (WebKitDOMHTMLScriptElement *request) |
| |
| WebKitDOMHTMLScriptElement * | wrapHTMLScriptElement (WebCore::HTMLScriptElement *coreObject) |
| |
| WebKitDOMHTMLSelectElement * | kit (WebCore::HTMLSelectElement *obj) |
| |
| WebCore::HTMLSelectElement * | core (WebKitDOMHTMLSelectElement *request) |
| |
| WebKitDOMHTMLSelectElement * | wrapHTMLSelectElement (WebCore::HTMLSelectElement *coreObject) |
| |
| WebKitDOMHTMLStyleElement * | kit (WebCore::HTMLStyleElement *obj) |
| |
| WebCore::HTMLStyleElement * | core (WebKitDOMHTMLStyleElement *request) |
| |
| WebKitDOMHTMLStyleElement * | wrapHTMLStyleElement (WebCore::HTMLStyleElement *coreObject) |
| |
| WebKitDOMHTMLTableCaptionElement * | kit (WebCore::HTMLTableCaptionElement *obj) |
| |
| WebCore::HTMLTableCaptionElement * | core (WebKitDOMHTMLTableCaptionElement *request) |
| |
| WebKitDOMHTMLTableCaptionElement * | wrapHTMLTableCaptionElement (WebCore::HTMLTableCaptionElement *coreObject) |
| |
| WebKitDOMHTMLTableCellElement * | kit (WebCore::HTMLTableCellElement *obj) |
| |
| WebCore::HTMLTableCellElement * | core (WebKitDOMHTMLTableCellElement *request) |
| |
| WebKitDOMHTMLTableCellElement * | wrapHTMLTableCellElement (WebCore::HTMLTableCellElement *coreObject) |
| |
| WebKitDOMHTMLTableColElement * | kit (WebCore::HTMLTableColElement *obj) |
| |
| WebCore::HTMLTableColElement * | core (WebKitDOMHTMLTableColElement *request) |
| |
| WebKitDOMHTMLTableColElement * | wrapHTMLTableColElement (WebCore::HTMLTableColElement *coreObject) |
| |
| WebKitDOMHTMLTableElement * | kit (WebCore::HTMLTableElement *obj) |
| |
| WebCore::HTMLTableElement * | core (WebKitDOMHTMLTableElement *request) |
| |
| WebKitDOMHTMLTableElement * | wrapHTMLTableElement (WebCore::HTMLTableElement *coreObject) |
| |
| WebKitDOMHTMLTableRowElement * | kit (WebCore::HTMLTableRowElement *obj) |
| |
| WebCore::HTMLTableRowElement * | core (WebKitDOMHTMLTableRowElement *request) |
| |
| WebKitDOMHTMLTableRowElement * | wrapHTMLTableRowElement (WebCore::HTMLTableRowElement *coreObject) |
| |
| WebKitDOMHTMLTableSectionElement * | kit (WebCore::HTMLTableSectionElement *obj) |
| |
| WebCore::HTMLTableSectionElement * | core (WebKitDOMHTMLTableSectionElement *request) |
| |
| WebKitDOMHTMLTableSectionElement * | wrapHTMLTableSectionElement (WebCore::HTMLTableSectionElement *coreObject) |
| |
| WebKitDOMHTMLTextAreaElement * | kit (WebCore::HTMLTextAreaElement *obj) |
| |
| WebCore::HTMLTextAreaElement * | core (WebKitDOMHTMLTextAreaElement *request) |
| |
| WebKitDOMHTMLTextAreaElement * | wrapHTMLTextAreaElement (WebCore::HTMLTextAreaElement *coreObject) |
| |
| WebKitDOMHTMLTitleElement * | kit (WebCore::HTMLTitleElement *obj) |
| |
| WebCore::HTMLTitleElement * | core (WebKitDOMHTMLTitleElement *request) |
| |
| WebKitDOMHTMLTitleElement * | wrapHTMLTitleElement (WebCore::HTMLTitleElement *coreObject) |
| |
| WebKitDOMHTMLUListElement * | kit (WebCore::HTMLUListElement *obj) |
| |
| WebCore::HTMLUListElement * | core (WebKitDOMHTMLUListElement *request) |
| |
| WebKitDOMHTMLUListElement * | wrapHTMLUListElement (WebCore::HTMLUListElement *coreObject) |
| |
| WebKitDOMKeyboardEvent * | kit (WebCore::KeyboardEvent *obj) |
| |
| WebCore::KeyboardEvent * | core (WebKitDOMKeyboardEvent *request) |
| |
| WebKitDOMKeyboardEvent * | wrapKeyboardEvent (WebCore::KeyboardEvent *coreObject) |
| |
| WebKitDOMMediaList * | kit (WebCore::MediaList *obj) |
| |
| WebCore::MediaList * | core (WebKitDOMMediaList *request) |
| |
| WebKitDOMMediaList * | wrapMediaList (WebCore::MediaList *coreObject) |
| |
| WebKitDOMMouseEvent * | kit (WebCore::MouseEvent *obj) |
| |
| WebCore::MouseEvent * | core (WebKitDOMMouseEvent *request) |
| |
| WebKitDOMMouseEvent * | wrapMouseEvent (WebCore::MouseEvent *coreObject) |
| |
| WebKitDOMNamedNodeMap * | kit (WebCore::NamedNodeMap *obj) |
| |
| WebCore::NamedNodeMap * | core (WebKitDOMNamedNodeMap *request) |
| |
| WebKitDOMNamedNodeMap * | wrapNamedNodeMap (WebCore::NamedNodeMap *coreObject) |
| |
| WebKitDOMNode * | kit (WebCore::Node *obj) |
| |
| WebCore::Node * | core (WebKitDOMNode *request) |
| |
| WebKitDOMNode * | wrapNode (WebCore::Node *coreObject) |
| |
| WebKitDOMNodeFilter * | kit (WebCore::NodeFilter *coreNodeFilter) |
| |
| RefPtr< WebCore::NodeFilter > | core (WebKitDOMNodeFilter *nodeFilter) |
| |
| WebKitDOMNodeIterator * | kit (WebCore::NodeIterator *obj) |
| |
| WebCore::NodeIterator * | core (WebKitDOMNodeIterator *request) |
| |
| WebKitDOMNodeIterator * | wrapNodeIterator (WebCore::NodeIterator *coreObject) |
| |
| WebKitDOMNodeList * | kit (WebCore::NodeList *obj) |
| |
| WebCore::NodeList * | core (WebKitDOMNodeList *request) |
| |
| WebKitDOMNodeList * | wrapNodeList (WebCore::NodeList *coreObject) |
| |
| WebKitDOMNode * | wrap (Node *node) |
| |
| WebKitDOMEvent * | wrap (Event *event) |
| |
| WebKitDOMStyleSheet * | wrap (StyleSheet *styleSheet) |
| |
| WebKitDOMHTMLCollection * | wrap (HTMLCollection *collection) |
| |
| WebKitDOMEventTarget * | wrap (EventTarget *eventTarget) |
| |
| WebKitDOMBlob * | wrap (Blob *blob) |
| |
| WebKitDOMEvent * | wrap (WebCore::Event *) |
| |
| WebKitDOMProcessingInstruction * | kit (WebCore::ProcessingInstruction *obj) |
| |
| WebCore::ProcessingInstruction * | core (WebKitDOMProcessingInstruction *request) |
| |
| WebKitDOMProcessingInstruction * | wrapProcessingInstruction (WebCore::ProcessingInstruction *coreObject) |
| |
| WebKitDOMRange * | kit (WebCore::Range *obj) |
| |
| WebCore::Range * | core (WebKitDOMRange *request) |
| |
| WebKitDOMRange * | wrapRange (WebCore::Range *coreObject) |
| |
| WebKitDOMStyleSheet * | kit (WebCore::StyleSheet *obj) |
| |
| WebCore::StyleSheet * | core (WebKitDOMStyleSheet *request) |
| |
| WebKitDOMStyleSheet * | wrapStyleSheet (WebCore::StyleSheet *coreObject) |
| |
| WebKitDOMStyleSheetList * | kit (WebCore::StyleSheetList *obj) |
| |
| WebCore::StyleSheetList * | core (WebKitDOMStyleSheetList *request) |
| |
| WebKitDOMStyleSheetList * | wrapStyleSheetList (WebCore::StyleSheetList *coreObject) |
| |
| WebKitDOMText * | kit (WebCore::Text *obj) |
| |
| WebCore::Text * | core (WebKitDOMText *request) |
| |
| WebKitDOMText * | wrapText (WebCore::Text *coreObject) |
| |
| WebKitDOMTreeWalker * | kit (WebCore::TreeWalker *obj) |
| |
| WebCore::TreeWalker * | core (WebKitDOMTreeWalker *request) |
| |
| WebKitDOMTreeWalker * | wrapTreeWalker (WebCore::TreeWalker *coreObject) |
| |
| WebKitDOMUIEvent * | kit (WebCore::UIEvent *obj) |
| |
| WebCore::UIEvent * | core (WebKitDOMUIEvent *request) |
| |
| WebKitDOMUIEvent * | wrapUIEvent (WebCore::UIEvent *coreObject) |
| |
| WebKitDOMWheelEvent * | kit (WebCore::WheelEvent *obj) |
| |
| WebCore::WheelEvent * | core (WebKitDOMWheelEvent *request) |
| |
| WebKitDOMWheelEvent * | wrapWheelEvent (WebCore::WheelEvent *coreObject) |
| |
| WebKitDOMXPathExpression * | kit (WebCore::XPathExpression *obj) |
| |
| WebCore::XPathExpression * | core (WebKitDOMXPathExpression *request) |
| |
| WebKitDOMXPathExpression * | wrapXPathExpression (WebCore::XPathExpression *coreObject) |
| |
| RefPtr< WebCore::XPathNSResolver > | core (WebKitDOMXPathNSResolver *xPathNSResolver) |
| |
| WebKitDOMXPathNSResolver * | kit (WebCore::XPathNSResolver *coreXPathNSResolver) |
| |
| WebCore::XPathNSResolver * | core (WebKitDOMNativeXPathNSResolver *xPathNSResolver) |
| |
| WebKitDOMXPathResult * | kit (WebCore::XPathResult *obj) |
| |
| WebCore::XPathResult * | core (WebKitDOMXPathResult *request) |
| |
| WebKitDOMXPathResult * | wrapXPathResult (WebCore::XPathResult *coreObject) |
| |
| void | WebKitSecItemShimInitialize (const SecItemShimCallbacks &) |
| |
| bool | isRequestIDValid (uint64_t id) |
| |
| ResourceError | cancelledError (const ResourceRequest &request) |
| |
| ResourceError | blockedError (const ResourceRequest &request) |
| |
| ResourceError | blockedByContentBlockerError (const ResourceRequest &request) |
| |
| ResourceError | cannotShowURLError (const ResourceRequest &request) |
| |
| ResourceError | interruptedForPolicyChangeError (const ResourceRequest &request) |
| |
| ResourceError | cannotShowMIMETypeError (const ResourceResponse &response) |
| |
| ResourceError | fileDoesNotExistError (const ResourceResponse &response) |
| |
| ResourceError | pluginWillHandleLoadError (const ResourceResponse &response) |
| |
| WebCore::ResourceError | internalError (const WebCore::URL &url) |
| |
| PageState | toPageState (const WebCore::HistoryItem &historyItem) |
| |
| Ref< HistoryItem > | toHistoryItem (const PageState &pageState) |
| |
| WebFrameLoaderClient * | toWebFrameLoaderClient (WebCore::FrameLoaderClient &client) |
| |
| WebCore::TextStream & | operator<< (WebCore::TextStream &, const PlatformCAAnimationRemote::KeyframeValue &) |
| |
| WebCore::TextStream & | operator<< (WebCore::TextStream &, const PlatformCAAnimationRemote::Properties &) |
| |
| | DEFINE_DEBUG_ONLY_GLOBAL (WTF::RefCountedLeakCounter, webFrameCounter,("WebFrame")) |
| |
| | DEFINE_DEBUG_ONLY_GLOBAL (WTF::RefCountedLeakCounter, webPageCounter,("WebPage")) |
| |