HomeSort by relevance Sort by last modified time
    Searched refs:SetClientId (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/common/
child_process_logging.h 43 void SetClientId(const std::string& client_id);
child_process_logging_linux.cc 40 void SetClientId(const std::string& client_id) {
child_process_logging_win.cc 22 // exported in breakpad_win.cc: void __declspec(dllexport) __cdecl SetClientId.
58 void SetClientId(const std::string& client_id) {
78 GetProcAddress(exe_module, "SetClientId"));
  /external/chromium_org/chrome/common/
child_process_logging.h 87 void SetClientId(const std::string& client_id);
child_process_logging_posix.cc 67 void SetClientId(const std::string& client_id) {
child_process_logging_win.cc 27 // exported in breakpad_win.cc: void __declspec(dllexport) __cdecl SetClientId.
86 void SetClientId(const std::string& client_id) {
107 GetProcAddress(exe_module, "SetClientId"));
  /external/chromium_org/chrome/app/
breakpad_linux.cc 225 child_process_logging::SetClientId(switch_value.substr(0, separator));
228 child_process_logging::SetClientId(switch_value);
    [all...]
breakpad_win.cc 648 extern "C" void __declspec(dllexport) __cdecl SetClientId(
    [all...]
  /external/chromium/chrome/browser/metrics/
metrics_service.cc 512 child_process_logging::SetClientId(client_id_);
    [all...]
  /external/chromium_org/chrome/browser/metrics/
metrics_service.cc 593 child_process_logging::SetClientId(client_id_);
    [all...]

Completed in 210 milliseconds