HomeSort by relevance Sort by last modified time
    Searched defs:restrict_to_profile (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_helpers.cc 118 Profile* restrict_to_profile = NULL; local
122 restrict_to_profile = profile->GetOffTheRecordProfile();
129 restrict_to_profile = profile;
135 event->restrict_to_profile = restrict_to_profile;
  /external/chromium_org/chrome/browser/extensions/
event_router.h 298 Profile* restrict_to_profile; member in struct:extensions::Event
322 Profile* restrict_to_profile);
326 Profile* restrict_to_profile,

Completed in 788 milliseconds