Home
last modified time | relevance | path

Searched refs:profile_restriction_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_apitest.h47 void RestrictToProfile(Profile* profile) { profile_restriction_ = profile; } in RestrictToProfile()
66 Profile* profile_restriction_; variable
Dextension_apitest.cc27 : profile_restriction_(NULL), in ResultCatcher()
64 if (profile_restriction_ && in Observe()
65 Source<Profile>(source).ptr() != profile_restriction_) { in Observe()
/external/chromium_org/chrome/browser/extensions/
Dextension_apitest.h81 void RestrictToProfile(Profile* profile) { profile_restriction_ = profile; } in RestrictToProfile()
100 Profile* profile_restriction_; variable
Dextension_apitest.cc143 : profile_restriction_(NULL), in ResultCatcher()
180 if (profile_restriction_ && in Observe()
181 content::Source<Profile>(source).ptr() != profile_restriction_) { in Observe()