OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:restrict_to_profile
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/extensions/
extension_event_router.h
53
// |
restrict_to_profile
| is non-NULL, then the event will not be sent to other
60
Profile*
restrict_to_profile
, const GURL& event_url);
66
Profile*
restrict_to_profile
, const GURL& event_url);
74
Profile*
restrict_to_profile
, const GURL& event_url);
extension_event_router.cc
161
Profile*
restrict_to_profile
, const GURL& event_url) {
162
DispatchEventImpl("", event_name, event_args,
restrict_to_profile
, event_url);
168
Profile*
restrict_to_profile
, const GURL& event_url) {
170
DispatchEventImpl(extension_id, event_name, event_args,
restrict_to_profile
,
177
Profile*
restrict_to_profile
, const GURL& event_url) {
182
DCHECK(!
restrict_to_profile
|| profile_->IsSameProfile(
restrict_to_profile
));
205
bool cross_incognito =
restrict_to_profile
&&
206
listener->process->profile() !=
restrict_to_profile
;
extension_event_router_forwarder.cc
95
Profile*
restrict_to_profile
, const GURL& event_url) {
107
event_name, event_args,
restrict_to_profile
, event_url);
112
event_name, event_args,
restrict_to_profile
, event_url);
extension_event_router_forwarder.h
25
// by system URLRequestContexts. In these cases the |
restrict_to_profile
|
83
Profile*
restrict_to_profile
,
/external/chromium_org/chrome/browser/extensions/api/preference/
preference_helpers.cc
119
Profile*
restrict_to_profile
= NULL;
local
125
restrict_to_profile
= profile->GetOffTheRecordProfile();
132
restrict_to_profile
= profile;
138
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
115
Profile*
restrict_to_profile
,
124
event->restrict_to_browser_context =
restrict_to_profile
;
event_router_forwarder_unittest.cc
39
Profile*
restrict_to_profile
, const GURL& event_url) {
41
restrict_to_profile
, event_url);
Completed in 353 milliseconds