Searched defs:DCHECK_CURRENTLY_ON (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/public/browser/
H A Dbrowser_thread.h30 // Use DCHECK_CURRENTLY_ON(BrowserThread::ID) to assert that a function can only
32 #define DCHECK_CURRENTLY_ON(thread_identifier) \ macro
195 // thread. To DCHECK this, use the DCHECK_CURRENTLY_ON() macro above.
282 // Returns an appropriate error message for when DCHECK_CURRENTLY_ON() fails.

Completed in 78 milliseconds