Home
last modified time | relevance | path

Searched refs:SharedMemoryCreateOptions (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/base/memory/
Dshared_memory.h38 struct BASE_EXPORT SharedMemoryCreateOptions { struct
116 bool Create(const SharedMemoryCreateOptions& options);
125 SharedMemoryCreateOptions options; in CreateAnonymous()
140 SharedMemoryCreateOptions options; in CreateNamedDeprecated()
Dshared_memory_unittest.cc367 SharedMemoryCreateOptions options; in TEST_P()
603 SharedMemoryCreateOptions options; in TEST_P()
629 SharedMemoryCreateOptions options; in TEST()
666 SharedMemoryCreateOptions options; in TEST_P()
692 SharedMemoryCreateOptions options; in TEST_P()
759 SharedMemoryCreateOptions options; in TEST_P()
861 SharedMemoryCreateOptions options; in TEST_P()
896 SharedMemoryCreateOptions options; in TEST()
932 SharedMemoryCreateOptions options; in TEST()
Dshared_memory_helper.h21 bool CreateAnonymousSharedMemory(const SharedMemoryCreateOptions& options,
Dshared_memory_android.cc20 bool SharedMemory::Create(const SharedMemoryCreateOptions& options) { in Create()
Dshared_memory_helper.cc32 bool CreateAnonymousSharedMemory(const SharedMemoryCreateOptions& options, in CreateAnonymousSharedMemory()
Dshared_memory_posix.cc94 bool SharedMemory::Create(const SharedMemoryCreateOptions& options) { in Create()
/external/libchrome/ipc/
Dipc_message_utils_unittest.cc145 base::SharedMemoryCreateOptions options; in TEST()
Dipc_channel_mojo_unittest.cc1482 base::SharedMemoryCreateOptions options; in TEST_F()
/external/libchrome/base/metrics/
Dfield_trial.cc1375 SharedMemoryCreateOptions options; in InstantiateFieldTrialAllocatorIfNeeded()