Lines Matching defs:choice
1523 // choice is denoted by a diamond as the first character.
1539 // Get the index of the last visible choice.
1607 // Returns the content of the choice as a string.
1610 // Returns the index of the choice.
1613 void SetChoice(llvm::StringRef choice) {
1615 if (choice == m_choices[i]) {
1626 // The index of the selected choice.
1628 // The index of the first visible choice in the field.
1698 std::string choice = GetChoiceContent();
1699 if (choice == kNo)
1701 else if (choice == kYes)
3123 std::string choice = m_load_dependent_files_field->GetChoiceContent();
3124 if (choice == kLoadDependentFilesNo)
3126 if (choice == kLoadDependentFilesYes)