Searched refs:PPPDeskbarReplicant (Results 1 - 3 of 3) sorted by relevance

/haiku/src/bin/network/ppp_up/
H A DPPPDeskbarReplicant.cpp6 #include "PPPDeskbarReplicant.h"
27 PPPDeskbarReplicant::PPPDeskbarReplicant(ppp_interface_id id) function in class:PPPDeskbarReplicant
28 : BView(BRect(0, 0, 15, 15), "PPPDeskbarReplicant", B_FOLLOW_NONE, 0),
35 PPPDeskbarReplicant::PPPDeskbarReplicant(BMessage *message) function in class:PPPDeskbarReplicant
36 : BView(BRect(0, 0, 15, 15), "PPPDeskbarReplicant", B_FOLLOW_NONE, 0)
43 PPPDeskbarReplicant::~PPPDeskbarReplicant()
52 PPPDeskbarReplicant*
[all...]
H A DPPPDeskbarReplicant.h16 class PPPDeskbarReplicant : public BView { class in inherits:BView
18 PPPDeskbarReplicant(ppp_interface_id id);
19 PPPDeskbarReplicant(BMessage *message);
20 virtual ~PPPDeskbarReplicant();
22 static PPPDeskbarReplicant *Instantiate(BMessage *data);
H A DConnectionView.cpp7 #include "PPPDeskbarReplicant.h"
310 PPPDeskbarReplicant *item = new PPPDeskbarReplicant(fListener.Interface());

Completed in 80 milliseconds