OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebSharedWorkerStub
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/content/worker/
websharedworker_stub.cc
21
WebSharedWorkerStub
::
WebSharedWorkerStub
(
43
WebSharedWorkerStub
::~
WebSharedWorkerStub
() {
51
void
WebSharedWorkerStub
::Shutdown() {
56
void
WebSharedWorkerStub
::EnsureWorkerContextTerminates() {
60
bool
WebSharedWorkerStub
::OnMessageReceived(const IPC::Message& message) {
65
IPC_BEGIN_MESSAGE_MAP(
WebSharedWorkerStub
, message)
75
void
WebSharedWorkerStub
::OnChannelError() {
79
const GURL&
WebSharedWorkerStub
::url()
[
all
...]
worker_thread.h
18
class
WebSharedWorkerStub
;
31
void AddWorkerStub(
WebSharedWorkerStub
* stub);
32
void RemoveWorkerStub(
WebSharedWorkerStub
* stub);
51
typedef std::set<
WebSharedWorkerStub
*> WorkerStubsList;
websharedworkerclient_proxy.h
23
class
WebSharedWorkerStub
;
32
WebSharedWorkerClientProxy(int route_id,
WebSharedWorkerStub
* stub);
69
WebSharedWorkerStub
* stub_;
websharedworker_stub.h
26
class
WebSharedWorkerStub
: public IPC::Listener {
28
WebSharedWorkerStub
(const base::string16& name, int route_id,
53
virtual ~
WebSharedWorkerStub
();
83
DISALLOW_COPY_AND_ASSIGN(
WebSharedWorkerStub
);
worker_thread.cc
123
//
WebSharedWorkerStub
own themselves.
124
new
WebSharedWorkerStub
(params.name, params.route_id, appcache_init_info);
137
void WorkerThread::RemoveWorkerStub(
WebSharedWorkerStub
* stub) {
141
void WorkerThread::AddWorkerStub(
WebSharedWorkerStub
* stub) {
websharedworkerclient_proxy.cc
40
int route_id,
WebSharedWorkerStub
* stub)
Completed in 54 milliseconds