implementing FindItemWithName. bug 65229 (peripherally) r=scc,valeski
git-svn-id: svn://10.0.0.236/trunk@86481 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -95,6 +95,15 @@ protected:
|
||||
|
||||
NS_IMETHOD AddChromeListeners();
|
||||
|
||||
nsresult FindChildWithName(const PRUnichar *aName,
|
||||
PRBool aRecurse, nsIDocShellTreeItem* aRequestor,
|
||||
nsIDocShellTreeItem **aFoundItem);
|
||||
nsresult FindItemWithNameAcrossWindows(const PRUnichar* aName,
|
||||
nsIDocShellTreeItem **aFoundItem);
|
||||
|
||||
void AddToWatcher();
|
||||
void RemoveFromWatcher();
|
||||
|
||||
protected:
|
||||
|
||||
// Weak References
|
||||
|
||||
Reference in New Issue
Block a user