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

12

  /external/chromium_org/chrome/browser/sync/
sync_error_notifier_ash.cc 188 // Set |profile_id| for multi-user notification blocker.
189 notifier_id.profile_id = multi_user_util::GetUserIDFromProfile(profile_);
  /external/chromium_org/ui/message_center/
notifier_settings.h 65 std::string profile_id; member in struct:message_center::NotifierId
  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
media_galleries_private_api.cc 47 void HandleProfileShutdownOnFileThread(void* profile_id) {
49 GalleryWatchManager::OnProfileShutdown(profile_id);
  /external/chromium_org/chrome/browser/signin/
signin_error_notifier_ash.cc 197 // Set |profile_id| for multi-user notification blocker.
198 notifier_id.profile_id = multi_user_util::GetUserIDFromProfile(profile_);
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util.cc 143 FileSystemInterface* GetFileSystemByProfileId(void* profile_id) {
146 // |profile_id| needs to be checked with ProfileManager::IsValidProfile
148 Profile* profile = reinterpret_cast<Profile*>(profile_id);
  /external/chromium_org/components/autofill/core/browser/
autofill_manager.cc 1207 int profile_id = GUIDToID(profile_guid); local
1223 int profile_id = id & std::numeric_limits<unsigned short>::max(); local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/fileapi/
external_file_url_request_job_unittest.cc 52 explicit TestURLRequestJobFactory(void* profile_id)
53 : profile_id_(profile_id) {}
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host.cc 401 uint16 profile_id = rtc::GetBE16(rtp); local
411 if (profile_id == 0xBEDE) { // OneByte extension header
  /hardware/libhardware/include/hardware/
bluetooth.h 512 const void* (*get_profile_interface) (const char *profile_id);
  /external/chromium_org/chrome/browser/net/
chrome_network_delegate.cc 203 bool was_cached, void* profile_id) {
206 Profile* profile = reinterpret_cast<Profile*>(profile_id);
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
www_server.py 172 The profiling data can be retrieved afterwards using the /profile/{PROFILE_ID}
245 # |profile_id| is the key that the client will use in subsequent requests
247 profile_id = _CacheObject(snapshots)
250 return _HTTP_OK, [], {'id': profile_id,
  /external/chromium_org/extensions/browser/api/web_request/
web_request_api.cc     [all...]

Completed in 1159 milliseconds

12