Searched defs:type (Results 226 - 250 of 3869) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSStyleRule.h39 virtual CSSRule::Type type() const { return STYLE_RULE; } function in class:WebCore::CSSStyleRule
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DBeforeLoadEvent.h55 static PassRefPtr<BeforeLoadEvent> create(const AtomicString& type, const BeforeLoadEventInit& initializer) argument
75 BeforeLoadEvent(const AtomicString& type, const BeforeLoadEventInit& initializer) argument
H A DCharacterData.h51 CharacterData(Document* document, const String& text, ConstructionType type) argument
H A DClipboardEvent.h41 static PassRefPtr<ClipboardEvent> create(const AtomicString& type, bool canBubbleArg, bool cancelableArg, PassRefPtr<Clipboard> clipboardArg) argument
H A DCompositionEvent.cpp42 CompositionEvent::CompositionEvent(const AtomicString& type, PassRefPtr<AbstractView> view, const String& data) argument
48 CompositionEvent::CompositionEvent(const AtomicString& type, const CompositionEventInit& initializer) argument
58 void CompositionEvent::initCompositionEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, const String& data) argument
H A DCompositionEvent.h47 static PassRefPtr<CompositionEvent> create(const AtomicString& type, PassRefPtr<AbstractView> view, const String& data) argument
52 static PassRefPtr<CompositionEvent> create(const AtomicString& type, const CompositionEventInit& initializer) argument
H A DCustomEvent.cpp41 CustomEvent::CustomEvent(const AtomicString& type, const CustomEventInit& initializer) argument
51 void CustomEvent::initCustomEvent(const AtomicString& type, bool canBubble, bool cancelable, const ScriptValue& detail) argument
H A DCustomEvent.h50 static PassRefPtr<CustomEvent> create(const AtomicString& type, const CustomEventInit& initializer) argument
H A DDeviceMotionEvent.cpp49 void DeviceMotionEvent::initDeviceMotionEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceMotionData* deviceMotionData) argument
H A DDeviceOrientationEvent.cpp49 void DeviceOrientationEvent::initDeviceOrientationEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceOrientationData* orientation) argument
H A DElementShadow.cpp35 ShadowRoot* ElementShadow::addShadowRoot(Element* shadowHost, ShadowRoot::ShadowRootType type) argument
H A DErrorEvent.cpp49 ErrorEvent::ErrorEvent(const AtomicString& type, const ErrorEventInit& initializer) argument
H A DErrorEvent.h57 static PassRefPtr<ErrorEvent> create(const AtomicString& type, const ErrorEventInit& initializer) argument
H A DMutationEvent.cpp35 MutationEvent::MutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, argument
51 void MutationEvent::initMutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, argument
H A DMutationObserverInterestGroup.cpp42 PassOwnPtr<MutationObserverInterestGroup> MutationObserverInterestGroup::createIfNeeded(Node* target, MutationObserver::MutationType type, MutationRecordDeliveryOptions oldValueFlag, const QualifiedName* attributeName) argument
H A DOverflowEvent.cpp63 OverflowEvent::OverflowEvent(const AtomicString& type, const OverflowEventInit& initializer) argument
H A DPopStateEvent.cpp47 PopStateEvent::PopStateEvent(const AtomicString& type, const PopStateEventInit& initializer) argument
76 PassRefPtr<PopStateEvent> PopStateEvent::create(const AtomicString& type, const PopStateEventInit& initializer) argument
H A DProgressEvent.h47 static PassRefPtr<ProgressEvent> create(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) argument
51 static PassRefPtr<ProgressEvent> create(const AtomicString& type, const ProgressEventInit& initializer) argument
H A DTagNodeList.cpp33 TagNodeList::TagNodeList(PassRefPtr<Node> rootNode, CollectionType type, const AtomicString& namespaceURI, const AtomicString& localName) argument
H A DTagNodeList.h42 static PassRefPtr<TagNodeList> create(PassRefPtr<Node> rootNode, CollectionType type, const AtomicString& localName) argument
61 static PassRefPtr<HTMLTagNodeList> create(PassRefPtr<Node> rootNode, CollectionType type, const AtomicString& localName) argument
H A DText.h58 Text(Document* document, const String& data, ConstructionType type) argument
H A DTransitionEvent.cpp44 TransitionEvent::TransitionEvent(const AtomicString& type, const String& propertyName, double elapsedTime, const String& pseudoElement) argument
52 TransitionEvent::TransitionEvent(const AtomicString& type, const TransitionEventInit& initializer) argument
H A DTransitionEvent.h48 static PassRefPtr<TransitionEvent> create(const AtomicString& type, const String& propertyName, double elapsedTime, const String& pseudoElement) argument
52 static PassRefPtr<TransitionEvent> create(const AtomicString& type, const TransitionEventInit& initializer) argument
H A DUIEvent.h48 static PassRefPtr<UIEvent> create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, int detail) argument
52 static PassRefPtr<UIEvent> create(const AtomicString& type, const UIEventInit& initializer) argument
H A DUIEventWithKeyState.h47 UIEventWithKeyState(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, argument

Completed in 110 milliseconds

1234567891011>>