OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WorkerScriptLoaderClient
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerScriptLoaderClient.h
35
class
WorkerScriptLoaderClient
{
44
virtual ~
WorkerScriptLoaderClient
() { }
WorkerScriptLoader.h
46
class
WorkerScriptLoaderClient
;
57
void loadAsynchronously(ExecutionContext*, const KURL&, CrossOriginRequestPolicy,
WorkerScriptLoaderClient
*);
65
void setClient(
WorkerScriptLoaderClient
* client) { m_client = client; }
90
WorkerScriptLoaderClient
* m_client;
Worker.h
36
#include "core/workers/
WorkerScriptLoaderClient
.h"
49
class Worker : public AbstractWorker, public ScriptWrappable, private
WorkerScriptLoaderClient
{
68
//
WorkerScriptLoaderClient
callbacks
WorkerScriptLoader.cpp
35
#include "core/workers/
WorkerScriptLoaderClient
.h"
76
void WorkerScriptLoader::loadAsynchronously(ExecutionContext* executionContext, const KURL& url, CrossOriginRequestPolicy crossOriginRequestPolicy,
WorkerScriptLoaderClient
* client)
/external/chromium_org/third_party/WebKit/Source/web/
SharedWorkerRepositoryClientImpl.cpp
50
#include "core/workers/
WorkerScriptLoaderClient
.h"
61
class SharedWorkerScriptLoader : private
WorkerScriptLoaderClient
, private WebSharedWorkerConnector::ConnectListener {
80
//
WorkerScriptLoaderClient
callbacks
WebEmbeddedWorkerImpl.cpp
47
#include "core/workers/
WorkerScriptLoaderClient
.h"
59
class WebEmbeddedWorkerImpl::Loader : public
WorkerScriptLoaderClient
{
Completed in 639 milliseconds