Searched defs:SharedWorkerInstance (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/shared_worker/
H A Dshared_worker_instance.cc11 SharedWorkerInstance::SharedWorkerInstance( function in class:content::SharedWorkerInstance
27 SharedWorkerInstance::SharedWorkerInstance(const SharedWorkerInstance& other) function in class:content::SharedWorkerInstance
36 SharedWorkerInstance::~SharedWorkerInstance() {}
38 bool SharedWorkerInstance::Matches(const GURL& match_url,
61 bool SharedWorkerInstance::Matches(const SharedWorkerInstance
[all...]
H A Dshared_worker_instance.h19 // SharedWorkerInstance is copyable value-type data type. It could be passed to
21 class CONTENT_EXPORT SharedWorkerInstance { class in namespace:content
23 SharedWorkerInstance(const GURL& url,
29 SharedWorkerInstance(const SharedWorkerInstance& other);
30 ~SharedWorkerInstance();
32 // Checks if this SharedWorkerInstance matches the passed url/name params
42 bool Matches(const SharedWorkerInstance& other) const;

Completed in 76 milliseconds