/external/chromium/base/ |
logging.cc | 10 typedef HANDLE FileHandle; 11 typedef HANDLE MutexHandle; 97 // this file is lazily opened and the handle may be NULL
|
message_loop.h | 617 void RegisterIOHandler(HANDLE file_handle, IOHandler* handler);
|
process_util.h | 105 // does not happen during handle creation. 140 // Converts a PID to a process handle. This handle must be closed by 142 BASE_API bool OpenProcessHandle(ProcessId pid, ProcessHandle* handle); 144 // Converts a PID to a process handle. On Windows the handle is opened 146 // You have to close returned handle using CloseProcessHandle. Returns true 150 BASE_API bool OpenPrivilegedProcessHandle(ProcessId pid, ProcessHandle* handle); 152 // Converts a PID to a process handle using the desired access flags. Use a 156 ProcessHandle* handle); [all...] |
/external/chromium_org/base/ |
file_util_win.cc | 203 HANDLE dir = 409 // TODO(rkc): Work out if we want to handle NTFS junctions here or not, handle 615 // from a file handle. If we ever deprecate XP, consider changing the 631 // we only map the first byte, and need direct access to the handle. You can 658 HANDLE cp = GetCurrentProcess();
|
logging.cc | 10 typedef HANDLE FileHandle; 11 typedef HANDLE MutexHandle; 103 // this file is lazily opened and the handle may be NULL
|
/external/chromium_org/chrome/installer/mini_installer/ |
mini_installer.cc | 178 // To handle all cases, we inspect the product's ClientState to see if it 360 // Resources should either start with 'chrome' or 'setup'. We don't handle 402 // If we found setup 'B7' resource, handle it. 628 HANDLE find = ::FindFirstFile(path->get(), &find_data); 668 HANDLE find = ::FindFirstFileEx(spec.get(), FindExInfoStandard, &find_data,
|
/external/chromium_org/cloud_print/virtual_driver/win/install/ |
setup.cc | 351 HANDLE handle = AddPrinter(NULL, 2, reinterpret_cast<BYTE*>(&printer_info)); local 352 if (handle == NULL) { 357 ClosePrinter(handle); 362 HANDLE handle = NULL; local 367 &handle, 373 if (!DeletePrinter(handle)) { 376 ClosePrinter(handle); 379 ClosePrinter(handle); [all...] |
/external/chromium_org/content/plugin/ |
webplugin_proxy.cc | 137 HANDLE pump_messages_event, gfx::NativeViewId dummy_activation_window) { 138 HANDLE pump_messages_event_for_renderer = NULL; 421 const TransportDIB::Handle& windowless_buffer0, 422 const TransportDIB::Handle& windowless_buffer1, 461 const TransportDIB::Handle& dib_handle, 475 const TransportDIB::Handle& windowless_buffer0, 476 const TransportDIB::Handle& windowless_buffer1, 497 const TransportDIB::Handle& dib_handle, 501 // Convert the shared memory handle to a handle that works in our process [all...] |
/external/chromium_org/media/audio/win/ |
audio_unified_win.cc | 363 // Include valid event handle for event-driven initialization. 664 HANDLE mm_task = avrt::AvSetMmThreadCharacteristics(L"Pro Audio", 687 HANDLE wait_array[3]; 692 // One extra event handle is needed in varispeed mode. [all...] |
/external/chromium_org/third_party/lcov/contrib/galaxy/ |
genflat.pl | 184 # print_usage(handle) 191 local *HANDLE = $_[0]; 194 print(HANDLE <<END_OF_USAGE); 443 my $data; # Data handle for current entry
|
/external/chromium_org/third_party/lcov-1.9/contrib/galaxy/ |
genflat.pl | 184 # print_usage(handle) 191 local *HANDLE = $_[0]; 194 print(HANDLE <<END_OF_USAGE); 443 my $data; # Data handle for current entry
|
/external/chromium_org/third_party/libxml/src/ |
threads.c | 108 HANDLE mutex; 600 HANDLE thread; 983 * @hinstDLL: handle to DLL instance
|
/external/chromium_org/ui/surface/ |
accelerated_surface_transformer_win.cc | 513 HANDLE handle = reinterpret_cast<HANDLE>(dst); local 519 direct_copy ? &handle : NULL);
|
/external/libxml2/ |
threads.c | 108 HANDLE mutex; 602 HANDLE thread; 985 * @hinstDLL: handle to DLL instance
|
/external/chromium/base/win/ |
event_trace_consumer_unittest.cc | 140 HANDLE events[] = { consumer_ready_, consumer_thread_ }; 283 // Then register our provider, means we get a session handle immediately.
|
/external/chromium/chrome/browser/first_run/ |
first_run_win.cc | 181 // the import_process handle. 196 virtual void OnObjectSignaled(HANDLE object) { 220 // The ctor takes the owner popup window and the process handle of the
|
/external/chromium/chrome/common/ |
automation_messages_internal.h | 50 // window with the given handle. The return value contains the index of 59 // active tab in the window with the given handle. The return value contains 66 // The first parameter is the handle to window resource. 97 int /* tab handle */, 106 // This message requests the handle (int64 app-unique identifier) of the 107 // window with the given (zero-based) index. On error, the returned handle 114 // handle. The return value contains the number of tabs, or -1 if the 120 // This message requests the handle of the tab with the given (zero-based) 122 // handle, second specifies the given tab_index. On error, the returned handle [all...] |
/external/chromium/third_party/libevent/test/ |
regress.c | 301 CloseHandle((HANDLE)pair[0]); 302 CloseHandle((HANDLE)pair[1]); 352 CloseHandle((HANDLE)read_evs[j].ev_fd); 353 CloseHandle((HANDLE)write_evs[j].ev_fd); 733 /* can handle signal before loop is called */ 745 /* set base1 to handle signals */ [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
fileutils.h | 99 HANDLE handle_; 239 // limitations before using it, and robustly handle failure.
|
/external/chromium_org/base/win/ |
event_trace_consumer_unittest.cc | 166 HANDLE events[] = { consumer_ready_, consumer_thread_ }; 313 // Then register our provider, means we get a session handle immediately.
|
/external/chromium_org/chrome/browser/printing/ |
print_job.cc | 164 scoped_refptr<PrintJob> handle(this); 184 scoped_refptr<PrintJob> handle(this); 207 scoped_refptr<PrintJob> handle(this); 300 scoped_refptr<PrintJob> handle(this); 336 HANDLE thread_handle = worker_->thread_handle().platform_handle();
|
/external/chromium_org/chrome/browser/task_manager/ |
task_manager.cc | 127 // Get a handle to |process| that has PROCESS_QUERY_INFORMATION rights. 128 HANDLE current_process = GetCurrentProcess(); 129 HANDLE process_with_query_rights; 144 // Get a handle to |process| that has PROCESS_QUERY_INFORMATION rights. 145 HANDLE current_process = GetCurrentProcess(); 146 HANDLE process_with_query_rights; 549 base::ProcessHandle handle = GetResource(index)->GetProcess(); local 550 if (!CachePrivateAndSharedMemory(handle)) 552 *result = per_process_cache_[handle].private_bytes; 558 base::ProcessHandle handle = GetResource(index)->GetProcess() local 568 base::ProcessHandle handle = GetResource(index)->GetProcess(); local 599 base::ProcessHandle handle = GetResource(index)->GetProcess(); local 619 base::ProcessHandle handle = GetResource(index)->GetProcess(); local [all...] |
/external/chromium_org/chrome/installer/util/ |
delete_after_reboot_helper.cc | 80 HANDLE file = ::CreateFileW(path, GENERIC_READ | GENERIC_WRITE, 0, NULL, 270 HKEY session_manager_handle = session_manager_key.Handle(); 375 if (!session_manager_key.Handle()) {
|
/external/chromium_org/chrome/tools/build/win/ |
resedit.py | 30 ctypes.wintypes.HANDLE, # HANDLE hUpdate 105 # Open a resource update handle on the copy.
|
/external/chromium_org/content/browser/ |
plugin_browsertest.cc | 373 HANDLE crash_event = CreateEvent(NULL, TRUE, FALSE, L"TestPluginCrashOnInit");
|