Home
last modified time | relevance | path

Searched refs:Usable (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/workers/
DWorkerContext.idl96 …attribute [JSCCustomGetter,EnabledAtRuntime] WebSocketConstructor WebSocket; // Usable with the ne…
121 attribute ArrayBufferConstructor ArrayBuffer; // Usable with new operator
122 attribute Int8ArrayConstructor Int8Array; // Usable with new operator
123 attribute Uint8ArrayConstructor Uint8Array; // Usable with new operator
124 attribute Int16ArrayConstructor Int16Array; // Usable with new operator
125 attribute Uint16ArrayConstructor Uint16Array; // Usable with new operator
126 attribute Int32ArrayConstructor Int32Array; // Usable with new operator
127 attribute Uint32ArrayConstructor Uint32Array; // Usable with new operator
128 attribute Float32ArrayConstructor Float32Array; // Usable with new operator
129 attribute Float64ArrayConstructor Float64Array; // Usable with new operator
/external/webkit/Source/WebCore/page/
DDOMWindow.idl485 attribute [CustomGetter] HTMLImageElementConstructor Image; // Usable with new operator
486 attribute [CustomGetter] HTMLOptionElementConstructor Option; // Usable with new operator
505 attribute [JSCCustomGetter] ArrayBufferConstructor ArrayBuffer; // Usable with new operator
506 attribute [JSCCustomGetter] Int8ArrayConstructor Int8Array; // Usable with new operator
507 attribute [JSCCustomGetter] Uint8ArrayConstructor Uint8Array; // Usable with new operator
508 attribute [JSCCustomGetter] Int16ArrayConstructor Int16Array; // Usable with new operator
509 attribute [JSCCustomGetter] Uint16ArrayConstructor Uint16Array; // Usable with new operator
510 attribute [JSCCustomGetter] Int32ArrayConstructor Int32Array; // Usable with new operator
511 attribute [JSCCustomGetter] Uint32ArrayConstructor Uint32Array; // Usable with new operator
512 … attribute [JSCCustomGetter] Float32ArrayConstructor Float32Array; // Usable with new operator
[all …]
/external/libppp/src/
Dccp.h127 int (*Usable)(struct fsm *); /* Ok to negotiate ? */ member
Dccp.c361 (*algorithm[f]->Usable)(fp)) { in CcpSendConfigReq()
605 (*algorithm[f]->Usable)(fp) && in CcpDecodeConfig()
/external/clang/lib/Sema/
DSemaOverload.cpp2875 bool Usable = !Constructor->isInvalidDecl() && in IsInitializerListConstructorConversion() local
2878 if (Usable) { in IsInitializerListConstructorConversion()
3005 bool Usable = !Constructor->isInvalidDecl(); in IsUserDefinedConversion() local
3007 Usable = Usable && (AllowExplicit || !Constructor->isExplicit()); in IsUserDefinedConversion()
3009 Usable = Usable &&Constructor->isConvertingConstructor(AllowExplicit); in IsUserDefinedConversion()
3010 if (Usable) { in IsUserDefinedConversion()