Searched defs:handle_types (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/common/
H A Dhandle_enumerator_win.cc27 HandleTypeMap& handle_types = *(new HandleTypeMap()); local
28 handle_types[sandbox::HandleTable::kTypeProcess] = ProcessHandle;
29 handle_types[sandbox::HandleTable::kTypeThread] = ThreadHandle;
30 handle_types[sandbox::HandleTable::kTypeFile] = FileHandle;
31 handle_types[sandbox::HandleTable::kTypeDirectory] = DirectoryHandle;
32 handle_types[sandbox::HandleTable::kTypeKey] = KeyHandle;
33 handle_types[sandbox::HandleTable::kTypeWindowStation] = WindowStationHandle;
34 handle_types[sandbox::HandleTable::kTypeDesktop] = DesktopHandle;
35 handle_types[sandbox::HandleTable::kTypeService] = ServiceHandle;
36 handle_types[sandbo
84 static HandleTypeMap handle_types = MakeHandleTypeMap(); local
[all...]

Completed in 1389 milliseconds