Searched defs:type (Results 251 - 275 of 3869) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DWebKitAnimationEvent.cpp44 WebKitAnimationEvent::WebKitAnimationEvent(const AtomicString& type, const WebKitAnimationEventInit& initializer) argument
51 WebKitAnimationEvent::WebKitAnimationEvent(const AtomicString& type, const String& animationName, double elapsedTime) argument
H A DWebKitAnimationEvent.h46 static PassRefPtr<WebKitAnimationEvent> create(const AtomicString& type, const String& animationName, double elapsedTime) argument
50 static PassRefPtr<WebKitAnimationEvent> create(const AtomicString& type, const WebKitAnimationEventInit& initializer) argument
H A DWebKitTransitionEvent.cpp43 WebKitTransitionEvent::WebKitTransitionEvent(const AtomicString& type, const String& propertyName, double elapsedTime, const String& pseudoElement) argument
51 WebKitTransitionEvent::WebKitTransitionEvent(const AtomicString& type, const WebKitTransitionEventInit& initializer) argument
H A DWebKitTransitionEvent.h47 static PassRefPtr<WebKitTransitionEvent> create(const AtomicString& type, const String& propertyName, double elapsedTime, const String& pseudoElement) argument
51 static PassRefPtr<WebKitTransitionEvent> create(const AtomicString& type, const WebKitTransitionEventInit& initializer) argument
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditingBehavior.h31 explicit EditingBehavior(EditingBehaviorType type) argument
H A DIndentOutdentCommand.h37 static PassRefPtr<IndentOutdentCommand> create(Document* document, EIndentType type, int marginInPixels = 0) argument
H A DModifySelectionListLevel.h60 static PassRefPtr<IncreaseSelectionListLevelCommand> create(Document* document, Type type) argument
/macosx-10.9.5/WebCore-7537.78.1/fileapi/
H A DBlob.h60 static PassRefPtr<Blob> create(const KURL& srcURL, const String& type, long long size) argument
69 const String& type() const { return m_type; } function in class:WebCore::Blob
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLNameCollection.cpp37 HTMLNameCollection::HTMLNameCollection(Node* document, CollectionType type, const AtomicString& name) argument
H A DHTMLNameCollection.h46 static PassRefPtr<WindowNameCollection> create(Node* document, CollectionType type, const AtomicString& name) argument
58 WindowNameCollection(Node* document, CollectionType type, const AtomicString& name) argument
67 static PassRefPtr<DocumentNameCollection> create(Node* document, CollectionType type, const AtomicString& name) argument
79 DocumentNameCollection(Node* document, CollectionType type, const AtomicString& name) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DCanvasPattern.cpp51 void CanvasPattern::parseRepetitionType(const String& type, bool& repeatX, bool& repeatY, ExceptionCode& ec) argument
H A DWebGLActiveInfo.h38 static PassRefPtr<WebGLActiveInfo> create(const String& name, GC3Denum type, GC3Dint size) argument
43 GC3Denum type() const { return m_type; } function in class:WebCore::WebGLActiveInfo
47 WebGLActiveInfo(const String& name, GC3Denum type, GC3Dint size) argument
H A DWebGLBuffer.h85 GC3Denum type; member in struct:WebCore::WebGLBuffer::MaxIndexCacheEntry
H A DWebGLContextEvent.cpp43 WebGLContextEvent::WebGLContextEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& statusMessage) argument
49 WebGLContextEvent::WebGLContextEvent(const AtomicString& type, const WebGLContextEventInit& initializer) argument
H A DWebGLContextEvent.h45 static PassRefPtr<WebGLContextEvent> create(const AtomicString& type, bool canBubble, bool cancelable, const String& statusMessage) argument
49 static PassRefPtr<WebGLContextEvent> create(const AtomicString& type, const WebGLContextEventInit& initializer) argument
/macosx-10.9.5/WebCore-7537.78.1/html/track/
H A DTrackBase.cpp35 TrackBase::TrackBase(Type type, const AtomicString& label, const AtomicString& language) argument
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorCounters.h51 static inline void incrementCounter(CounterType type) argument
61 static inline void decrementCounter(CounterType type) argument
94 inline void incrementCounter(CounterType type) argument
99 inline void decrementCounter(CounterType type) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DContentProviderBasedProjectDelegate.js57 type: function() method in class:WebInspector.ContentProviderBasedProjectDelegate
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DNavigationAction.h54 NavigationType type() const { return m_type; } function in class:WebCore::NavigationAction
/macosx-10.9.5/WebCore-7537.78.1/loader/appcache/
H A DApplicationCacheResource.cpp32 ApplicationCacheResource::ApplicationCacheResource(const KURL& url, const ResourceResponse& response, unsigned type, PassRefPtr<SharedBuffer> data, const String& path) argument
41 void ApplicationCacheResource::addType(unsigned type) argument
70 void ApplicationCacheResource::dumpType(unsigned type) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DBarProp.h45 static PassRefPtr<BarProp> create(Frame* frame, Type type) { return adoptRef(new BarProp(frame, type)); } argument
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DContentType.cpp67 String ContentType::type() const function in class:WebCore::ContentType
H A DFileMetadata.h54 Type type; member in struct:WebCore::FileMetadata
/macosx-10.9.5/WebCore-7537.78.1/platform/audio/
H A DAudioSessionManager.cpp33 PassOwnPtr<AudioSessionManagerToken> AudioSessionManagerToken::create(AudioSessionManager::AudioType type) argument
38 AudioSessionManagerToken::AudioSessionManagerToken(AudioSessionManager::AudioType type) argument
59 bool AudioSessionManager::has(AudioSessionManager::AudioType type) argument
65 void AudioSessionManager::incrementCount(AudioSessionManager::AudioType type) argument
72 decrementCount(AudioSessionManager::AudioType type) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DDOMFileSystemBlackBerry.cpp41 bool DOMFileSystemBase::crackFileSystemURL(const KURL& url, FileSystemType& type, String& filePath) argument
85 bool DOMFileSystemBase::isValidType(FileSystemType type) argument

Completed in 190 milliseconds

<<11121314151617181920>>