Searched defs:profile_id (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/fileapi/
H A Dexternal_file_protocol_handler.cc14 ExternalFileProtocolHandler::ExternalFileProtocolHandler(void* profile_id) argument
15 : profile_id_(profile_id) {
H A Dexternal_file_url_request_job_unittest.cc52 explicit TestURLRequestJobFactory(void* profile_id) argument
53 : profile_id_(profile_id) {}
H A Dexternal_file_url_request_job.cc49 URLHelper(void* profile_id, argument
52 : profile_id_(profile_id), url_(url), callback_(callback) {
141 void* profile_id,
145 profile_id_(profile_id),
140 ExternalFileURLRequestJob( void* profile_id, net::URLRequest* request, net::NetworkDelegate* network_delegate) argument
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_notification_blocker_chromeos_unittest.cc106 const std::string profile_id) {
108 id_with_profile.profile_id = profile_id;
114 const std::string profile_id) {
116 id_with_profile.profile_id = profile_id;
104 ShouldShowNotificationAsPopup( const message_center::NotifierId& notifier_id, const std::string profile_id) argument
112 ShouldShowNotification( const message_center::NotifierId& notifier_id, const std::string profile_id) argument
/external/chromium_org/extensions/browser/
H A Dwarning_service.cc86 void* profile_id,
90 reinterpret_cast<content::BrowserContext*>(profile_id);
85 NotifyWarningsOnUI( void* profile_id, const WarningSet& warnings) argument
H A Dextension_function_dispatcher.cc227 void* profile_id,
247 profile_id,
276 static_cast<content::BrowserContext*>(profile_id));
440 void* profile_id,
456 function->set_profile_id(profile_id);
225 DispatchOnIOThread( InfoMap* extension_info_map, void* profile_id, int render_process_id, base::WeakPtr<ExtensionMessageFilter> ipc_sender, int routing_id, const ExtensionHostMsg_Request_Params& params) argument
434 CreateExtensionFunction( const ExtensionHostMsg_Request_Params& params, const Extension* extension, int requesting_process_id, const ProcessMap& process_map, ExtensionAPI* api, void* profile_id, const ExtensionFunction::ResponseCallback& callback) argument
H A Dextension_function.h213 void set_profile_id(void* profile_id) { profile_id_ = profile_id; } argument
214 void* profile_id() const { return profile_id_; } function in class:ExtensionFunction
/external/chromium_org/ui/message_center/
H A Dnotifier_settings.h65 std::string profile_id; member in struct:message_center::NotifierId
H A Dnotification.h96 void set_profile_id(const std::string& profile_id) { argument
97 notifier_id_.profile_id = profile_id;
/external/chromium_org/chrome/browser/extensions/
H A Duser_script_listener.cc157 void UserScriptListener::UserScriptsReady(void* profile_id) { argument
160 profile_data_[profile_id].user_scripts_ready = true;
164 void UserScriptListener::ProfileDestroyed(void* profile_id) { argument
166 profile_data_.erase(profile_id);
172 void UserScriptListener::AppendNewURLPatterns(void* profile_id, argument
178 ProfileData& data = profile_data_[profile_id];
185 void UserScriptListener::ReplaceURLPatterns(void* profile_id, argument
189 ProfileData& data = profile_data_[profile_id];
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dd1_srtp.c332 uint16_t profile_id; local
334 if (!CBS_get_u16(&profile_ids, &profile_id))
340 if (find_profile_by_num(profile_id, &cprof))
407 uint16_t profile_id; local
420 !CBS_get_u16(&profile_ids, &profile_id) ||
455 if(prof->id == profile_id)
/external/bluetooth/bluedroid/btif/src/
H A Dbluetooth.c332 static const void* get_profile_interface (const char *profile_id) argument
334 ALOGI("get_profile_interface %s", profile_id);
341 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_ID))
344 if (is_profile(profile_id, BT_PROFILE_HANDSFREE_CLIENT_ID))
347 if (is_profile(profile_id, BT_PROFILE_SOCKETS_ID))
350 if (is_profile(profile_id, BT_PROFILE_PAN_ID))
353 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_ID))
356 if (is_profile(profile_id, BT_PROFILE_ADVANCED_AUDIO_SINK_ID))
359 if (is_profile(profile_id, BT_PROFILE_HIDHOST_ID))
362 if (is_profile(profile_id, BT_PROFILE_HEALTH_I
[all...]
/external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
H A Dgallery_watch_manager.cc238 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) { argument
253 DCHECK(profile_id);
257 g_gallery_watch_managers->find(profile_id);
262 void GalleryWatchManager::OnProfileShutdown(void* profile_id) { argument
264 DCHECK(profile_id);
237 GetForProfile( void* profile_id) argument
279 SetupGalleryWatch( void* profile_id, MediaGalleryPrefId gallery_id, const base::FilePath& watch_path, const std::string& extension_id, base::WeakPtr<MediaGalleriesPrivateEventRouter> event_router) argument
291 RemoveGalleryWatch(void* profile_id, const base::FilePath& watch_path, const std::string& extension_id) argument
301 OnExtensionUnloaded(void* profile_id, const std::string& extension_id) argument
[all...]
H A Dmedia_galleries_private_api.cc47 void HandleProfileShutdownOnFileThread(void* profile_id) { argument
49 GalleryWatchManager::OnProfileShutdown(profile_id);
/external/chromium_org/chrome/browser/net/
H A Dchrome_extensions_network_delegate.cc33 void* profile_id,
37 Profile* profile = reinterpret_cast<Profile*>(profile_id);
63 RequestStatus status, net::URLRequest* request, void* profile_id) {
77 status, profile_id, process_id, render_frame_id));
32 NotifyEPMRequestStatus(RequestStatus status, void* profile_id, int process_id, int render_frame_id) argument
62 ForwardRequestStatus( RequestStatus status, net::URLRequest* request, void* profile_id) argument
H A Dchrome_network_delegate.cc203 bool was_cached, void* profile_id) {
206 Profile* profile = reinterpret_cast<Profile*>(profile_id);
201 RecordPrecacheStatsOnUIThread(const GURL& url, const base::Time& fetch_time, int64 size, bool was_cached, void* profile_id) argument
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Ddisplay_options_handler.cc458 int profile_id; local
459 if (!base::StringToInt(profile_value, &profile_id)) {
464 if (profile_id < ui::COLOR_PROFILE_STANDARD ||
465 profile_id > ui::COLOR_PROFILE_READING) {
466 LOG(ERROR) << "Invalid profile_id: " << profile_id;
471 display_id, static_cast<ui::ColorCalibrationProfile>(profile_id));
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system_util.cc143 FileSystemInterface* GetFileSystemByProfileId(void* profile_id) { argument
146 // |profile_id| needs to be checked with ProfileManager::IsValidProfile
148 Profile* profile = reinterpret_cast<Profile*>(profile_id);
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_file_system.cc76 // Returns EventRouter for the |profile_id| if available.
77 file_manager::EventRouter* GetEventRouterByProfileId(void* profile_id) { argument
80 // |profile_id| needs to be checked with ProfileManager::IsValidProfile
82 Profile* profile = reinterpret_cast<Profile*>(profile_id);
91 void* profile_id,
100 GetEventRouterByProfileId(profile_id);
110 void* profile_id,
121 profile_id, *operation_id, type,
127 void* profile_id,
135 GetEventRouterByProfileId(profile_id);
90 NotifyCopyProgress( void* profile_id, storage::FileSystemOperationRunner::OperationID operation_id, storage::FileSystemOperation::CopyProgressType type, const FileSystemURL& source_url, const FileSystemURL& destination_url, int64 size) argument
109 OnCopyProgress( void* profile_id, storage::FileSystemOperationRunner::OperationID* operation_id, storage::FileSystemOperation::CopyProgressType type, const FileSystemURL& source_url, const FileSystemURL& destination_url, int64 size) argument
126 NotifyCopyCompletion( void* profile_id, storage::FileSystemOperationRunner::OperationID operation_id, const FileSystemURL& source_url, const FileSystemURL& destination_url, base::File::Error error) argument
144 OnCopyCompleted( void* profile_id, storage::FileSystemOperationRunner::OperationID* operation_id, const FileSystemURL& source_url, const FileSystemURL& destination_url, base::File::Error error) argument
160 StartCopyOnIOThread( void* profile_id, scoped_refptr<storage::FileSystemContext> file_system_context, const FileSystemURL& source_url, const FileSystemURL& destination_url) argument
[all...]
/external/chromium_org/chrome/browser/
H A Dshell_integration_win.cc50 // from profile path. "profile_id" is composed of sanitized basenames of
71 base::string16 profile_id; local
72 profile_id.reserve(basenames.size());
74 // Generate profile_id from sanitized basenames.
79 profile_id += basenames[i];
82 return profile_id;
399 const base::string16 profile_id(GetProfileIdFromPath(profile_path));
400 if (!profile_id.empty())
401 components.push_back(profile_id);
/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_host.cc401 uint16 profile_id = rtc::GetBE16(rtp); local
411 if (profile_id == 0xBEDE) { // OneByte extension header
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager.cc1207 int profile_id = GUIDToID(profile_guid); local
1210 DCHECK(profile_id <= std::numeric_limits<unsigned short>::max());
1212 return cc_id << std::numeric_limits<unsigned short>::digits | profile_id;
1223 int profile_id = id & std::numeric_limits<unsigned short>::max(); local
1226 *profile_guid = IDToGUID(profile_id);

Completed in 5272 milliseconds