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

  /external/chromium_org/content/browser/worker_host/
worker_service_impl.h 72 const WorkerProcessHost::WorkerInstance* FindWorkerInstance(
76 WorkerProcessHost* process,
92 bool CreateWorkerFromInstance(WorkerProcessHost::WorkerInstance instance);
97 const WorkerProcessHost::WorkerInstance& instance);
109 WorkerProcessHost::WorkerInstance* CreatePendingInstance(
114 WorkerProcessHost::WorkerInstance* FindPendingInstance(
125 WorkerProcessHost::WorkerInstance* FindSharedWorkerInstance(
135 WorkerProcessHost::Instances queued_workers_;
140 WorkerProcessHost::Instances pending_shared_workers_;
worker_process_host.cc 113 WorkerProcessHost::WorkerProcessHost(
125 WorkerProcessHost::~WorkerProcessHost() {
145 bool WorkerProcessHost::Send(IPC::Message* message) {
149 bool WorkerProcessHost::Init(int render_process_id) {
229 void WorkerProcessHost::CreateMessageFilters(int render_process_id) {
286 void WorkerProcessHost::CreateWorker(const WorkerInstance& instance) {
313 bool WorkerProcessHost::FilterMessage(const IPC::Message& message,
325 void WorkerProcessHost::OnProcessLaunched()
    [all...]
worker_service_impl.cc 141 for (WorkerProcessHost::Instances::const_iterator instance =
146 WorkerProcessHost::Instances::const_iterator first_instance =
244 for (WorkerProcessHost::Instances::iterator i = queued_workers_.begin();
254 for (WorkerProcessHost::Instances::iterator i =
266 for (WorkerProcessHost::Instances::iterator iter =
293 // a wrapped IPC message through us, we know which WorkerProcessHost to give
295 WorkerProcessHost::WorkerInstance instance(
320 WorkerProcessHost::WorkerInstance* instance = FindSharedWorkerInstance(
372 for (WorkerProcessHost::Instances::iterator iter = queued_workers_.begin();
384 for (WorkerProcessHost::Instances::iterator iter
    [all...]
worker_process_host.h 39 // The WorkerProcessHost is the interface that represents the browser side of
41 // WorkerProcessHost per worker process. Currently each worker runs in its own
43 // net::URLRequestContext) that a WorkerProcessHost serves a single
45 class WorkerProcessHost : public BrowserChildProcessHostDelegate,
133 WorkerProcessHost(ResourceContext* resource_context,
135 virtual ~WorkerProcessHost();
236 DISALLOW_COPY_AND_ASSIGN(WorkerProcessHost);
240 : public BrowserChildProcessHostTypeIterator<WorkerProcessHost> {
243 : BrowserChildProcessHostTypeIterator<WorkerProcessHost>(
  /external/chromium_org/content/browser/devtools/
worker_devtools_manager.h 44 WorkerProcessHost* process,
45 const WorkerProcessHost::WorkerInstance& instance);
46 void WorkerDestroyed(WorkerProcessHost* process, int worker_route_id);
47 void WorkerContextStarted(WorkerProcessHost* process, int worker_route_id);
worker_devtools_manager.cc 194 InspectedWorker(WorkerProcessHost* host, int route_id, const GURL& url,
200 WorkerProcessHost* const host;
230 WorkerProcessHost* worker,
231 const WorkerProcessHost::WorkerInstance& instance) {
248 WorkerProcessHost* worker,
267 void WorkerDevToolsManager::WorkerContextStarted(WorkerProcessHost* process,
315 static WorkerProcessHost* FindWorkerProcess(int worker_process_id) {
326 if (WorkerProcessHost* process = FindWorkerProcess(worker_process_id)) {
327 const WorkerProcessHost::Instances& instances = process->instances();
328 for (WorkerProcessHost::Instances::const_iterator i = instances.begin()
    [all...]

Completed in 538 milliseconds