HomeSort by relevance Sort by last modified time
    Searched full:name_deprecated (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/base/memory/
shared_memory_android.cc 27 options.name_deprecated == NULL ? "" : options.name_deprecated->c_str(),
shared_memory.h 46 : name_deprecated(NULL),
55 const std::string* name_deprecated; member in struct:base::SharedMemoryCreateOptions
65 // name_deprecated is non-NULL.
145 options.name_deprecated = &name;
shared_memory_win.cc 116 name_ = ASCIIToWide(options.name_deprecated == NULL ? "" :
117 *options.name_deprecated);
shared_memory_posix.cc 136 if (options.name_deprecated == NULL || options.name_deprecated->empty()) {
162 if (!FilePathForMemoryName(*options.name_deprecated, &path))
shared_memory_unittest.cc 580 options.name_deprecated = &shared_mem_name;

Completed in 418 milliseconds