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

1 2

  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
gallery_watch_manager.h 26 // Returns the GalleryWatchManager for |profile_id|, creating it if it is not
28 static GalleryWatchManager* GetForProfile(void* profile_id);
31 // |profile_id|.
32 static bool HasForProfile(void* profile_id);
35 static void OnProfileShutdown(void* profile_id);
38 // |profile_id| specifies the extension profile identifier.
43 void* profile_id,
50 // |extension_id|. |profile_id| specifies the extension profile identifier.
52 static void RemoveGalleryWatch(void* profile_id,
57 static void OnExtensionUnloaded(void* profile_id,
    [all...]
gallery_watch_manager.cc 238 void* profile_id) {
240 DCHECK(profile_id);
242 GalleryWatchManager::HasForProfile(profile_id));
246 (*g_gallery_watch_managers)[profile_id] = new GalleryWatchManager;
247 return (*g_gallery_watch_managers)[profile_id];
251 bool GalleryWatchManager::HasForProfile(void* profile_id) {
253 DCHECK(profile_id);
257 g_gallery_watch_managers->find(profile_id);
262 void GalleryWatchManager::OnProfileShutdown(void* profile_id) {
264 DCHECK(profile_id);
    [all...]
  /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());
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_protocol_handler.cc 19 DriveProtocolHandler::DriveProtocolHandler(void* profile_id)
20 : profile_id_(profile_id) {
drive_protocol_handler.h 20 explicit DriveProtocolHandler(void* profile_id);
  /external/chromium_org/chrome/browser/extensions/
user_script_listener.h 68 void UserScriptsReady(void* profile_id);
71 void ProfileDestroyed(void* profile_id);
75 void AppendNewURLPatterns(void* profile_id, const URLPatterns& new_patterns);
79 void ReplaceURLPatterns(void* profile_id, const URLPatterns& patterns);
user_script_listener.cc 149 void UserScriptListener::UserScriptsReady(void* profile_id) {
152 profile_data_[profile_id].user_scripts_ready = true;
156 void UserScriptListener::ProfileDestroyed(void* profile_id) {
158 profile_data_.erase(profile_id);
164 void UserScriptListener::AppendNewURLPatterns(void* profile_id,
170 ProfileData& data = profile_data_[profile_id];
177 void UserScriptListener::ReplaceURLPatterns(void* profile_id,
181 ProfileData& data = profile_data_[profile_id];
extension_warning_service.h 64 // Notifies the ExtensionWarningService of profile |profile_id| that new
66 static void NotifyWarningsOnUI(void* profile_id,
event_router.h 70 void* profile_id,
172 static void LogExtensionEventMessage(void* profile_id,
180 void* profile_id,
259 void* profile_id,
extension_warning_service.cc 95 void* profile_id,
98 Profile* profile = reinterpret_cast<Profile*>(profile_id);
extension_function.h 163 void set_profile_id(void* profile_id) { profile_id_ = profile_id; }
164 void* profile_id() const { return profile_id_; } function in class:ExtensionFunction
event_router.cc 96 void EventRouter::LogExtensionEventMessage(void* profile_id,
104 profile_id,
109 Profile* profile = reinterpret_cast<Profile*>(profile_id);
121 void* profile_id,
128 LogExtensionEventMessage(profile_id, extension_id, event_name,
153 void* profile_id,
159 DispatchExtensionMessage(ipc_sender, profile_id, extension_id, event_name,
166 profile_id,
678 void* profile_id,
681 Profile* profile = reinterpret_cast<Profile*>(profile_id);
    [all...]
  /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 302 static const void* get_profile_interface (const char *profile_id)
304 ALOGI("get_profile_interface %s", profile_id);
311 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_ID))
314 if (is_profile(profile_id, BT_PROFILE_SOCKETS_ID))
317 if (is_profile(profile_id, BT_PROFILE_PAN_ID))
320 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_ID))
323 if (is_profile(profile_id, BT_PROFILE_HIDHOST_ID))
326 if (is_profile(profile_id, BT_PROFILE_HEALTH_ID))
330 if (is_profile(profile_id, BT_PROFILE_GATT_ID))
334 if (is_profile(profile_id, BT_PROFILE_AV_RC_ID)
    [all...]
  /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);
  /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;
  /external/chromium_org/chrome/browser/
shell_integration_win.cc 49 // from profile path. "profile_id" is composed of sanitized basenames of
70 string16 profile_id; local
71 profile_id.reserve(basenames.size());
73 // Generate profile_id from sanitized basenames.
78 profile_id += basenames[i];
81 return profile_id;
338 const string16 profile_id(GetProfileIdFromPath(profile_path));
339 if (!profile_id.empty())
340 components.push_back(profile_id);

Completed in 1160 milliseconds

1 2