OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kProfileKey
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/profiles/
profile.cc
58
const char Profile::
kProfileKey
[] = "__PROFILE__";
profile.h
144
static const char
kProfileKey
[];
/external/chromium/chrome/browser/autofill/
autofill_ie_toolbar_import_win.cc
32
const wchar_t* const
kProfileKey
=
209
kProfileKey
);
211
std::wstring key_name(
kProfileKey
);
autofill_ie_toolbar_import_win_unittest.cc
28
const wchar_t* const
kProfileKey
=
145
profile_key.Create(HKEY_CURRENT_USER,
kProfileKey
, KEY_ALL_ACCESS);
/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
);
/external/chromium/chrome/browser/profiles/
profile.h
165
static const char*
kProfileKey
;
profile.cc
93
const char* Profile::
kProfileKey
= "__PROFILE__";
Completed in 234 milliseconds