Thank you.
I myself found out my answer.
An all-key relation is one whose only candidate (primary) key is constituted by all attributes of the relation.
This example shows a relation that really not an all-key relation, because there is an FD, A->B, so we can deduce : AC->B . We khow that AC->A and AC->C.
We can see that AC determines all of the attributes therefore is a candidate key.
By this condition we don't have an all-key relation, because ABC isn't the primary key.