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

  /external/webkit/WebKit/chromium/src/
WebSharedWorkerImpl.h 61 WebCommonWorkerClient* commonClient() { return m_client; }
WebWorkerImpl.h 63 virtual WebCommonWorkerClient* commonClient();
WebWorkerBase.cpp 194 if (!thisPtr->commonClient())
197 thisPtr->commonClient()->postExceptionToWorkerObject(errorMessage,
226 if (!thisPtr->commonClient())
228 thisPtr->commonClient()->postConsoleMessageToWorkerObject(destination, source,
272 if (thisPtr->commonClient())
273 thisPtr->commonClient()->workerContextClosed();
287 if (thisPtr->commonClient())
288 thisPtr->commonClient()->workerContextDestroyed();
WebWorkerImpl.cpp 74 WebCommonWorkerClient* WebWorkerImpl::commonClient()
WebWorkerBase.h 85 virtual WebCommonWorkerClient* commonClient() = 0;

Completed in 631 milliseconds