1
edit
Changes
no edit summary
Code Size: 40, ^
=== embedding/components/windowwatcher ===
Note: Used in an NS_ASSERTION [http://mxr.mozilla.org/mozilla-central/source/view/public/nsIView.h#155 here]. Why not just call nsIView::IsRoot?
6 of the functions of this class are dead but the [http://mxr.mozilla.org/mozilla-central/source/xpcom/base/nsITraceRefcnt.idl#43 idl file] lists the classes status as frozen (and deprecated).
== False Positives/Stuff that shouldn't be dealt with ==
== accessible ==
These are all inherit from a template base class so these individual methods are unuded but removing them requires a major design change
====PRBool nsFontSizeTextAttr::GetValueFor(nsIDOMElement*,nscoord*)====
[http://mxr.mozilla.org/mozilla-central/search?string=GetValueFor%28&case=1 MXR Search]
Code Size: 8
====PRBool nsBGColorTextAttr::GetValueFor(nsIDOMElement*,nscolor*)====
[http://mxr.mozilla.org/mozilla-central/search?string=GetValueFor%28&case=1 MXR Search]
Code Size: 7
====PRBool nsFontWeightTextAttr::GetValueFor(nsIDOMElement*,PRInt32*)====
[http://mxr.mozilla.org/mozilla-central/search?string=GetValueFor%28&case=1 MXR Search]
Code Size: 8
Path info: GetValue calls nsCSSTextAttr::Format
====PRBool nsTextAttr::GetValue(nsAString_internal&,int)====
[http://mxr.mozilla.org/mozilla-central/search?string=GetValue this search]
Code Size: 26
====void nsCSSTextAttr::Format(const nsAutoString&,nsAString_internal&)====
Code Size: 3
====void nsTextAttr::Format(const nsAutoString&,nsAString_internal&)====
Code Size: 0
====void nsLangTextAttr::Format(const nsAutoString&,nsAString_internal&)====
Code Size: 7
===layout/xul===
====gfxContext* nsContextBoxBlur::GetContext()====
[http://mxr.mozilla.org/mozilla-central/search?string=GetContext()&case=1 MXR Search]
Code Size: 4
Note: according to comments in Init, that it "Prepares a gfxContext to draw on. Do not call this twice; if you want to get the gfxContext again use GetContext()", this probably shouldn't be removed.