HomeSort by relevance Sort by last modified time
    Searched defs:stringRepresentation (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebKit/win/
DOMCSSClasses.h 67 virtual HRESULT STDMETHODCALLTYPE stringRepresentation(
68 /* [retval][out] */ BSTR* stringRepresentation) { return DOMObject::stringRepresentation(stringRepresentation); }
WebScriptObject.cpp 113 HRESULT STDMETHODCALLTYPE WebScriptObject::stringRepresentation(
114 /* [retval][out] */ BSTR* /*stringRepresentation*/)
DOMCoreClasses.h 65 virtual HRESULT STDMETHODCALLTYPE stringRepresentation(
66 /* [retval][out] */ BSTR* stringRepresentation) { return WebScriptObject::stringRepresentation(stringRepresentation); }
112 virtual HRESULT STDMETHODCALLTYPE stringRepresentation(
113 /* [retval][out] */ BSTR* stringRepresentation) { return DOMObject::stringRepresentation(stringRepresentation); }
278 virtual HRESULT STDMETHODCALLTYPE stringRepresentation(
279 /* [retval][out] */ BSTR* stringRepresentation) { return DOMObject::stringRepresentation(stringRepresentation);
    [all...]
DOMEventsClasses.h 70 virtual HRESULT STDMETHODCALLTYPE stringRepresentation(
71 /* [retval][out] */ BSTR* stringRepresentation) { return DOMObject::stringRepresentation(stringRepresentation); }
121 virtual HRESULT STDMETHODCALLTYPE stringRepresentation(
122 /* [retval][out] */ BSTR* stringRepresentation) { return DOMObject::stringRepresentation(stringRepresentation); }
201 virtual HRESULT STDMETHODCALLTYPE stringRepresentation(
202 /* [retval][out] */ BSTR* stringRepresentation) { return DOMObject::stringRepresentation(stringRepresentation);
    [all...]
DOMHTMLClasses.h 69 virtual HRESULT STDMETHODCALLTYPE stringRepresentation(
70 /* [retval][out] */ BSTR* stringRepresentation) { return DOMObject::stringRepresentation(stringRepresentation); }
127 virtual HRESULT STDMETHODCALLTYPE stringRepresentation(
128 /* [retval][out] */ BSTR* stringRepresentation) { return DOMObject::stringRepresentation(stringRepresentation); }
192 virtual HRESULT STDMETHODCALLTYPE stringRepresentation(
193 /* [retval][out] */ BSTR* stringRepresentation) { return DOMDocument::stringRepresentation(stringRepresentation);
    [all...]
  /external/nist-sip/java/gov/nist/core/
GenericObject.java 81 protected String stringRepresentation;
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...]

Completed in 88 milliseconds