Lines Matching refs:ResId
50 ModalDialog( pParent, ResId( DLG_COOKIES, *pResMgr ) ), in CookiesDialog()
52 maCookieFB ( this, ResId( FB_COOKIES, *pResMgr ) ), in CookiesDialog()
53 maCookieFT ( this, ResId( FT_COOKIES, *pResMgr ) ), in CookiesDialog()
54 maInFutureLine ( this, ResId( FL_COOKIES, *pResMgr ) ), in CookiesDialog()
55 maInFutureSendBtn ( this, ResId( RB_INFUTURE_SEND, *pResMgr ) ), in CookiesDialog()
56 maInFutureIgnoreBtn ( this, ResId( RB_INFUTURE_IGNORE, *pResMgr ) ), in CookiesDialog()
57 maInFutureInteractiveBtn( this, ResId( RB_INFUTURE_INTERACTIVE, *pResMgr ) ), in CookiesDialog()
58 maInFutureGB ( this, ResId( GB_INFUTURE, *pResMgr ) ), in CookiesDialog()
59 maIgnoreBtn ( this, ResId( BTN_COOKIES_CANCEL, *pResMgr ) ), in CookiesDialog()
60 maSendBtn ( this, ResId( BTN_COOKIES_OK, *pResMgr ) ), in CookiesDialog()
82 SetText( String( ResId( STR_COOKIES_RECV_TITLE + nOffset, *pResMgr ) ) ); in CookiesDialog()
83 String aMsg( ResId( STR_COOKIES_RECV_START + nOffset, *pResMgr ) ); in CookiesDialog()
86 String aTemplate( ResId( STR_COOKIES_RECV_COOKIES, *pResMgr ) ); in CookiesDialog()