Lines Matching refs:aProgressMixer
1155 ProgressMixer aProgressMixer( aDelegator ); in impl_handleDocument_nothrow() local
1156 aProgressMixer.registerPhase( PHASE_JAVASCRIPT, 1 ); in impl_handleDocument_nothrow()
1157 aProgressMixer.registerPhase( PHASE_BEANSHELL, 1 ); in impl_handleDocument_nothrow()
1158 aProgressMixer.registerPhase( PHASE_PYTHON, 1 ); in impl_handleDocument_nothrow()
1159 aProgressMixer.registerPhase( PHASE_JAVA, 1 ); in impl_handleDocument_nothrow()
1160 aProgressMixer.registerPhase( PHASE_BASIC, 5 ); in impl_handleDocument_nothrow()
1162 aProgressMixer.registerPhase( PHASE_DIALOGS, 1 ); in impl_handleDocument_nothrow()
1168 …&& impl_migrateScriptStorage_nothrow( aSubDocument, eJavaScript, aProgressMixer, PHASE_JAVASCRIPT… in impl_handleDocument_nothrow()
1169 … && impl_migrateScriptStorage_nothrow( aSubDocument, eBeanShell, aProgressMixer, PHASE_BEANSHELL ) in impl_handleDocument_nothrow()
1170 … && impl_migrateScriptStorage_nothrow( aSubDocument, ePython, aProgressMixer, PHASE_PYTHON ) in impl_handleDocument_nothrow()
1171 … && impl_migrateScriptStorage_nothrow( aSubDocument, eJava, aProgressMixer, PHASE_JAVA ); in impl_handleDocument_nothrow()
1175 … && impl_migrateContainerLibraries_nothrow( aSubDocument, eBasic, aProgressMixer, PHASE_BASIC ) in impl_handleDocument_nothrow()
1176 …&& impl_migrateContainerLibraries_nothrow( aSubDocument, eDialog, aProgressMixer, PHASE_DIALOGS ); in impl_handleDocument_nothrow()