HomeSort by relevance Sort by last modified time
    Searched refs:provider_type_combobox_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc 236 provider_type_combobox_(NULL),
274 else if (provider_type_combobox_)
275 return provider_type_combobox_;
475 if (provider_type_combobox_)
476 return provider_type_combobox_->selected_index();
570 provider_type_combobox_ = new views::Combobox(
572 provider_type_combobox_->set_listener(this);
573 layout_->AddView(provider_type_combobox_);
579 provider_type_combobox_ = NULL;
    [all...]
vpn_config_view.h 166 views::Combobox* provider_type_combobox_; member in class:chromeos::VPNConfigView

Completed in 39 milliseconds