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

  /external/chromium/chrome/browser/extensions/
extension_event_router_forwarder.cc 26 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);
    [all...]
extension_webrequest_api.h 42 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,
extension_proxy_api.h 46 ProfileId profile_id,
extension_event_router_forwarder.h 56 ProfileId profile_id,
67 ProfileId profile_id,
93 ProfileId profile_id,
extension_webrequest_api.cc 115 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 == Profile::kInvalidProfileId
    [all...]
extension_proxy_api.cc 34 ProfileId profile_id,
46 if (profile_id != Profile::kInvalidProfileId) {
48 keys::kProxyEventOnProxyError, json_args, profile_id, true, GURL());
extension_event_router.cc 38 ProfileId profile_id,
42 profile_id, extension_id, sub_event_name);
  /external/chromium/chrome/browser/net/
chrome_network_delegate.cc 25 ProfileId profile_id) {
32 event_router, profile_id, request->status().os_error());
41 ProfileId profile_id,
45 profile_id_(profile_id),
chrome_network_delegate.h 24 // If |profile_id| is the invalid profile, events will be broadcasted to all
31 ProfileId profile_id,
  /external/chromium/chrome/browser/ui/views/extensions/
browser_action_drag_data.cc 68 ProfileId profile_id = profile->GetRuntimeId(); local
69 pickle->WriteBytes(&profile_id, sizeof(profile_id));
browser_action_drag_data_unittest.cc 41 const ProfileId profile_id = profile.GetRuntimeId(); local
43 pickle.WriteBytes(&profile_id, sizeof(profile_id));
  /external/bluetooth/bluedroid/btif/src/
bluetooth.c 296 static const void* get_profile_interface (const char *profile_id)
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/profiles/
profile_manager.h 69 // Returns the profile with the given |profile_id| or NULL if no such profile
71 Profile* GetProfileWithId(ProfileId profile_id);
profile_io_data.cc 187 params->profile_id = profile->GetRuntimeId();
197 profile_id(Profile::kInvalidProfileId) {}
293 profile_params_->profile_id,
profile_manager.cc 165 Profile* ProfileManager::GetProfileWithId(ProfileId profile_id) {
166 DCHECK_NE(Profile::kInvalidProfileId, profile_id);
171 if (candidate->GetRuntimeId() == profile_id)
175 if (candidate->GetRuntimeId() == profile_id)
profile_io_data.h 121 ProfileId profile_id; member in struct:ProfileIOData::ProfileParams
  /external/chromium/chrome/browser/
shell_integration_win.cc 39 // 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;
  /hardware/libhardware/include/hardware/
bluetooth.h 419 const void* (*get_profile_interface) (const char *profile_id);
  /external/chromium/chrome/browser/autofill/
autofill_manager.cc 505 // Find the profile that matches the |profile_id|, if one is specified.
    [all...]

Completed in 1000 milliseconds