OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HandleTable
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/mojo/system/
handle_table.cc
15
HandleTable
::Entry::Entry()
19
HandleTable
::Entry::Entry(const scoped_refptr<Dispatcher>& dispatcher)
24
HandleTable
::Entry::~Entry() {
28
HandleTable
::
HandleTable
()
32
HandleTable
::~
HandleTable
() {
37
Dispatcher*
HandleTable
::GetDispatcher(MojoHandle handle) {
46
MojoResult
HandleTable
::GetAndRemoveDispatcher(
63
MojoHandle
HandleTable
::AddDispatcher
[
all
...]
handle_table.h
40
class MOJO_SYSTEM_IMPL_EXPORT
HandleTable
{
42
HandleTable
();
43
~
HandleTable
();
138
DISALLOW_COPY_AND_ASSIGN(
HandleTable
);
/external/chromium_org/third_party/leveldatabase/src/util/
cache.cc
53
class
HandleTable
{
55
HandleTable
() : length_(0), elems_(0), list_(NULL) { Resize(); }
56
~
HandleTable
() { delete[] list_; }
167
HandleTable
table_;
/external/chromium_org/sandbox/win/src/
handle_table.cc
25
const base::char16*
HandleTable
::kTypeProcess = L"Process";
26
const base::char16*
HandleTable
::kTypeThread = L"Thread";
27
const base::char16*
HandleTable
::kTypeFile = L"File";
28
const base::char16*
HandleTable
::kTypeDirectory = L"Directory";
29
const base::char16*
HandleTable
::kTypeKey = L"Key";
30
const base::char16*
HandleTable
::kTypeWindowStation = L"WindowStation";
31
const base::char16*
HandleTable
::kTypeDesktop = L"Desktop";
32
const base::char16*
HandleTable
::kTypeService = L"Service";
33
const base::char16*
HandleTable
::kTypeMutex = L"Mutex";
34
const base::char16*
HandleTable
::kTypeSemaphore = L"Semaphore"
[
all
...]
handle_table.h
17
//
HandleTable
retrieves the global handle table and provides helper classes
19
class
HandleTable
{
21
static const base::char16*
HandleTable
::kTypeProcess;
22
static const base::char16*
HandleTable
::kTypeThread;
23
static const base::char16*
HandleTable
::kTypeFile;
24
static const base::char16*
HandleTable
::kTypeDirectory;
25
static const base::char16*
HandleTable
::kTypeKey;
26
static const base::char16*
HandleTable
::kTypeWindowStation;
27
static const base::char16*
HandleTable
::kTypeDesktop;
28
static const base::char16*
HandleTable
::kTypeService
[
all
...]
Completed in 2098 milliseconds