webengine/osswebengine/WebCore/dom/Document.h
changeset 10 a359256acfc6
parent 0 dd21522fd290
child 15 60c5402cb945
equal deleted inserted replaced
5:10e98eab6f85 10:a359256acfc6
    38 #include "Timer.h"
    38 #include "Timer.h"
    39 #include <wtf/HashCountedSet.h>
    39 #include <wtf/HashCountedSet.h>
    40 #include <wtf/ListHashSet.h>
    40 #include <wtf/ListHashSet.h>
    41 
    41 
    42 namespace WebCore {
    42 namespace WebCore {
       
    43 	void cleanupChangedDocuments();
    43 
    44 
    44     class AXObjectCache;
    45     class AXObjectCache;
    45     class Attr;
    46     class Attr;
    46     class Attribute;
    47     class Attribute;
    47     class CDATASection;
    48     class CDATASection;
   487 
   488 
   488     CSSStyleDeclaration* getOverrideStyle(Element*, const String& pseudoElt);
   489     CSSStyleDeclaration* getOverrideStyle(Element*, const String& pseudoElt);
   489 
   490 
   490     virtual void defaultEventHandler(Event*);
   491     virtual void defaultEventHandler(Event*);
   491     void handleWindowEvent(Event*, bool useCapture);
   492     void handleWindowEvent(Event*, bool useCapture);
       
   493     void handleNetworkEvent(const AtomicString &eventType, int param);
   492     void setHTMLWindowEventListener(const AtomicString &eventType, PassRefPtr<EventListener>);
   494     void setHTMLWindowEventListener(const AtomicString &eventType, PassRefPtr<EventListener>);
   493     EventListener* getHTMLWindowEventListener(const AtomicString &eventType);
   495     EventListener* getHTMLWindowEventListener(const AtomicString &eventType);
   494     void removeHTMLWindowEventListener(const AtomicString &eventType);
   496     void removeHTMLWindowEventListener(const AtomicString &eventType);
   495 
   497 
   496     void setHTMLWindowEventListener(const AtomicString& eventType, Attribute*);
   498     void setHTMLWindowEventListener(const AtomicString& eventType, Attribute*);