OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kRegPathClientState
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/chrome/installer/gcapi/
gcapi_reactivation.cc
19
std::wstring reactivation_path(google_update::
kRegPathClientState
);
44
std::wstring path(google_update::
kRegPathClientState
);
gcapi_last_run_test.cc
34
std::wstring reg_path(google_update::
kRegPathClientState
);
59
const wchar_t* base_path = google_update::
kRegPathClientState
;
gcapi_reactivation_test.cc
48
google_update::
kRegPathClientState
;
61
string16 client_state_path(google_update::
kRegPathClientState
);
76
google_update::
kRegPathClientState
;
/external/chromium_org/chrome/installer/util/
google_chrome_binaries_distribution.cc
39
return string16(google_update::
kRegPathClientState
)
google_update_constants.h
26
extern const wchar_t
kRegPathClientState
[];
chrome_frame_distribution.cc
83
string16 key(google_update::
kRegPathClientState
);
google_update_constants.cc
17
const wchar_t
kRegPathClientState
[] = L"Software\\Google\\Update\\ClientState";
chrome_app_host_distribution.cc
94
string16 key(google_update::
kRegPathClientState
);
google_chrome_distribution.cc
193
string16 key(google_update::
kRegPathClientState
);
215
string16 sub_key(google_update::
kRegPathClientState
);
google_update_settings.cc
424
std::wstring reg_key(google_update::
kRegPathClientState
);
439
result = key.Open(reg_root, google_update::
kRegPathClientState
,
664
string16 clientstate_reg_path(google_update::
kRegPathClientState
);
google_update_settings_unittest.cc
190
std::wstring reg_key(google_update::
kRegPathClientState
);
[
all
...]
Completed in 494 milliseconds