Searched refs:firstOperation (Results 1 – 2 of 2) sorted by relevance
347 AssetChangeOperation firstOperation = assetChangeOperations_.front(); in CheckChangeOperations() local348 if (fileAsset->GetId() <= 0 && firstOperation != AssetChangeOperation::CREATE_FROM_SCRATCH && in CheckChangeOperations()349 firstOperation != AssetChangeOperation::CREATE_FROM_URI) { in CheckChangeOperations()
389 AssetChangeOperation firstOperation = assetChangeOperations_.front(); in CheckChangeOperations() local390 if (fileAsset->GetId() <= 0 && firstOperation != AssetChangeOperation::CREATE_FROM_SCRATCH && in CheckChangeOperations()391 firstOperation != AssetChangeOperation::CREATE_FROM_URI) { in CheckChangeOperations()2098 AssetChangeOperation firstOperation = context.assetChangeOperations.front(); in SetTitleExecute() local2099 if (firstOperation == AssetChangeOperation::CREATE_FROM_SCRATCH || in SetTitleExecute()2100 firstOperation == AssetChangeOperation::CREATE_FROM_URI) { in SetTitleExecute()