Searched refs:NetworkConfigView (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/options/
H A Dnetwork_config_view.cc59 chromeos::NetworkConfigView** GetActiveDialogPointer() {
60 static chromeos::NetworkConfigView* active_dialog = NULL;
64 chromeos::NetworkConfigView* GetActiveDialog() {
68 void SetActiveDialog(chromeos::NetworkConfigView* dialog) {
79 NetworkConfigView::NetworkConfigView() function in class:chromeos::NetworkConfigView
87 bool NetworkConfigView::InitWithNetworkState(const NetworkState* network) {
101 bool NetworkConfigView::InitWithType(const std::string& type) {
116 NetworkConfigView::~NetworkConfigView() {
[all...]
H A Dnetwork_config_view.h32 class NetworkConfigView : public views::DialogDelegateView, class in namespace:chromeos
88 NetworkConfigView();
89 virtual ~NetworkConfigView();
103 // NetworkConfigView gets cleaned up.
111 DISALLOW_COPY_AND_ASSIGN(NetworkConfigView);
114 // Children of NetworkConfigView must subclass this and implement the virtual
115 // methods, which are called by NetworkConfigView.
120 ChildNetworkConfigView(NetworkConfigView* parent,
154 NetworkConfigView* parent_;
H A Dwimax_config_view.h35 WimaxConfigView(NetworkConfigView* parent, const std::string& service_path);
H A Dvpn_config_view.h49 VPNConfigView(NetworkConfigView* parent, const std::string& service_path);
H A Dwifi_config_view.h57 WifiConfigView(NetworkConfigView* parent,
H A Dwimax_config_view.cc51 WimaxConfigView::WimaxConfigView(NetworkConfigView* parent,
H A Dvpn_config_view.cc222 VPNConfigView::VPNConfigView(NetworkConfigView* parent,
H A Dwifi_config_view.cc343 WifiConfigView::WifiConfigView(NetworkConfigView* parent,
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc893 NetworkConfigView::Show(service_path, GetNativeWindow());
907 NetworkConfigView::ShowForType(shill::kTypeWifi, GetNativeWindow());
909 NetworkConfigView::ShowForType(shill::kTypeVPN, GetNativeWindow());
/external/chromium_org/chrome/browser/chromeos/status/
H A Dnetwork_menu.cc341 NetworkConfigView::ShowForType(shill::kTypeWifi, native_window);
/external/chromium_org/chrome/browser/ui/ash/
H A Dsystem_tray_delegate_chromeos.cc750 NetworkConfigView::Show(network_id, GetNativeWindow());
788 NetworkConfigView::ShowForType(type, GetNativeWindow());

Completed in 129 milliseconds