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

  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_helpers.cc 119 Profile* restrict_to_profile = NULL; local
124 restrict_to_profile = profile->GetOffTheRecordProfile();
131 restrict_to_profile = profile;
137 event->restrict_to_browser_context = restrict_to_profile;
  /external/chromium_org/chrome/browser/extensions/
event_router_forwarder.h 26 // by system URLRequestContexts. In these cases the |restrict_to_profile|
93 Profile* restrict_to_profile,
event_router_forwarder.cc 114 Profile* restrict_to_profile,
125 event->restrict_to_browser_context = restrict_to_profile;
event_router_forwarder_unittest.cc 40 Profile* restrict_to_profile, const GURL& event_url) {
42 restrict_to_profile, event_url);

Completed in 183 milliseconds