added support for webProgress flags for AddWebProgressListener()
git-svn-id: svn://10.0.0.236/trunk@123971 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -268,7 +268,7 @@ void CNsIWebNav::GoToIndexTest()
|
||||
RvTestResult(rv, "GotoIndex() test", 2);
|
||||
}
|
||||
|
||||
void CNsIWebNav::LoadUriTest(char *theUrl, const unsigned long theFlag)
|
||||
void CNsIWebNav::LoadUriTest(char *theUrl, PRUint32 theFlag)
|
||||
{
|
||||
char theTotalString[500];
|
||||
char theFlagName[200];
|
||||
@@ -313,7 +313,7 @@ void CNsIWebNav::LoadUriTest(char *theUrl, const unsigned long theFlag)
|
||||
RvTestResult(rv, theTotalString, 2);
|
||||
}
|
||||
|
||||
void CNsIWebNav::ReloadTest(const unsigned long theFlag)
|
||||
void CNsIWebNav::ReloadTest(PRUint32 theFlag)
|
||||
{
|
||||
char theTotalString[500];
|
||||
char theFlagName[200];
|
||||
@@ -357,7 +357,7 @@ void CNsIWebNav::ReloadTest(const unsigned long theFlag)
|
||||
RvTestResult(rv, theTotalString, 1);
|
||||
}
|
||||
|
||||
void CNsIWebNav::StopUriTest(char *theUrl, const unsigned long theFlag)
|
||||
void CNsIWebNav::StopUriTest(char *theUrl, PRUint32 theFlag)
|
||||
{
|
||||
char theTotalString[200];
|
||||
char flagString[100];
|
||||
|
||||
Reference in New Issue
Block a user