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

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ScriptResource.h 36 class ScriptResourceClient : public ResourceClient {
38 virtual ~ScriptResourceClient() { }
47 typedef ScriptResourceClient ClientType;
ScriptResource.cpp 54 ASSERT(client->resourceClientType() == ScriptResourceClient::expectedType());
61 ResourceClientWalker<ScriptResourceClient> walker(m_clients);
62 while (ScriptResourceClient* client = walker.next())
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptStreamer.h 18 class ScriptResourceClient;
66 void addClient(ScriptResourceClient* client)
73 void removeClient(ScriptResourceClient* client)
118 ScriptResourceClient* m_client;
ScriptStreamerTest.cpp 130 class TestScriptResourceClient : public ScriptResourceClient {
235 // upper layer (ScriptResourceClient) should get a notification when the
262 // (ScriptResourceClient) should be notified when an empty script has been
  /external/chromium_org/third_party/WebKit/Source/core/dom/
PendingScript.h 91 this->ResourceOwner<ScriptResource, ScriptResourceClient>::operator=(other);
98 void watchForLoad(ScriptResourceClient*);
99 void stopWatchingForLoad(ScriptResourceClient*);
PendingScript.cpp 40 void PendingScript::watchForLoad(ScriptResourceClient* client)
55 void PendingScript::stopWatchingForLoad(ScriptResourceClient* client)
ScriptLoader.h 38 class ScriptLoader FINAL : private ScriptResourceClient {
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLScriptRunner.h 46 class HTMLScriptRunner FINAL : public NoBaseWillBeGarbageCollectedFinalized<HTMLScriptRunner>, private ScriptResourceClient {
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.h 68 class XMLDocumentParser FINAL : public ScriptableDocumentParser, public ScriptResourceClient {

Completed in 1400 milliseconds