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

  /external/chromium/chrome/browser/ui/views/extensions/
browser_action_drag_data_unittest.cc 41 const ProfileId profile_id = profile.GetRuntimeId(); local
43 pickle.WriteBytes(&profile_id, sizeof(profile_id));
browser_action_drag_data.cc 68 ProfileId profile_id = profile->GetRuntimeId(); local
69 pickle->WriteBytes(&profile_id, sizeof(profile_id));
  /external/chromium/chrome/browser/profiles/
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;
  /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);
  /external/chromium_org/chrome/browser/extensions/
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
  /external/chromium_org/components/autofill/core/browser/
autofill_manager.cc 1189 int profile_id = GUIDToID(profile_guid); local
1205 int profile_id = id & std::numeric_limits<unsigned short>::max(); local
    [all...]

Completed in 609 milliseconds