Home
last modified time | relevance | path

Searched refs:input_helper_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
Dchoice_helpers.cc24 input_helper_(TypedInput(title)) { in ChoiceBuilder()
25 input_helper_.WithInputValidator( in ChoiceBuilder()
27 input_helper_.WithAdditionalInfo(MakeHumanReadableOptions()); in ChoiceBuilder()
31 std::string input = input_helper_.AskForInput(); in Choose()
45 input_helper_.WithDefault(number); in WithDefault()
50 input_helper_.WithInputSource(input_source); in WithInputSource()
Dchoice_helpers.h58 InputBuilder input_helper_; variable
/external/chromium_org/third_party/libaddressinput/chromium/
Dinput_suggester.h111 const ::i18n::addressinput::AddressInputHelper input_helper_; variable
Dinput_suggester.cc412 input_helper_(supplier), in InputSuggester()
447 input_helper_.FillAddress(&address_copy); in GetSuggestions()