Searched refs:stringRepresentation (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebScriptObject.idl107 - (NSString *)stringRepresentation;
109 HRESULT stringRepresentation([out, retval] BSTR* stringRepresentation);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMCSSClasses.h67 virtual HRESULT STDMETHODCALLTYPE stringRepresentation( argument
68 /* [retval][out] */ BSTR* stringRepresentation) { return DOMObject::stringRepresentation(stringRepresentation); }
H A DWebScriptObject.h60 virtual HRESULT STDMETHODCALLTYPE stringRepresentation(
61 /* [retval][out] */ BSTR* stringRepresentation);
H A DDOMEventsClasses.h82 virtual HRESULT STDMETHODCALLTYPE stringRepresentation( argument
83 /* [retval][out] */ BSTR* stringRepresentation) { return DOMObject::stringRepresentation(stringRepresentation); }
133 virtual HRESULT STDMETHODCALLTYPE stringRepresentation( argument
134 /* [retval][out] */ BSTR* stringRepresentation) { return DOMObject::stringRepresentation(stringRepresentation); }
213 virtual HRESULT STDMETHODCALLTYPE stringRepresentation( argument
214 /* [retval][out] */ BSTR* stringRepresentation) { retur
322 stringRepresentation( BSTR* stringRepresentation) argument
470 stringRepresentation( BSTR* stringRepresentation) argument
645 stringRepresentation( BSTR* stringRepresentation) argument
745 stringRepresentation( BSTR* stringRepresentation) argument
829 stringRepresentation( BSTR* stringRepresentation) argument
[all...]
H A DDOMCoreClasses.h66 virtual HRESULT STDMETHODCALLTYPE stringRepresentation( argument
67 /* [retval][out] */ BSTR* stringRepresentation) { return WebScriptObject::stringRepresentation(stringRepresentation); }
113 virtual HRESULT STDMETHODCALLTYPE stringRepresentation( argument
114 /* [retval][out] */ BSTR* stringRepresentation) { return DOMObject::stringRepresentation(stringRepresentation); }
279 virtual HRESULT STDMETHODCALLTYPE stringRepresentation( argument
280 /* [retval][out] */ BSTR* stringRepresentation) { retur
337 stringRepresentation( BSTR* stringRepresentation) argument
569 stringRepresentation( BSTR* stringRepresentation) argument
653 stringRepresentation( BSTR* stringRepresentation) argument
[all...]
H A DWebScriptObject.cpp113 HRESULT STDMETHODCALLTYPE WebScriptObject::stringRepresentation( function in class:WebScriptObject
114 /* [retval][out] */ BSTR* /*stringRepresentation*/)
H A DDOMHTMLClasses.h69 virtual HRESULT STDMETHODCALLTYPE stringRepresentation( argument
70 /* [retval][out] */ BSTR* stringRepresentation) { return DOMObject::stringRepresentation(stringRepresentation); }
127 virtual HRESULT STDMETHODCALLTYPE stringRepresentation( argument
128 /* [retval][out] */ BSTR* stringRepresentation) { return DOMObject::stringRepresentation(stringRepresentation); }
192 virtual HRESULT STDMETHODCALLTYPE stringRepresentation( argument
193 /* [retval][out] */ BSTR* stringRepresentation) { retur
466 stringRepresentation( BSTR* stringRepresentation) argument
725 stringRepresentation( BSTR* stringRepresentation) argument
1030 stringRepresentation( BSTR* stringRepresentation) argument
1354 stringRepresentation( BSTR* stringRepresentation) argument
1652 stringRepresentation( BSTR* stringRepresentation) argument
2062 stringRepresentation( BSTR* stringRepresentation) argument
2387 stringRepresentation( BSTR* stringRepresentation) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DWebScriptObject.h272 @method stringRepresentation
277 - (NSString *)stringRepresentation;
H A DWebScriptObject.mm458 - (NSString *)stringRepresentation

Completed in 189 milliseconds