HomeSort by relevance Sort by last modified time
    Searched refs:client_info (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/chrome_frame/crash_reporting/
crash_report.h 21 google_breakpad::CustomClientInfo* client_info);
27 google_breakpad::CustomClientInfo* client_info);
crash_report.cc 121 google_breakpad::CustomClientInfo* client_info) {
136 pipe_name, client_info);
154 google_breakpad::CustomClientInfo* client_info) {
156 DCHECK(client_info);
163 client_info);
  /external/chromium_org/sandbox/win/src/
process_thread_policy.h 33 // client_info contains the information about the child process,
37 static NTSTATUS OpenThreadAction(const ClientInfo& client_info,
45 static NTSTATUS OpenProcessAction(const ClientInfo& client_info,
53 static NTSTATUS OpenProcessTokenAction(const ClientInfo& client_info,
61 static NTSTATUS OpenProcessTokenExAction(const ClientInfo& client_info,
68 // 'client_info' : the target process that is making the request.
73 const ClientInfo& client_info,
filesystem_policy.h 37 // 'client_info' : the target process that is making the request.
41 const ClientInfo& client_info,
55 // 'client_info' : the target process that is making the request.
59 const ClientInfo& client_info,
72 const ClientInfo& client_info,
82 const ClientInfo& client_info,
91 const ClientInfo& client_info,
registry_policy.h 32 const ClientInfo& client_info,
46 const ClientInfo& client_info,
sync_policy.h 33 // client_info is the target process that is making the request and
36 const ClientInfo& client_info,
42 const ClientInfo& client_info,
handle_policy.h 30 const ClientInfo& client_info,
process_thread_policy.cc 103 NTSTATUS ProcessPolicy::OpenThreadAction(const ClientInfo& client_info,
116 static_cast<ULONG_PTR>(client_info.process_id));
125 client_info.process, handle, 0, FALSE,
135 NTSTATUS ProcessPolicy::OpenProcessAction(const ClientInfo& client_info,
144 if (client_info.process_id != process_id)
151 static_cast<ULONG_PTR>(client_info.process_id));
157 client_info.process, handle, 0, FALSE,
167 NTSTATUS ProcessPolicy::OpenProcessTokenAction(const ClientInfo& client_info,
179 NTSTATUS status = NtOpenProcessToken(client_info.process, desired_access,
183 client_info.process, handle, 0, FALSE
    [all...]
named_pipe_policy.h 33 const ClientInfo& client_info,
sync_policy.cc 65 const ClientInfo& client_info,
81 client_info.process, handle, 0, FALSE,
89 const ClientInfo& client_info,
105 client_info.process, handle, 0, inherit_handle,
handle_policy.cc 55 const ClientInfo& client_info,
84 if (!::DuplicateHandle(client_info.process, source_handle, target_process,
named_pipe_policy.cc 62 const ClientInfo& client_info,
75 *pipe = CreateNamedPipeHelper(client_info.process, name.c_str(),
registry_dispatcher.cc 83 if (!::DuplicateHandle(ipc->client_info->process, root,
105 if (!RegistryPolicy::CreateKeyAction(result, *ipc->client_info, *name,
129 if (!::DuplicateHandle(ipc->client_info->process, root,
148 if (!RegistryPolicy::OpenKeyAction(result, *ipc->client_info, *name,
filesystem_policy.cc 231 const ClientInfo& client_info,
255 0, client_info.process);
262 const ClientInfo& client_info,
286 client_info.process);
294 const ClientInfo& client_info,
319 const ClientInfo& client_info,
343 EvalResult eval_result, const ClientInfo& client_info,
358 if (!::DuplicateHandle(client_info.process, target_file_handle,
handle_dispatcher.cc 54 if (!::DuplicateHandle(ipc->client_info->process, source_handle,
81 HandlePolicy::DuplicateHandleProxyAction(eval, *ipc->client_info,
sync_dispatcher.cc 57 DWORD ret = SyncPolicy::CreateEventAction(result, *ipc->client_info, *name,
77 DWORD ret = SyncPolicy::OpenEventAction(result, *ipc->client_info, *name,
  /external/chromium/chrome/common/net/gaia/
gaia_oauth_client_unittest.cc 159 OAuthClientInfo client_info; local
160 client_info.client_id = "test_client_id";
161 client_info.client_secret = "test_client_secret";
164 auth.GetTokensFromAuthCode(client_info, "auth_code", 2, &delegate);
183 OAuthClientInfo client_info; local
184 client_info.client_id = "test_client_id";
185 client_info.client_secret = "test_client_secret";
188 auth.GetTokensFromAuthCode(client_info, "auth_code", -1, &delegate);
206 OAuthClientInfo client_info; local
207 client_info.client_id = "test_client_id"
227 OAuthClientInfo client_info; local
247 OAuthClientInfo client_info; local
    [all...]
  /external/chromium_org/chrome/tools/crash_service/
crash_service.h 86 const google_breakpad::ClientInfo* client_info);
90 const google_breakpad::ClientInfo* client_info,
94 const google_breakpad::ClientInfo* client_info);
crash_service.cc 18 #include "breakpad/src/client/windows/crash_generation/client_info.h"
33 bool CustomInfoToMap(const google_breakpad::ClientInfo* client_info,
35 google_breakpad::CustomClientInfo info = client_info->GetCustomInfo();
307 const google_breakpad::ClientInfo* client_info) {
309 VLOG(1) << "client start. pid = " << client_info->pid();
315 const google_breakpad::ClientInfo* client_info) {
317 VLOG(1) << "client end. pid = " << client_info->pid();
345 const google_breakpad::ClientInfo* client_info,
353 if (!client_info) {
365 CustomInfoToMap(client_info, self->reporter_tag_, &map)
    [all...]
  /external/chromium/chrome/browser/sync/notifier/
sync_notifier_factory.h 25 // |client_info| is a string identifying the client, e.g. a user
27 explicit SyncNotifierFactory(const std::string& client_info);
sync_notifier_factory.cc 48 const std::string& client_info) {
94 return new NonBlockingInvalidationNotifier(notifier_options, client_info);
98 SyncNotifierFactory::SyncNotifierFactory(const std::string& client_info)
99 : client_info_(client_info) {}
non_blocking_invalidation_notifier.h 29 const std::string& client_info);
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc 877 ClientInfo* client_info = GetClientInfoFromLoader(loader); local
878 if (client_info)
879 return client_info->client;
897 WebPluginImpl::ClientInfo* client_info = GetClientInfoFromLoader(loader); local
898 if (client_info) {
903 if (client_info->is_plugin_src_load &&
907 client_info->client->DidFail(client_info->id);
914 if (!client_info->notify_redirects) {
922 client_info->client->DidFail(client_info->id)
951 ClientInfo* client_info = GetClientInfoFromLoader(loader); local
958 ClientInfo* client_info = GetClientInfoFromLoader(loader); local
1035 ClientInfo* client_info = GetClientInfoFromLoader(loader); local
1061 ClientInfo* client_info = GetClientInfoFromLoader(loader); local
1068 ClientInfo* client_info = GetClientInfoFromLoader(loader); local
1091 ClientInfo* client_info = GetClientInfoFromLoader(loader); local
1305 ClientInfo& client_info = *client_index; local
1440 ClientInfo& client_info = *client_index; local
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_operations_util.cc 31 // On success, returns true and updates |client_info| with a reference to an
35 base::win::ScopedComPtr<IPortableDeviceValues>* client_info) {
37 DCHECK(client_info);
38 HRESULT hr = client_info->CreateInstance(__uuidof(PortableDeviceValues),
45 (*client_info)->SetStringValue(WPD_CLIENT_NAME,
47 (*client_info)->SetUnsignedIntegerValue(WPD_CLIENT_MAJOR_VERSION, 0);
48 (*client_info)->SetUnsignedIntegerValue(WPD_CLIENT_MINOR_VERSION, 0);
49 (*client_info)->SetUnsignedIntegerValue(WPD_CLIENT_REVISION, 0);
50 (*client_info)->SetUnsignedIntegerValue(
52 (*client_info)->SetUnsignedIntegerValue(WPD_CLIENT_DESIRED_ACCESS
303 base::win::ScopedComPtr<IPortableDeviceValues> client_info; local
    [all...]
  /external/chromium_org/sync/notifier/
invalidation_notifier.cc 26 const std::string& client_info)
30 client_info_(client_info),

Completed in 1158 milliseconds

1 2