Searched refs:type (Results 351 - 375 of 15917) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSFontFaceLoadEvent.cpp41 CSSFontFaceLoadEvent::CSSFontFaceLoadEvent(const AtomicString& type, PassRefPtr<CSSFontFaceRule> fontface, PassRefPtr<DOMError> error) argument
42 : Event(type, false, false)
49 CSSFontFaceLoadEvent::CSSFontFaceLoadEvent(const AtomicString& type, const CSSFontFaceLoadEventInit& initializer) argument
50 : Event(type, initializer)
H A DCSSPropertySourceData.h104 static PassRefPtr<CSSRuleSourceData> create(Type type) argument
106 return adoptRef(new CSSRuleSourceData(type));
114 CSSRuleSourceData(Type type) argument
115 : type(type)
117 if (type == STYLE_RULE || type == FONT_FACE_RULE || type == PAGE_RULE)
121 Type type; member in struct:WebCore::CSSRuleSourceData
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DAnimationEvent.cpp45 AnimationEvent::AnimationEvent(const AtomicString& type, const AnimationEventInit& initializer) argument
46 : Event(type, initializer)
53 AnimationEvent::AnimationEvent(const AtomicString& type, const String& animationName, double elapsedTime) argument
54 : Event(type, true, true)
H A DEventTarget.idl25 void addEventListener(DOMString type,
28 void removeEventListener(DOMString type,
H A DProgressEvent.cpp48 ProgressEvent::ProgressEvent(const AtomicString& type, const ProgressEventInit& initializer) argument
49 : Event(type, initializer)
57 ProgressEvent::ProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) argument
58 : Event(type, false, true)
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLContextEvent.cpp42 WebGLContextEvent::WebGLContextEvent(const AtomicString& type, bool canBubble, bool cancelable, const String& statusMessage) argument
43 : Event(type, canBubble, cancelable)
49 WebGLContextEvent::WebGLContextEvent(const AtomicString& type, const WebGLContextEventInit& initializer) argument
50 : Event(type, initializer)
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechSynthesisEvent.cpp36 PassRefPtr<SpeechSynthesisEvent> SpeechSynthesisEvent::create(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name) argument
38 return adoptRef(new SpeechSynthesisEvent(type, charIndex, elapsedTime, name));
46 SpeechSynthesisEvent::SpeechSynthesisEvent(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name) argument
47 : Event(type, false, false)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
H A Dnewstringio.py38 def __exit__(self, type, value, traceback):
/external/chromium_org/third_party/angle_dx11/src/compiler/
H A DTranslatorGLSL.cpp12 static void writeVersion(ShShaderType type, TIntermNode* root, argument
14 TVersionGLSL versionGLSL(type);
24 TranslatorGLSL::TranslatorGLSL(ShShaderType type, ShShaderSpec spec) argument
25 : TCompiler(type, spec) {
/external/chromium_org/third_party/icu/source/common/
H A Dlocbased.cpp16 Locale LocaleBased::getLocale(ULocDataLocaleType type, UErrorCode& status) const { argument
17 const char* id = getLocaleID(type, status);
21 const char* LocaleBased::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const { argument
26 switch(type) {
/external/chromium_org/third_party/icu/source/io/
H A Ducln_io.h34 U_CFUNC void U_EXPORT2 ucln_io_registerCleanup(ECleanupIOType type,
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dstatus.cc41 const char* type; local
44 type = "OK";
47 type = "NotFound: ";
50 type = "Corruption: ";
53 type = "Not implemented: ";
56 type = "Invalid argument: ";
59 type = "IO error: ";
64 type = tmp;
67 std::string result(type);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dmemory_pool.h54 * type * Array;
58 * memory_pool_array_reserve(pool, type, Array, Size, Reserved, k);
66 #define memory_pool_array_reserve(pool, type, array, size, reserved, num) do { \
70 type * newarray; \
73 newarray = memory_pool_malloc((pool), newreserve * sizeof(type)); \
74 memcpy(newarray, (array), (size) * sizeof(type)); \
/external/chromium_org/third_party/mesa/src/src/gbm/main/
H A Dcommon_drm.h40 enum gbm_drm_driver_type type; member in struct:gbm_drm_device
/external/chromium_org/third_party/openssl/openssl/crypto/
H A Dcryptlib.h98 #define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1)
99 #define HEX_SIZE(type) (sizeof(type)*2)
/external/chromium_org/third_party/skia/src/utils/
H A DSkTLogic.h9 * type transformations (std::conditional) which will become available with
27 typedef SkTIntegralConstant<T, v> type; typedef in struct:SkTIntegralConstant
39 /** SkTIf_c::type = (condition) ? T : F;
43 typedef F type; typedef in struct:SkTIf_c
46 typedef T type; typedef in struct:SkTIf_c
49 /** SkTIf::type = (Condition::value) ? T : F; */
51 typedef typename SkTIf_c<static_cast<bool>(Condition::value), T, F>::type type; typedef in struct:SkTIf
54 /** SkTMux::type = (a && b) ? Both : (a) ? A : (b) ? B : Neither; */
57 typedef typename SkTIf<a, typename SkTIf<b, Both, A>::type,
58 typename SkTIf<b, B, Neither>::type>::type type; typedef in struct:SkTMux
[all...]
/external/chromium_org/tools/gyp/test/defines/
H A Dgyptest-define-override.py19 test.built_file_must_exist('fakeosprogram', type=test.EXECUTABLE)
21 os.remove(test.built_file_path('fakeosprogram', type=test.EXECUTABLE))
26 test.built_file_must_not_exist('fakeosprogram', type=test.EXECUTABLE)
32 test.built_file_must_exist('fakeosprogram', type=test.EXECUTABLE)
/external/chromium_org/tools/gyp/test/hard_dependency/
H A Dgyptest-exported-hard-dependency.py32 test.built_file_must_exist('a', type=test.STATIC_LIB, chdir=chdir)
33 test.built_file_must_not_exist('b', type=test.STATIC_LIB, chdir=chdir)
34 test.built_file_must_exist('c', type=test.STATIC_LIB, chdir=chdir)
35 test.built_file_must_not_exist('d', type=test.STATIC_LIB, chdir=chdir)
H A Dgyptest-no-exported-hard-dependency.py31 test.built_file_must_not_exist('a', type=test.STATIC_LIB, chdir=chdir)
32 test.built_file_must_not_exist('b', type=test.STATIC_LIB, chdir=chdir)
33 test.built_file_must_not_exist('c', type=test.STATIC_LIB, chdir=chdir)
34 test.built_file_must_exist('d', type=test.STATIC_LIB, chdir=chdir)
/external/chromium_org/ui/views/widget/
H A Dwidget_aura_utils.h16 Widget::InitParams::Type type);
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dsfinae-1.cpp23 typedef typename T::trap type; typedef in struct:instantiation_order1::it_is_a_trap
28 typedef T type; typedef in struct:instantiation_order1::enable_if
35 typename enable_if<sizeof(T) == 17>::type
36 f(const T&, typename it_is_a_trap<T>::type* = 0);
/external/clang/test/SemaTemplate/
H A Dinstantiate-elab-type-specifier.cpp11 typedef struct Base<T>::foo type; typedef in struct:Derived
/external/doclava/res/assets/templates/
H A Dtrailer.cs3 <script type="text/javascript">
/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_decode_sequence_multi.c23 Decode a SEQUENCE type using a VA list
26 @remark <...> is of the form <type, size, data> (int, unsigned long, void*)
31 int err, type; local
43 type = va_arg(args, int);
47 if (type == LTC_ASN1_EOL) {
51 switch (type) {
91 type = va_arg(args, int);
95 if (type == LTC_ASN1_EOL) {
99 switch (type) {
115 list[x].type
[all...]
H A Dder_encode_sequence_multi.c23 Encode a SEQUENCE type using a VA list
26 @remark <...> is of the form <type, size, data> (int, unsigned long, void*)
31 int err, type; local
44 type = va_arg(args, int);
48 if (type == LTC_ASN1_EOL) {
52 switch (type) {
91 type = va_arg(args, int);
95 if (type == LTC_ASN1_EOL) {
99 switch (type) {
114 list[x].type
[all...]

Completed in 917 milliseconds

<<11121314151617181920>>