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

  /external/chromium_org/chrome/browser/profiles/
profile.cc 67 const char Profile::kProfileKey[] = "__PROFILE__";
profile.h 147 static const char kProfileKey[];
  /external/chromium_org/chrome/browser/extensions/api/processes/
processes_api_constants.cc 22 const char kProfileKey[] = "profile";
  /external/chromium_org/components/autofill/core/browser/
autofill_ie_toolbar_import_win_unittest.cc 31 const wchar_t* const kProfileKey =
146 profile_key.Create(HKEY_CURRENT_USER, kProfileKey, KEY_ALL_ACCESS);
autofill_ie_toolbar_import_win.cc 40 const wchar_t* const kProfileKey =
260 kProfileKey);
262 std::wstring key_name(kProfileKey);

Completed in 72 milliseconds