Searched refs:profile_id (Results 1 - 18 of 18) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_event_router_forwarder.cc26 ProfileId profile_id, bool use_profile_to_restrict_events,
28 if (profile_id == Profile::kInvalidProfileId)
30 HandleEvent("", event_name, event_args, profile_id,
44 ProfileId profile_id, bool use_profile_to_restrict_events,
46 if (profile_id == Profile::kInvalidProfileId)
48 HandleEvent(extension_id, event_name, event_args, profile_id,
55 ProfileId profile_id, bool use_profile_to_restrict_events,
63 extension_id, event_name, event_args, profile_id,
73 if (profile_id != Profile::kInvalidProfileId) {
74 profile = profile_manager->GetProfileWithId(profile_id);
24 DispatchEventToRenderers( const std::string& event_name, const std::string& event_args, ProfileId profile_id, bool use_profile_to_restrict_events, const GURL& event_url) argument
41 DispatchEventToExtension( const std::string& extension_id, const std::string& event_name, const std::string& event_args, ProfileId profile_id, bool use_profile_to_restrict_events, const GURL& event_url) argument
52 HandleEvent( const std::string& extension_id, const std::string& event_name, const std::string& event_args, ProfileId profile_id, bool use_profile_to_restrict_events, const GURL& event_url) argument
[all...]
H A Dextension_webrequest_api.h42 int OnBeforeRequest(ProfileId profile_id,
52 int OnBeforeSendHeaders(ProfileId profile_id,
58 void OnURLRequestDestroyed(ProfileId profile_id, net::URLRequest* request);
63 ProfileId profile_id,
76 ProfileId profile_id,
85 ProfileId profile_id,
102 ProfileId profile_id,
112 ProfileId profile_id,
121 ProfileId profile_id,
H A Dextension_event_router_forwarder.h56 ProfileId profile_id,
67 ProfileId profile_id,
93 ProfileId profile_id,
H A Dextension_webrequest_api.cc115 ProfileId profile_id,
122 profile_id, extension_id, event_name, sub_event_name, filter,
127 ProfileId profile_id,
135 profile_id, extension_id, event_name, sub_event_name, request_id,
292 ProfileId profile_id,
298 if (profile_id == Profile::kInvalidProfileId)
307 GetMatchingListeners(profile_id, keys::kOnBeforeRequest, request->url(),
331 if (DispatchEvent(profile_id, event_router, request, callback, listeners,
340 ProfileId profile_id,
346 if (profile_id
114 AddEventListenerOnIOThread( ProfileId profile_id, const std::string& extension_id, const std::string& event_name, const std::string& sub_event_name, const ExtensionWebRequestEventRouter::RequestFilter& filter, int extra_info_spec) argument
126 EventHandledOnIOThread( ProfileId profile_id, const std::string& extension_id, const std::string& event_name, const std::string& sub_event_name, uint64 request_id, bool cancel, const GURL& new_url) argument
291 OnBeforeRequest( ProfileId profile_id, ExtensionEventRouterForwarder* event_router, net::URLRequest* request, net::CompletionCallback* callback, GURL* new_url) argument
339 OnBeforeSendHeaders( ProfileId profile_id, ExtensionEventRouterForwarder* event_router, uint64 request_id, net::CompletionCallback* callback, net::HttpRequestHeaders* headers) argument
377 OnURLRequestDestroyed( ProfileId profile_id, net::URLRequest* request) argument
383 DispatchEvent( ProfileId profile_id, ExtensionEventRouterForwarder* event_router, net::URLRequest* request, net::CompletionCallback* callback, const std::vector<const EventListener*>& listeners, const ListValue& args) argument
422 OnEventHandled( ProfileId profile_id, const std::string& extension_id, const std::string& event_name, const std::string& sub_event_name, uint64 request_id, bool cancel, const GURL& new_url) argument
444 AddEventListener( ProfileId profile_id, const std::string& extension_id, const std::string& event_name, const std::string& sub_event_name, const RequestFilter& filter, int extra_info_spec) argument
465 RemoveEventListener( ProfileId profile_id, const std::string& extension_id, const std::string& sub_event_name) argument
494 GetMatchingListeners( ProfileId profile_id, const std::string& event_name, const GURL& url, int tab_id, int window_id, ResourceType::Type resource_type) argument
524 GetMatchingListeners( ProfileId profile_id, const std::string& event_name, net::URLRequest* request) argument
[all...]
H A Dextension_proxy_api.h46 ProfileId profile_id,
H A Dextension_proxy_api.cc34 ProfileId profile_id,
46 if (profile_id != Profile::kInvalidProfileId) {
48 keys::kProxyEventOnProxyError, json_args, profile_id, true, GURL());
32 OnProxyError( ExtensionEventRouterForwarder* event_router, ProfileId profile_id, int error_code) argument
H A Dextension_event_router.cc38 ProfileId profile_id,
42 profile_id, extension_id, sub_event_name);
37 NotifyEventListenerRemovedOnIOThread( ProfileId profile_id, const std::string& extension_id, const std::string& sub_event_name) argument
/external/chromium/chrome/browser/net/
H A Dchrome_network_delegate.cc25 ProfileId profile_id) {
32 event_router, profile_id, request->status().os_error());
41 ProfileId profile_id,
45 profile_id_(profile_id),
23 ForwardProxyErrors(net::URLRequest* request, ExtensionEventRouterForwarder* event_router, ProfileId profile_id) argument
39 ChromeNetworkDelegate( ExtensionEventRouterForwarder* event_router, ProfileId profile_id, BooleanPrefMember* enable_referrers, ProtocolHandlerRegistry* protocol_handler_registry) argument
H A Dchrome_network_delegate.h24 // If |profile_id| is the invalid profile, events will be broadcasted to all
31 ProfileId profile_id,
/external/chromium/chrome/browser/ui/views/extensions/
H A Dbrowser_action_drag_data.cc68 ProfileId profile_id = profile->GetRuntimeId(); local
69 pickle->WriteBytes(&profile_id, sizeof(profile_id));
H A Dbrowser_action_drag_data_unittest.cc41 const ProfileId profile_id = profile.GetRuntimeId(); local
43 pickle.WriteBytes(&profile_id, sizeof(profile_id));
/external/bluetooth/bluedroid/btif/src/
H A Dbluetooth.c296 static const void* get_profile_interface (const char *profile_id) argument
298 ALOGI("get_profile_interface %s", profile_id);
305 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_ID))
308 if (is_profile(profile_id, BT_PROFILE_SOCKETS_ID))
311 if (is_profile(profile_id, BT_PROFILE_PAN_ID))
314 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_ID))
317 if (is_profile(profile_id, BT_PROFILE_HIDHOST_ID))
320 if (is_profile(profile_id, BT_PROFILE_HEALTH_ID))
/external/chromium/chrome/browser/
H A Dshell_integration_win.cc39 // from profile path. "profile_id" is composed of sanitized basenames of
60 std::wstring profile_id; local
61 profile_id.reserve(basenames.size());
63 // Generate profile_id from sanitized basenames.
68 profile_id += basenames[i];
71 return profile_id;
401 std::wstring profile_id(GetProfileIdFromPath(profile_path));
402 if (!profile_id.empty()) {
404 app_id += profile_id;
/external/chromium/chrome/browser/profiles/
H A Dprofile_manager.h69 // Returns the profile with the given |profile_id| or NULL if no such profile
71 Profile* GetProfileWithId(ProfileId profile_id);
H A Dprofile_io_data.cc187 params->profile_id = profile->GetRuntimeId();
197 profile_id(Profile::kInvalidProfileId) {}
293 profile_params_->profile_id,
H A Dprofile_manager.cc165 Profile* ProfileManager::GetProfileWithId(ProfileId profile_id) { argument
166 DCHECK_NE(Profile::kInvalidProfileId, profile_id);
171 if (candidate->GetRuntimeId() == profile_id)
175 if (candidate->GetRuntimeId() == profile_id)
H A Dprofile_io_data.h121 ProfileId profile_id; member in struct:ProfileIOData::ProfileParams
/external/chromium/chrome/browser/autofill/
H A Dautofill_manager.cc505 // Find the profile that matches the |profile_id|, if one is specified.
1095 int profile_id = GUIDToID(profile_guid);
1098 DCHECK(profile_id <= std::numeric_limits<unsigned short>::max());
1100 return cc_id << std::numeric_limits<unsigned short>::digits | profile_id;
1111 int profile_id = id & std::numeric_limits<unsigned short>::max();
1114 *profile_guid = IDToGUID(profile_id);

Completed in 530 milliseconds