Searched refs:Canceled (Results 1 – 5 of 5) sorted by relevance
78 Canceled = SNAPSHOT_STATUS_CANCELED, enumerator91 Canceled, enumerator
113 if (isPending()) error_ = ResponseCode::Canceled; in userCancel()
32 * - Canceled: If the user has pressed the cancel button.
36 Canceled = 1,
312 ASSERT_EQ(ResponseCode::Canceled, result.args->error_); in TEST_P()