Home
last modified time | relevance | path

Searched refs:allowed_threads (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/base/clipboard/
Dclipboard.cc58 const std::vector<base::PlatformThreadId>& allowed_threads) { in SetAllowedThreads() argument
62 std::copy(allowed_threads.begin(), allowed_threads.end(), in SetAllowedThreads()
72 AllowedThreadsVector* allowed_threads = g_allowed_threads.Pointer(); in GetForCurrentThread() local
73 if (!allowed_threads->empty()) { in GetForCurrentThread()
75 for (AllowedThreadsVector::const_iterator it = allowed_threads->begin(); in GetForCurrentThread()
76 it != allowed_threads->end(); ++it) { in GetForCurrentThread()
Dclipboard.h196 const std::vector<base::PlatformThreadId>& allowed_threads); in NON_EXPORTED_BASE()