OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shm_buffer_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/child/
threaded_data_provider.h
55
linked_ptr<base::SharedMemory>
shm_buffer_
;
member in class:content::ThreadedDataProvider
threaded_data_provider.cc
125
shm_buffer_
(shm_buffer),
244
DCHECK(
shm_buffer_
!= NULL);
247
const char* data_ptr = static_cast<char*>(
shm_buffer_
->memory());
Completed in 74 milliseconds