Home | History | Annotate | Download | only in threading

Lines Matching full:class

18 class AcceleratedPresenter;
19 class BrowserProcessImpl;
20 class HistogramSynchronizer;
21 class MetricsService;
22 class NativeBackendKWallet;
23 class ScopedAllowWaitForLegacyWebViewApi;
24 class TestingAutomationProvider;
27 class NonFrontendDataTypeController;
28 class UIModelWorker;
31 class CompletionEvent;
34 class AudioMixerAlsa;
35 class BlockingMethodCaller;
37 class StatisticsProviderImpl;
41 class Predictor;
44 class BrowserGpuChannelHostFactory;
45 class BrowserShutdownProfileDumper;
46 class BrowserTestBase;
47 class GLHelper;
48 class GpuChannelHost;
49 class NestedMessagePumpAndroid;
50 class RenderWidgetHelper;
51 class ScopedAllowWaitForAndroidLayoutTests;
52 class TextInputClientMac;
55 class Bus;
58 class BackendImpl;
59 class InFlightIO;
62 class AudioOutputController;
65 class FileStreamPosix;
66 class FileStreamWin;
68 class AddressTrackerLinux;
73 class AutoThread;
79 class JavaHandlerThread;
82 class SequencedWorkerPool;
83 class SimpleThread;
84 class Thread;
85 class ThreadTestHelper;
112 class BASE_EXPORT ThreadRestrictions {
116 class BASE_EXPORT ScopedAllowIO {
129 class BASE_EXPORT ScopedAllowSingleton {
148 // and DCHECK if not. See the block comment above the class for
180 friend class content::BrowserShutdownProfileDumper;
181 friend class content::BrowserTestBase;
182 friend class content::NestedMessagePumpAndroid;
183 friend class content::RenderWidgetHelper;
184 friend class content::ScopedAllowWaitForAndroidLayoutTests;
185 friend class ::HistogramSynchronizer;
186 friend class ::ScopedAllowWaitForLegacyWebViewApi;
187 friend class ::TestingAutomationProvider;
188 friend class cc::CompletionEvent;
189 friend class remoting::AutoThread;
190 friend class MessagePumpDefault;
191 friend class SequencedWorkerPool;
192 friend class SimpleThread;
193 friend class Thread;
194 friend class ThreadTestHelper;
195 friend class PlatformThread;
196 friend class android::JavaHandlerThread;
200 friend class ::chromeos::AudioMixerAlsa; // http://crbug.com/125206
201 friend class ::chromeos::BlockingMethodCaller; // http://crbug.com/125360
202 friend class ::chromeos::system::StatisticsProviderImpl; // http://crbug.com/125385
203 friend class browser_sync::NonFrontendDataTypeController; // http://crbug.com/19757
204 friend class browser_sync::UIModelWorker; // http://crbug.com/19757
205 friend class chrome_browser_net::Predictor; // http://crbug.com/78451
206 friend class
208 friend class content::GLHelper; // http://crbug.com/125415
209 friend class content::GpuChannelHost; // http://crbug.com/125264
210 friend class content::TextInputClientMac; // http://crbug.com/121917
211 friend class dbus::Bus; // http://crbug.com/125222
212 friend class disk_cache::BackendImpl; // http://crbug.com/74623
213 friend class disk_cache::InFlightIO; // http://crbug.com/74623
214 friend class media::AudioOutputController; // http://crbug.com/120973
215 friend class net::FileStreamPosix; // http://crbug.com/115067
216 friend class net::FileStreamWin; // http://crbug.com/115067
217 friend class net::internal::AddressTrackerLinux; // http://crbug.com/125097
218 friend class ::AcceleratedPresenter; // http://crbug.com/125391
219 friend class ::BrowserProcessImpl; // http://crbug.com/125207
220 friend class ::MetricsService; // http://crbug.com/124954
221 friend class ::NativeBackendKWallet; // http://crbug.com/125331
234 class BASE_EXPORT ScopedAllowWait {