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

  /external/chromium_org/content/plugin/
plugin_thread.h 22 // The PluginThread class represents a background thread where plugin instances
25 class PluginThread : public ChildThread {
27 PluginThread();
28 virtual ~PluginThread();
32 static PluginThread* current();
57 DISALLOW_COPY_AND_ASSIGN(PluginThread);
plugin_thread.cc 66 static base::LazyInstance<base::ThreadLocalPointer<PluginThread> > lazy_tls =
69 PluginThread::PluginThread()
101 PluginThread::~PluginThread() {
104 void PluginThread::SetForcefullyTerminatePluginProcess() {
108 void PluginThread::Shutdown() {
124 PluginThread* PluginThread::current() {
128 bool PluginThread::OnControlMessageReceived(const IPC::Message& msg)
    [all...]
plugin_main.cc 63 plugin_process.set_main_thread(new PluginThread());
plugin_channel.cc 204 PluginThread::current()->Send(new PluginProcessHostMsg_ChannelDestroyed(
webplugin_delegate_stub.cc 190 PluginThread::current()->SetForcefullyTerminatePluginProcess();
webplugin_proxy.cc 94 PluginThread::current()->Send(

Completed in 111 milliseconds