Home
last modified time | relevance | path

Searched refs:AssertSingletonAllowed (Results 1 – 4 of 4) sorted by relevance

/external/chromium/base/threading/
Dthread_restrictions.h85 static void AssertSingletonAllowed();
92 static void AssertSingletonAllowed() {} in AssertSingletonAllowed() function
Dthread_restrictions.cc52 void ThreadRestrictions::AssertSingletonAllowed() { in AssertSingletonAllowed() function in base::ThreadRestrictions
/external/chromium/base/
Dlazy_instance.h132 base::ThreadRestrictions::AssertSingletonAllowed(); in Pointer()
/external/chromium/base/memory/
Dsingleton.h200 base::ThreadRestrictions::AssertSingletonAllowed(); in get()