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 58 const std::vector<base::PlatformThreadId>& allowed_threads) {
62 std::copy(allowed_threads.begin(), allowed_threads.end(),
72 AllowedThreadsVector* allowed_threads = g_allowed_threads.Pointer(); local
73 if (!allowed_threads->empty()) {
75 for (AllowedThreadsVector::const_iterator it = allowed_threads->begin();
76 it != allowed_threads->end(); ++it) {
clipboard.h 196 const std::vector<base::PlatformThreadId>& allowed_threads);

Completed in 72 milliseconds