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

1 2 3

  /external/chromium_org/base/process/
process_metrics_unittest_ios.cc 13 base::GetCurrentProcessHandle()));
process_posix.cc 18 return Process(GetCurrentProcessHandle());
29 return process_ == GetCurrentProcessHandle();
process_info_linux.cc 17 ProcessHandle pid = GetCurrentProcessHandle();
process_handle_posix.cc 15 ProcessHandle GetCurrentProcessHandle() {
process_handle.h 41 BASE_EXPORT ProcessHandle GetCurrentProcessHandle();
process_handle_win.cc 19 ProcessHandle GetCurrentProcessHandle() {
  /external/chromium_org/content/browser/renderer_host/pepper/
browser_ppapi_host_test.cc 20 ppapi_host_->set_plugin_process_handle(base::GetCurrentProcessHandle());
  /external/chromium_org/content/child/
content_child_helpers.cc 43 base::GetCurrentProcessHandle(), NULL));
50 base::GetCurrentProcessHandle()));
child_shared_bitmap_manager.cc 79 if (!mem->ShareToProcess(base::GetCurrentProcessHandle(), &handle_to_send))
  /external/chromium_org/content/common/
host_shared_bitmap_manager_unittest.cc 27 bitmap->ShareToProcess(base::GetCurrentProcessHandle(), &handle);
29 size_in_bytes, handle, base::GetCurrentProcessHandle(), id);
83 base::GetCurrentProcessHandle(), size_in_bytes, id, &handle);
107 bitmap->ShareToProcess(base::GetCurrentProcessHandle(), &handle);
109 size_in_bytes, handle, base::GetCurrentProcessHandle(), id);
117 manager_->ProcessRemoved(base::GetCurrentProcessHandle());
141 bitmap->ShareToProcess(base::GetCurrentProcessHandle(), &handle);
143 size_in_bytes, handle, base::GetCurrentProcessHandle(), id);
150 size_in_bytes, bitmap2->handle(), base::GetCurrentProcessHandle(), id);
  /external/chromium_org/content/plugin/
plugin_thread.cc 60 base::KillProcess(base::GetCurrentProcessHandle(), 0, false);
119 base::KillProcess(base::GetCurrentProcessHandle(), 0, /* wait= */ false);
  /external/chromium_org/chrome/installer/util/
legacy_firewall_manager_win_unittest.cc 21 if (GetProcessIntegrityLevel(base::GetCurrentProcessHandle(), &level) &&
advanced_firewall_manager_win_unittest.cc 22 if (!GetProcessIntegrityLevel(base::GetCurrentProcessHandle(), &level) ||
  /external/chromium_org/chrome/renderer/pepper/
pepper_shared_memory_message_filter.cc 53 shm->ShareToProcess(base::GetCurrentProcessHandle(), &host_shm_handle);
  /external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
port_monitor_dll.cc 60 if (!GetProcessIntegrityLevel(base::GetCurrentProcessHandle(), &level)) {
  /external/chromium_org/rlz/win/lib/
registry_util.cc 62 base::ProcessHandle process_handle = base::GetCurrentProcessHandle();
  /external/chromium_org/chrome/browser/safe_browsing/
sandboxed_zip_analyzer.cc 109 base::GetCurrentProcessHandle() :
  /external/chromium_org/chrome/browser/task_manager/
browser_process_resource_provider.cc 83 return base::GetCurrentProcessHandle(); // process_;
task_manager_unittest.cc 43 return base::GetCurrentProcessHandle();
  /external/chromium_org/sandbox/linux/services/
thread_helpers_unittests.cc 105 ASSERT_EQ(1, base::GetNumberOfThreads(base::GetCurrentProcessHandle()));
  /external/chromium_org/content/browser/renderer_host/
software_frame_manager_unittest.cc 26 base::GetCurrentProcessHandle());
46 4, memory->handle(), base::GetCurrentProcessHandle(), frame.bitmap_id);
49 output_surface, &frame, 1.0, base::GetCurrentProcessHandle());
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper_pdf_win.cc 127 shared_buf.GiveToProcess(base::GetCurrentProcessHandle(),
239 shared_buf.GiveToProcess(base::GetCurrentProcessHandle(), shared_mem_handle);
print_web_view_helper_linux.cc 137 shared_mem->GiveToProcess(base::GetCurrentProcessHandle(),
  /external/chromium_org/android_webview/renderer/
print_web_view_helper_linux.cc 139 shared_mem->GiveToProcess(base::GetCurrentProcessHandle(),
  /external/chromium_org/components/visitedlink/test/
visitedlink_unittest.cc 117 table->ShareToProcess(base::GetCurrentProcessHandle(), &new_handle);
183 base::GetCurrentProcessHandle(), &new_handle);
316 base::GetCurrentProcessHandle(), &new_handle);
363 base::GetCurrentProcessHandle(), &new_handle);

Completed in 365 milliseconds

1 2 3