Home
last modified time | relevance | path

Searched refs:PPPoEView (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/network_settings/dialup/
H A DPPPoEAddon.h22 class PPPoEView; variable
64 PPPoEView *fPPPoEView;
70 class PPPoEView : public BView {
72 PPPoEView(PPPoEAddon *addon, BRect frame);
73 virtual ~PPPoEView();
H A DPPPoEAddon.cpp223 fPPPoEView = new PPPoEView(this, rect); in CreateView()
231 PPPoEView::PPPoEView(PPPoEAddon *addon, BRect frame) in PPPoEView() function in PPPoEView
260 PPPoEView::~PPPoEView() in ~PPPoEView()
267 PPPoEView::Reload() in Reload()
275 PPPoEView::AttachedToWindow() in AttachedToWindow()
284 PPPoEView::MessageReceived(BMessage *message) in MessageReceived()
338 PPPoEView::ReloadInterfaces() in ReloadInterfaces()