|
| (NSString *) | - NS_RETURNS_NOT_RETAINED |
| |
| (void) | - initMutationEvent:canBubble:cancelable:relatedNode:prevValue:newValue:attrName:attrChange: |
| |
| () | - DOMMutationEvent |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - QueryInterface |
| |
| (virtual ULONG STDMETHODCALLTYPE) | - AddRef |
| |
| (virtual ULONG STDMETHODCALLTYPE) | - Release |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - throwException |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - callWebScriptMethod |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - evaluateWebScript |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - removeWebScriptKey |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - stringRepresentation |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - webScriptValueAtIndex |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - setWebScriptValueAtIndex |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - setException |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - type |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - target |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - currentTarget |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - eventPhase |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - bubbles |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - cancelable |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - timeStamp |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - stopPropagation |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - preventDefault |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - initEvent |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - relatedNode |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - prevValue |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - newValue |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - attrName |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - attrChange |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - initMutationEvent |
| |
| (void) | - initMutationEvent:::::::: |
| |
| (id< DOMEventTarget > srcElement) | - WEBKIT_AVAILABLE_MAC |
| |
| (BOOL returnValue) | - WEBKIT_AVAILABLE_MAC |
| |
| (BOOL cancelBubble) | - WEBKIT_AVAILABLE_MAC |
| |
| (void) | - initEvent:canBubbleArg:cancelableArg: |
| |
| (WebCore::Event *) | - coreEvent |
| |
| (void) | - initEvent::: |
| |
| (instancetype) | - NS_UNAVAILABLE |
| |
| (DOMStyleSheet *sheet) | - WEBKIT_AVAILABLE_MAC |
| |
| (10_5) | - WEBKIT_AVAILABLE_MAC |
| |
| (id) | - callWebScriptMethod:withArguments: |
| |
| (id) | - evaluateWebScript: |
| |
| (void) | - removeWebScriptKey: |
| |
| (NSString *) | - stringRepresentation |
| |
| (id) | - webScriptValueAtIndex: |
| |
| (void) | - setWebScriptValueAtIndex:value: |
| |
| (void) | - setException: |
| |
| (10_5) | - WEBKIT_AVAILABLE_MAC |
| |
| (id) | - callWebScriptMethod:withArguments: |
| |
| (id) | - evaluateWebScript: |
| |
| (void) | - removeWebScriptKey: |
| |
| (NSString *) | - stringRepresentation |
| |
| (id) | - webScriptValueAtIndex: |
| |
| (void) | - setWebScriptValueAtIndex:value: |
| |
| (void) | - setException: |
| |
| () | - WebScriptObject |
| |
| (virtual) | - ~WebScriptObject |
| |
| () | - WebScriptObject |
| |
| (virtual) | - ~WebScriptObject |
| |
| (virtual HRESULT STDMETHODCALLTYPE) | - callWebScriptMethod |
| |
| (id) | - _init |
| |
| (id) | - _init |
| |
| (id) | - _initWithJSObject:originRootObject:rootObject: |
| |
| (id) | - _initWithJSObject:originRootObject:rootObject: |
| |
| (void) | - _setImp:originRootObject:rootObject: |
| |
| (void) | - _setImp:originRootObject:rootObject: |
| |
| (void) | - _setOriginRootObject:andRootObject: |
| |
| (void) | - _setOriginRootObject:andRootObject: |
| |
| (void) | - _initializeScriptDOMNodeImp |
| |
| (void) | - _initializeScriptDOMNodeImp |
| |
| (JSC::JSObject *) | - _imp |
| |
| (JSC::JSObject *) | - _imp |
| |
| (BOOL) | - _hasImp |
| |
| (BOOL) | - _hasImp |
| |
| (JSC::Bindings::RootObject *) | - _rootObject |
| |
| (JSC::Bindings::RootObject *) | - _rootObject |
| |
| (JSC::Bindings::RootObject *) | - _originRootObject |
| |
| (JSC::Bindings::RootObject *) | - _originRootObject |
| |
| (JSGlobalContextRef) | - _globalContextRef |
| |
| (JSGlobalContextRef) | - _globalContextRef |
| |
| (BOOL) | - hasWebScriptKey: |
| |
| (BOOL) | - hasWebScriptKey: |
| |
| (BOOL) | - hasWebScriptKey: |
| |
| HRESULT | throwException ([in] BSTR exceptionMessage, [out, retval] BOOL *result) |
| |
| HRESULT | callWebScriptMethod ([in] BSTR name, [in, size_is(cArgs)] const VARIANT args[], [in] int cArgs, [out, retval] VARIANT *result) |
| |
| HRESULT | evaluateWebScript ([in] BSTR script, [out, retval] VARIANT *result) |
| |
| HRESULT | removeWebScriptKey ([in] BSTR name) |
| |
| HRESULT | stringRepresentation ([out, retval] BSTR *stringRepresentation) |
| |
| HRESULT | webScriptValueAtIndex ([in] unsigned int index, [out, retval] VARIANT *result) |
| |
| HRESULT | setWebScriptValueAtIndex ([in] unsigned int index, [in] VARIANT val) |
| |
| HRESULT | setException ([in] BSTR description) |
| |
| HRESULT | type ([out, retval] BSTR *result) |
| |
| HRESULT | target ([out, retval] IDOMEventTarget **result) |
| |
| HRESULT | currentTarget ([out, retval] IDOMEventTarget **result) |
| |
| HRESULT | eventPhase ([out, retval] unsigned short *result) |
| |
| HRESULT | bubbles ([out, retval] BOOL *result) |
| |
| HRESULT | cancelable ([out, retval] BOOL *result) |
| |
| HRESULT | timeStamp ([out, retval] DOMTimeStamp *result) |
| |
| HRESULT | initEvent ([in] BSTR eventTypeArg, [in] BOOL canBubbleArg, [in] BOOL cancelableArg) |
| |
| HRESULT | relatedNode ([out, retval] IDOMNode **result) |
| |
| HRESULT | prevValue ([out, retval] BSTR *result) |
| |
| HRESULT | newValue ([out, retval] BSTR *result) |
| |
| HRESULT | attrName ([out, retval] BSTR *result) |
| |
| HRESULT | attrChange ([out, retval] unsigned short *result) |
| |
| HRESULT | initMutationEvent ([in] BSTR type, [in] BOOL canBubble, [in] BOOL cancelable, [in] IDOMNode *relatedNode, [in] BSTR prevValue, [in] BSTR newValue, [in] BSTR attrName, [in] unsigned short attrChange) |
| |