Lines Matching refs:aCommand
220 const ucb::Command& aCommand, in execute() argument
229 if ( aCommand.Name.equalsAsciiL( in execute()
237 if ( !( aCommand.Argument >>= Properties ) ) in execute()
251 else if ( aCommand.Name.equalsAsciiL( in execute()
259 if ( !( aCommand.Argument >>= aProperties ) ) in execute()
285 else if ( aCommand.Name.equalsAsciiL( in execute()
295 else if ( aCommand.Name.equalsAsciiL( in execute()
306 else if ( aCommand.Name.equalsAsciiL( in execute()
310 if ( !( aCommand.Argument >>= aOpenCommand ) ) in execute()
397 else if ( aCommand.Name.equalsAsciiL( in execute()
405 if ( !( aCommand.Argument >>= arg ) ) in execute()
422 else if ( aCommand.Name.equalsAsciiL( in execute()
430 aCommand.Argument >>= bDeletePhysical; in execute()