Searched refs:bAborted (Results 1 – 5 of 5) sorted by relevance
980 bool bAborted(false); in UCBOpenContentSync() local1087 bAborted = true; in UCBOpenContentSync()1109 bAborted = true; in UCBOpenContentSync()1115 bAborted = true; in UCBOpenContentSync()1148 bResultAchieved |= bAborted; in UCBOpenContentSync()1154 if ( bAborted || bException ) in UCBOpenContentSync()1177 return ( bAborted || bException ); in UCBOpenContentSync()1208 bool bAborted = false; in _UCBOpenContentSync() local1216 bAborted = true; in _UCBOpenContentSync()1221 bAborted = true; in _UCBOpenContentSync()[all …]
1203 bool bAborted = false; in StartJob() local1208 for( int nPage = 0; nPage < nAllPages && ! bAborted; nPage++ ) in StartJob()1218 bAborted = true; in StartJob()1317 if( ! i_pFileName && ! bAborted ) in StartJob()1364 …i_rController.setJobState( bAborted ? view::PrintableState_JOB_ABORTED : view::PrintableState_JOB_… in StartJob()1367 if( ! i_pFileName || bAborted ) in StartJob()
648 bool bError = false, bAborted = false; in StartJob() local664 bAborted = true; in StartJob()666 …for( int nOuterIteration = 0; nOuterIteration < nOuterRepeatCount && ! bAborted; nOuterIteration++… in StartJob()668 for( int nPage = 0; nPage < nPages && ! bAborted; nPage++ ) in StartJob()670 …for( int nInnerIteration = 0; nInnerIteration < nInnerRepeatCount && ! bAborted; nInnerIteration++… in StartJob()683 bAborted = true; in StartJob()
634 bool bAborted = aMediaDesc.getUnpackedValueOrDefault( MediaDescriptor::PROP_ABORTED(), false ); in detect() local635 if( !bAborted ) try in detect()
687 bool bAborted = false; in executeCommand() local694 bAborted = true; in executeCommand()706 if ( bAborted ) in executeCommand()709 if ( !bException && !bAborted ) in executeCommand()
Completed in 49 milliseconds