Home
last modified time | relevance | path

Searched refs:CR_DEFINE_STATIC_LOCAL (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/
Dmacros.h103 #if !defined(CR_DEFINE_STATIC_LOCAL)
104 #define CR_DEFINE_STATIC_LOCAL(type, name, arguments) \ macro
/external/libchrome/libchrome_tools/patch/
Dmacros.patch66 +#if !defined(CR_DEFINE_STATIC_LOCAL)
67 #define CR_DEFINE_STATIC_LOCAL(type, name, arguments) \
/external/libchrome/base/memory/
Dshared_memory_posix.cc373 CR_DEFINE_STATIC_LOCAL(const std::string, name_base, (kShmem)); in FilePathForMemoryName()