HomeSort by relevance Sort by last modified time
    Searched refs:allowed_threads (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/base/clipboard/
clipboard.cc 99 const std::vector<base::PlatformThreadId>& allowed_threads) {
103 std::copy(allowed_threads.begin(), allowed_threads.end(),
113 AllowedThreadsVector* allowed_threads = g_allowed_threads.Pointer(); local
114 if (!allowed_threads->empty()) {
116 for (AllowedThreadsVector::const_iterator it = allowed_threads->begin();
117 it != allowed_threads->end(); ++it) {
clipboard.h 217 const std::vector<base::PlatformThreadId>& allowed_threads);

Completed in 34 milliseconds