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

/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebScriptObject.idl107 - (NSString *)stringRepresentation;
109 HRESULT stringRepresentation([out, retval] BSTR* stringRepresentation);
/external/webkit/Source/WebKit/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.h70 virtual HRESULT STDMETHODCALLTYPE stringRepresentation( argument
71 /* [retval][out] */ BSTR* stringRepresentation) { return DOMObject::stringRepresentation(stringRepresentation); }
121 virtual HRESULT STDMETHODCALLTYPE stringRepresentation( argument
122 /* [retval][out] */ BSTR* stringRepresentation) { return DOMObject::stringRepresentation(stringRepresentation); }
201 virtual HRESULT STDMETHODCALLTYPE stringRepresentation( argument
202 /* [retval][out] */ BSTR* stringRepresentation) { retur
310 stringRepresentation( BSTR* stringRepresentation) argument
458 stringRepresentation( BSTR* stringRepresentation) argument
633 stringRepresentation( BSTR* stringRepresentation) argument
733 stringRepresentation( BSTR* stringRepresentation) argument
817 stringRepresentation( BSTR* stringRepresentation) argument
[all...]
H A DDOMCoreClasses.h65 virtual HRESULT STDMETHODCALLTYPE stringRepresentation( argument
66 /* [retval][out] */ BSTR* stringRepresentation) { return WebScriptObject::stringRepresentation(stringRepresentation); }
112 virtual HRESULT STDMETHODCALLTYPE stringRepresentation( argument
113 /* [retval][out] */ BSTR* stringRepresentation) { return DOMObject::stringRepresentation(stringRepresentation); }
278 virtual HRESULT STDMETHODCALLTYPE stringRepresentation( argument
279 /* [retval][out] */ BSTR* stringRepresentation) { retur
336 stringRepresentation( BSTR* stringRepresentation) argument
567 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...]
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DMessageObject.java60 stringRepresentation = "";
73 if (fieldName.compareTo("stringRepresentation") == 0) {
152 return stringRepresentation;
H A DSIPResponse.java392 stringRepresentation = "";
400 return stringRepresentation;
H A DSIPRequest.java200 stringRepresentation = "";
207 return stringRepresentation;
H A DSIPMessage.java504 stringRepresentation = "";
534 return stringRepresentation;
/external/webkit/Source/WebCore/bindings/objc/
H A DWebScriptObject.h268 @method stringRepresentation
273 - (NSString *)stringRepresentation;
H A DWebScriptObject.mm457 - (NSString *)stringRepresentation
/external/nist-sip/java/gov/nist/core/
H A DGenericObject.java81 protected String stringRepresentation; field in class:GenericObject
294 stringRepresentation = "";
309 stringRepresentation += getIndentation();
310 stringRepresentation += "<null>\n";
316 stringRepresentation += getIndentation();
317 stringRepresentation += a;
318 stringRepresentation += "\n";
427 if (fieldName.compareTo("stringRepresentation") == 0) {
512 if (fieldName.compareTo("stringRepresentation") == 0) {
594 stringRepresentation
[all...]
/external/webkit/Tools/DumpRenderTree/mac/
H A DObjCController.m220 if ([[webScriptObject stringRepresentation] isEqualToString:@"[Object object]"])
241 [storedWebScriptObject stringRepresentation];
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DNetObject.java96 if (fieldName.compareTo("stringRepresentation") == 0) {
186 if (fieldName.compareTo("stringRepresentation") == 0) {
280 stringRepresentation = "";
293 if (fieldName.compareTo("stringRepresentation") == 0) {
370 return stringRepresentation;
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPHeaderList.java327 stringRepresentation = "";
339 return stringRepresentation;
H A DSIPObject.java102 if (fieldName.compareTo("stringRepresentation") == 0) {
193 if (fieldName.compareTo("stringRepresentation") == 0) {
291 stringRepresentation = "";
304 if (fieldName.compareTo("stringRepresentation") == 0) {
381 return stringRepresentation;

Completed in 261 milliseconds