Home
last modified time | relevance | path

Searched refs:Custom (Results 1 – 25 of 232) sorted by relevance

12345678910

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScriptHost.idl38 [Custom] void inspect(any objectId, any hints);
39 [Custom] any inspectedObject(long num);
40 [Custom] any internalConstructorName(any obj);
41 [Custom] boolean isHTMLAllCollection(any obj);
42 [Custom] DOMString type(any obj);
43 [Custom] any functionDetails(any obj);
44 [Custom] any[] getInternalProperties(any obj);
45 [Custom] EventListener[] getEventListeners(EventTarget target);
46 [Custom] any evaluate(DOMString text);
47 [Custom] void debugFunction(any fn);
[all …]
DJavaScriptCallFrame.idl39 [Custom] void evaluate(DOMString script);
40 [Custom] any restart();
49 [Custom=Getter] readonly attribute object scopeChain;
50 [Custom] unsigned short scopeType(long scopeIndex);
51 [Custom=Getter] readonly attribute object thisObject;
54 [Custom=Getter] readonly attribute DOMString type;
56 [Custom=Getter] readonly attribute any returnValue;
DInspectorFrontendHost.idl44 [Custom] DOMString platform();
45 [Custom] DOMString port();
46 [Custom] void showContextMenu(MouseEvent event, any items);
50 [Custom] void recordActionTaken(unsigned long actionCode);
51 [Custom] void recordPanelShown(unsigned long panelCode);
/external/chromium_org/third_party/WebKit/Source/platform/animation/
DTimingFunction.cpp33 case CubicBezierTimingFunction::Custom: in toString()
60 case StepsTimingFunction::Custom: in toString()
112 …(lhs.subType() == CubicBezierTimingFunction::Custom) && (ctf.subType() == CubicBezierTimingFunctio… in operator ==()
124 …if ((lhs.subType() == StepsTimingFunction::Custom) && (stf.subType() == StepsTimingFunction::Custo… in operator ==()
DTimingFunction.h97 Custom enumerator
102 return adoptRef(new CubicBezierTimingFunction(Custom, x1, y1, x2, y2)); in create()
172 Custom enumerator
183 return adoptRef(new StepsTimingFunction(Custom, steps, stepAtPosition)); in create()
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
DTestInterface3.idl37 Custom=VisitDOMWrapper, // Conflict with [SetWrapperReferenceTo] and [SetWrapperReferenceFrom]
39 [Custom] getter boolean (unsigned long index);
40 [Custom] setter boolean (unsigned long index, Node value);
41 [Custom] deleter boolean (unsigned long index);
43 [Custom=PropertyGetter|PropertyEnumerator|PropertyQuery] getter Node (DOMString name);
44 [Custom] setter Node (DOMString name, Node value);
45 [Custom] deleter boolean (DOMString name);
DTestInterface2.idl37 Constructor, // Test interaction with [Custom=Wrap]
38 Custom=Wrap, // Conflicts with and [Custom=ToV8], respectively
41 SpecialWrapFor=TestInterface|TestInterfaceEmpty, // Conflicts with [Custom=ToV8]
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLEmbedElement.idl22 Custom=LegacyCallAsFunction,
30 [Custom, NotEnumerable] getter boolean (unsigned long index);
31 [Custom] setter boolean (unsigned long index, Node value);
32 [Custom, NotEnumerable] getter Node (DOMString name);
33 [Custom] setter Node (DOMString name, Node value);
DHTMLAppletElement.idl22 Custom=LegacyCallAsFunction,
35 [Custom, NotEnumerable] getter boolean (unsigned long index);
36 [Custom] setter boolean (unsigned long index, Node value);
37 [Custom, NotEnumerable] getter Node (DOMString name);
38 [Custom] setter Node (DOMString name, Node value);
DHTMLObjectElement.idl22 Custom=LegacyCallAsFunction,
49 [Custom, NotEnumerable] getter boolean (unsigned long index);
50 [Custom] setter boolean (unsigned long index, Node value);
51 [Custom, NotEnumerable] getter Node (DOMString name);
52 [Custom] setter Node (DOMString name, Node value);
/external/flac/libFLAC/
DlibFLAC_static.dsp96 # Begin Custom Build
102 # End Custom Build
107 # Begin Custom Build
113 # End Custom Build
125 # Begin Custom Build
131 # End Custom Build
136 # Begin Custom Build
142 # End Custom Build
154 # Begin Custom Build
160 # End Custom Build
[all …]
DlibFLAC_dynamic.dsp103 # Begin Custom Build
109 # End Custom Build
114 # Begin Custom Build
120 # End Custom Build
132 # Begin Custom Build
138 # End Custom Build
143 # Begin Custom Build
149 # End Custom Build
161 # Begin Custom Build
167 # End Custom Build
[all …]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContextBase.idl548 [Custom] void getAttachedShaders(WebGLProgram? program);
552 [Custom] any getBufferParameter(GLenum target, GLenum pname);
559 [Custom] any getExtension(DOMString name);
561 [Custom] any getFramebufferAttachmentParameter(GLenum target, GLenum attachment, GLenum pname);
562 [Custom] any getParameter(GLenum pname);
563 [Custom] any getProgramParameter(WebGLProgram? program, GLenum pname);
565 [Custom] any getRenderbufferParameter(GLenum target, GLenum pname);
566 [Custom] any getShaderParameter(WebGLShader? shader, GLenum pname);
574 [Custom] sequence<DOMString> getSupportedExtensions();
576 [Custom] any getTexParameter(GLenum target, GLenum pname);
[all …]
/external/llvm/lib/Target/R600/
DSIISelLowering.cpp84 setOperationAction(ISD::LOAD, MVT::v2i32, Custom); in SITargetLowering()
85 setOperationAction(ISD::LOAD, MVT::v4i32, Custom); in SITargetLowering()
86 setOperationAction(ISD::LOAD, MVT::v8i32, Custom); in SITargetLowering()
87 setOperationAction(ISD::LOAD, MVT::v16i32, Custom); in SITargetLowering()
89 setOperationAction(ISD::STORE, MVT::v8i32, Custom); in SITargetLowering()
90 setOperationAction(ISD::STORE, MVT::v16i32, Custom); in SITargetLowering()
93 setOperationAction(ISD::LOAD, MVT::i32, Custom); in SITargetLowering()
94 setOperationAction(ISD::LOAD, MVT::v2i32, Custom); in SITargetLowering()
95 setOperationAction(ISD::LOAD, MVT::v4i32, Custom); in SITargetLowering()
96 setOperationAction(ISD::LOAD, MVT::v8i32, Custom); in SITargetLowering()
[all …]
DR600ISelLowering.cpp63 setOperationAction(ISD::FCOS, MVT::f32, Custom); in R600TargetLowering()
64 setOperationAction(ISD::FSIN, MVT::f32, Custom); in R600TargetLowering()
71 setOperationAction(ISD::BRCOND, MVT::Other, Custom); in R600TargetLowering()
75 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in R600TargetLowering()
76 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom); in R600TargetLowering()
77 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::i1, Custom); in R600TargetLowering()
79 setOperationAction(ISD::SELECT_CC, MVT::f32, Custom); in R600TargetLowering()
80 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom); in R600TargetLowering()
84 setOperationAction(ISD::FP_TO_UINT, MVT::i1, Custom); in R600TargetLowering()
116 setOperationAction(ISD::LOAD, MVT::i32, Custom); in R600TargetLowering()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.idl22 Custom=Wrap,
52 …[Custom, CustomElementCallbacks, PerWorldBindings, LogActivity, RaisesException] Node insertBefore…
53 …[Custom, CustomElementCallbacks, PerWorldBindings, LogActivity, RaisesException] Node replaceChild…
54 [Custom, CustomElementCallbacks, RaisesException] Node removeChild(Node oldChild);
55 …[Custom, CustomElementCallbacks, PerWorldBindings, LogActivity, RaisesException] Node appendChild(…
/external/chromium_org/third_party/WebKit/Source/core/frame/
DWindow.idl32 Custom=ToV8,
49 [Custom, MeasureAs=WindowEvent, NotEnumerable] attribute Event event;
53 [CheckSecurity=Node, Custom=Getter] readonly attribute Element frameElement;
62 [Custom] Window open(DOMString url,
66 [RuntimeEnabled=ShowModalDialog, Custom] any showModalDialog(DOMString url,
128 [DoNotCheckSecurity, Custom=Setter] attribute Window opener;
169 …[DoNotCheckSecurity, Custom, RaisesException] void postMessage(SerializedScriptValue message, DOMS…
208 [DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMString toString();
211 [Custom, NotEnumerable] getter Window (DOMString name);
DHistory.idl30 [Custom=Getter] readonly attribute SerializedScriptValue state;
36 …[Custom, PerContextEnabled=PushState, RaisesException] void pushState(any data, DOMString title, o…
37 …[Custom, PerContextEnabled=PushState, RaisesException] void replaceState(any data, DOMString title…
DWindowTimers.idl35 // FIXME: currently using [Custom] and |any| because overload algorithm
41 [Custom] long setTimeout(any handler, [Default=Undefined] optional long timeout);
43 [Custom] long setInterval(any handler, [Default=Undefined] optional long timeout);
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXMLHttpRequest.idl60 …[Custom, LogActivity, LogAllWorlds, RaisesException] void open(DOMString method, DOMString url, op…
64 [Custom, RaisesException] void send();
73 …[Custom=Getter, RaisesException=Getter] readonly attribute DOMString responseText; // The custom g…
77 [Custom=Getter, RaisesException=Getter] readonly attribute object response;
DXSLTProcessor.idl44 [Custom] void setParameter(DOMString namespaceURI, DOMString localName, DOMString value);
45 …[Custom, TreatReturnedNullStringAs=Undefined] DOMString getParameter(DOMString namespaceURI, DOMSt…
46 [Custom] void removeParameter(DOMString namespaceURI, DOMString localName);
/external/chromium_org/third_party/WebKit/Source/core/events/
DMessageEvent.idl32 Custom=Wrap,
37 [InitializedByEventConstructor, Custom=Getter] readonly attribute any data;
39 …[Custom, MeasureAs=InitMessageEvent] void initMessageEvent([Default=Undefined] optional DOMString …
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1393 setOperationAction(ISD::GlobalAddress, getPointerTy(), Custom); in SparcTargetLowering()
1394 setOperationAction(ISD::GlobalTLSAddress, getPointerTy(), Custom); in SparcTargetLowering()
1395 setOperationAction(ISD::ConstantPool, getPointerTy(), Custom); in SparcTargetLowering()
1396 setOperationAction(ISD::BlockAddress, getPointerTy(), Custom); in SparcTargetLowering()
1418 setOperationAction(ISD::FP_TO_SINT, MVT::i32, Custom); in SparcTargetLowering()
1419 setOperationAction(ISD::SINT_TO_FP, MVT::i32, Custom); in SparcTargetLowering()
1420 setOperationAction(ISD::FP_TO_SINT, MVT::i64, Custom); in SparcTargetLowering()
1421 setOperationAction(ISD::SINT_TO_FP, MVT::i64, Custom); in SparcTargetLowering()
1424 setOperationAction(ISD::FP_TO_UINT, MVT::i32, Custom); in SparcTargetLowering()
1425 setOperationAction(ISD::UINT_TO_FP, MVT::i32, Custom); in SparcTargetLowering()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DSIISelLowering.cpp42 setOperationAction(ISD::AND, MVT::i1, Custom); in SITargetLowering()
47 setOperationAction(ISD::BR_CC, MVT::i32, Custom); in SITargetLowering()
49 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom); in SITargetLowering()
53 setOperationAction(ISD::LOAD, MVT::i32, Custom); in SITargetLowering()
54 setOperationAction(ISD::LOAD, MVT::i64, Custom); in SITargetLowering()
56 setOperationAction(ISD::SELECT_CC, MVT::f32, Custom); in SITargetLowering()
57 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom); in SITargetLowering()
/external/mesa3d/src/gallium/drivers/radeon/
DSIISelLowering.cpp42 setOperationAction(ISD::AND, MVT::i1, Custom); in SITargetLowering()
47 setOperationAction(ISD::BR_CC, MVT::i32, Custom); in SITargetLowering()
49 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom); in SITargetLowering()
53 setOperationAction(ISD::LOAD, MVT::i32, Custom); in SITargetLowering()
54 setOperationAction(ISD::LOAD, MVT::i64, Custom); in SITargetLowering()
56 setOperationAction(ISD::SELECT_CC, MVT::f32, Custom); in SITargetLowering()
57 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom); in SITargetLowering()

12345678910