Home | History | Annotate | Download | only in dbus

Lines Matching refs:Profile

24 #include "dbus_bindings/org.chromium.flimflam.Profile.h"
30 class Profile;
32 // Subclass of DBusAdaptor for Profile objects
33 // There is a 1:1 mapping between Profile and ChromeosProfileDBusAdaptor
34 // instances. Furthermore, the Profile owns the ChromeosProfileDBusAdaptor
36 // having a bare pointer to its owner profile.
38 // A Profile is a collection of Entry structures (which we will define later).
49 Profile* profile);
77 Profile* profile_;