OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
200
const std::vector<base::PlatformThreadId>&
allowed_threads
);
Completed in 2793 milliseconds