Searched refs:profile_restriction_ (Results 1 – 4 of 4) sorted by relevance
47 void RestrictToProfile(Profile* profile) { profile_restriction_ = profile; } in RestrictToProfile()66 Profile* profile_restriction_; variable
27 : profile_restriction_(NULL), in ResultCatcher()64 if (profile_restriction_ && in Observe()65 Source<Profile>(source).ptr() != profile_restriction_) { in Observe()
81 void RestrictToProfile(Profile* profile) { profile_restriction_ = profile; } in RestrictToProfile()100 Profile* profile_restriction_; variable
143 : profile_restriction_(NULL), in ResultCatcher()180 if (profile_restriction_ && in Observe()181 content::Source<Profile>(source).ptr() != profile_restriction_) { in Observe()