Searched refs:type (Results 451 - 475 of 15917) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLActiveInfo.idl28 readonly attribute unsigned long type;
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTrackEvent.cpp44 TrackEvent::TrackEvent(const AtomicString& type, const TrackEventInit& initializer) argument
45 : Event(type, initializer)
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DContentType.h36 explicit ContentType(const String& type);
39 String type() const;
H A DFileMetadata.h54 Type type; member in struct:WebCore::FileMetadata
57 FileMetadata() : modificationTime(invalidFileTime()), length(-1), type(TypeUnknown) { }
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
H A DWebCryptoKey.cpp42 WebCryptoKeyPrivate(PassOwnPtr<WebCryptoKeyHandle> handle, WebCryptoKeyType type, bool extractable, const WebCryptoAlgorithm& algorithm, WebCryptoKeyUsageMask usages) argument
44 , type(type)
52 const WebCryptoKeyType type; member in class:WebKit::WebCryptoKeyPrivate
58 WebCryptoKey WebCryptoKey::create(WebCryptoKeyHandle* handle, WebCryptoKeyType type, bool extractable, const WebCryptoAlgorithm& algorithm, WebCryptoKeyUsageMask usages) argument
61 key.m_private = adoptRef(new WebCryptoKeyPrivate(adoptPtr(handle), type, extractable, algorithm, usages));
70 WebCryptoKeyType WebCryptoKey::type() const function in class:WebKit::WebCryptoKey
72 return m_private->type;
H A DWebCursorInfo.cpp41 : type(static_cast<Type>(cursor.type()))
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGScriptElement.idl27 [TreatNullAs=NullString] attribute DOMString type;
H A DSVGStyleElement.idl29 attribute DOMString type;
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
H A DMediaKeyNeededEvent.cpp45 MediaKeyNeededEvent::MediaKeyNeededEvent(const AtomicString& type, const MediaKeyNeededEventInit& initializer) argument
46 : Event(type, initializer)
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DMediaStreamEvent.cpp43 PassRefPtr<MediaStreamEvent> MediaStreamEvent::create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<MediaStream> stream) argument
45 return adoptRef(new MediaStreamEvent(type, canBubble, cancelable, stream));
48 PassRefPtr<MediaStreamEvent> MediaStreamEvent::create(const AtomicString& type, const MediaStreamEventInit& initializer) argument
50 return adoptRef(new MediaStreamEvent(type, initializer));
58 MediaStreamEvent::MediaStreamEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<MediaStream> stream) argument
59 : Event(type, canBubble, cancelable)
65 MediaStreamEvent::MediaStreamEvent(const AtomicString& type, const MediaStreamEventInit& initializer) argument
66 : Event(type, initializer)
H A DRTCSessionDescription.idl35 [SetterRaisesException] attribute DOMString type;
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDIConnectionEvent.h55 static PassRefPtr<MIDIConnectionEvent> create(const AtomicString& type, PassRefPtr<MIDIPort> port) argument
57 return adoptRef(new MIDIConnectionEvent(type, port));
60 static PassRefPtr<MIDIConnectionEvent> create(const AtomicString& type, const MIDIConnectionEventInit& initializer) argument
62 return adoptRef(new MIDIConnectionEvent(type, initializer));
75 MIDIConnectionEvent(const AtomicString& type, PassRefPtr<MIDIPort> port) argument
76 : Event(type, false, false)
82 MIDIConnectionEvent(const AtomicString& type, const MIDIConnectionEventInit& initializer) argument
83 : Event(type, initializer)
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDOMCustomEvent.cpp43 void WebDOMCustomEvent::initCustomEvent(const WebString& type, bool canBubble, bool cancelable, const WebSerializedScriptValue& webSerializedScriptValue) argument
48 unwrap<CustomEvent>()->initCustomEvent(type, canBubble, cancelable, serializedScriptValue.get());
H A DWebDOMProgressEvent.cpp41 WebDOMProgressEvent::WebDOMProgressEvent(const WebString& type, bool lengthIsComputable, unsigned long long loaded, unsigned long long total) argument
42 : WebDOMEvent(ProgressEvent::create(type, lengthIsComputable, loaded, total))
H A DWebTextInputInfo.cpp38 return type == other.type
/external/chromium_org/third_party/angle_dx11/src/compiler/
H A DInitialize.h14 void InsertBuiltInFunctions(ShShaderType type, ShShaderSpec spec, const ShBuiltInResources &resources, TSymbolTable &table);
16 void IdentifyBuiltIns(ShShaderType type, ShShaderSpec spec,
H A DTranslatorHLSL.cpp12 TranslatorHLSL::TranslatorHLSL(ShShaderType type, ShShaderSpec spec, ShShaderOutput output) argument
13 : TCompiler(type, spec), mOutputType(output)
H A DUniform.h21 Uniform(GLenum type, GLenum precision, const char *name, int arraySize, int registerIndex);
23 GLenum type; member in struct:sh::Uniform
/external/chromium_org/third_party/icu/source/common/
H A Ducln.h67 * Data type for cleanup function pointer
75 * @param type which library to register for.
78 U_CAPI void U_EXPORT2 ucln_registerCleanup(ECleanupLibraryType type,
85 * @param type which library to cleanup
87 U_CAPI void U_EXPORT2 ucln_cleanupOne(ECleanupLibraryType type);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
H A DRTCSessionDescription.h38 // The session type.
39 @property(nonatomic, copy, readonly) NSString *type; variable
41 - (id)initWithType:(NSString *)type sdp:(NSString *)sdp;
/external/chromium_org/third_party/libwebp/webp/
H A Dtypes.h41 #define WEBP_EXTERN(type) extern type
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dstandalone_scaffolding.h41 _mesa_new_shader(struct gl_context *ctx, GLuint name, GLenum type);
44 _mesa_shader_debug(struct gl_context *ctx, GLenum type, GLuint id,
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dcompsize.c38 __glElementsPerGroup(GLenum format, GLenum type) argument
44 switch (type) {
98 ** Return the number of bytes per element, based on the element type (other
102 __glBytesPerElement(GLenum type) argument
104 switch (type) {
136 ** Compute memory required for internal packed array of data of given type
141 GLenum format, GLenum type, GLenum target)
167 ** Zero is returned if either format or type are invalid.
169 components = __glElementsPerGroup(format, type);
170 if (type
140 __glImageSize(GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLenum target) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dglformats.h38 _mesa_type_is_packed(GLenum type);
41 _mesa_sizeof_type( GLenum type );
44 _mesa_sizeof_packed_type( GLenum type );
50 _mesa_bytes_per_pixel( GLenum format, GLenum type );
53 _mesa_is_type_integer(GLenum type);
56 _mesa_is_type_unsigned(GLenum type);
62 _mesa_is_enum_format_or_type_integer(GLenum format, GLenum type);
99 GLenum format, GLenum type);
/external/chromium_org/third_party/skia/src/animator/
H A DSkOpArray.cpp13 SkOpArray::SkOpArray(SkOperand2::OpType type) : fType(type) { argument

Completed in 570 milliseconds

<<11121314151617181920>>