HomeSort by relevance Sort by last modified time
    Searched defs:WorkerInstance (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/worker_host/
worker_process_host.cc 273 void WorkerProcessHost::CreateWorker(const WorkerInstance& instance) {
292 for (WorkerInstance::FilterList::const_iterator i =
447 // currently a WorkerInstance will never be added to a WorkerProcessHost
573 WorkerProcessHost::WorkerInstance::WorkerInstance(
593 WorkerProcessHost::WorkerInstance::WorkerInstance(
611 WorkerProcessHost::WorkerInstance::~WorkerInstance() {
619 bool WorkerProcessHost::WorkerInstance::Matches
    [all...]
worker_process_host.h 57 class WorkerInstance {
59 WorkerInstance(const GURL& url,
67 WorkerInstance(const GURL& url,
72 ~WorkerInstance();
90 // Checks if this WorkerInstance matches the passed url/name params
102 void ShareDocumentSet(const WorkerInstance& instance) {
153 void CreateWorker(const WorkerInstance& instance);
174 typedef std::list<WorkerInstance> Instances;

Completed in 28 milliseconds