Searched refs:Custom (Results 26 - 50 of 106) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/core/events/
H A DEventTarget.idl23 Custom=ToV8,
H A DErrorEvent.idl38 [Custom=Getter, InitializedByEventConstructor] readonly attribute any error;
H A DMessageEvent.idl36 [InitializedByEventConstructor, Custom=Getter] readonly attribute any data;
38 [Custom, MeasureAs=InitMessageEvent] void initMessageEvent([Default=Undefined] optional DOMString typeArg,
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorker.idl40 [Custom, RaisesException] void postMessage(SerializedScriptValue message, optional sequence<Transferable> transfer);
H A DWorkerGlobalScope.idl28 Custom=ToV8,
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
H A Dconstants.js61 Custom: 'CUSTOM',
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLOptionsCollection.idl27 [Custom=Setter, RaisesException=Setter] attribute unsigned long length;
34 [Custom, RaisesException] void add([Default=Undefined] optional HTMLOptionElement option, optional unsigned long index);
H A 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);
H A DHTMLDocument.idl22 [Custom, CustomElementCallbacks] void open();
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/core/
H A DTestCallbackInterface.idl38 [Custom] void customVoidMethodTestInterfaceEmptyArg(TestInterfaceEmpty testInterfaceEmptyArg);
H A DTestImplements.idl41 [Custom] void implementsCustomVoidMethod();
H A 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/xml/
H A DXMLHttpRequest.idl61 [Custom, RaisesException] void open(DOMString method, DOMString url, optional boolean async, optional DOMString user, optional DOMString password);
65 [Custom, RaisesException] void send();
74 [Custom=Getter, RaisesException=Getter] readonly attribute DOMString? responseText;
78 [Custom=Getter, RaisesException=Getter] readonly attribute object response;
H A DDocumentXPathEvaluator.idl25 [Custom, MeasureAs=DocumentXPathEvaluate, RaisesException] XPathResult evaluate([Default=Undefined] optional DOMString expression,
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorker.idl48 [Custom, RaisesException] void postMessage(SerializedScriptValue message, optional sequence<Transferable> transfer);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSStyleDeclaration.idl37 [Custom=(PropertyGetter,PropertyEnumerator,PropertyQuery)] getter (DOMString or float) (DOMString name);
38 [Custom] setter void (DOMString propertyName, DOMString? propertyValue);
H A DCSSRule.idl23 Custom=Wrap,
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
H A DDeviceMotionEvent.idl31 [Custom] void initDeviceMotionEvent([Default=Undefined] optional DOMString type,
H A DDeviceOrientationEvent.idl31 [Custom] void initDeviceOrientationEvent([Default=Undefined] optional DOMString type,
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A 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;
164 [DoNotCheckSecurity, Custom, RaisesException] void postMessage(SerializedScriptValue message, DOMString targetOrigin, optional sequence<Transferable> transfer);
203 [DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] stringifier;
206 [Custom, NotEnumerable] getter Window (DOMString name);
H A DLocation.idl58 [NotEnumerable, Custom, Unforgeable] any valueOf();
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileReader.idl55 [Custom=Getter] readonly attribute object result;
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.idl553 [Custom] any getBufferParameter(GLenum target, GLenum pname);
560 [Custom] any getExtension(DOMString name);
562 [Custom] any getFramebufferAttachmentParameter(GLenum target, GLenum attachment, GLenum pname);
563 [Custom] any getParameter(GLenum pname);
564 [Custom] any getProgramParameter(WebGLProgram? program, GLenum pname);
566 [Custom] any getRenderbufferParameter(GLenum target, GLenum pname);
567 [Custom] any getShaderParameter(WebGLShader? shader, GLenum pname);
577 [Custom] any getTexParameter(GLenum target, GLenum pname);
579 [Custom] any getUniform(WebGLProgram? program, WebGLUniformLocation? location);
583 [Custom] an
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/
H A DIDLExtendedAttributes.txt46 Custom=|Getter|Setter|LegacyCallAsFunction|ToV8|VisitDOMWrapper|Wrap|PropertyGetter|PropertyEnumerator|PropertyQuery
/external/llvm/lib/Target/R600/
H A DSIISelLowering.cpp11 /// \brief Custom DAG lowering for SI
84 setOperationAction(ISD::LOAD, MVT::v2i32, Custom);
85 setOperationAction(ISD::LOAD, MVT::v4i32, Custom);
86 setOperationAction(ISD::LOAD, MVT::v8i32, Custom);
87 setOperationAction(ISD::LOAD, MVT::v16i32, Custom);
89 setOperationAction(ISD::STORE, MVT::v8i32, Custom);
90 setOperationAction(ISD::STORE, MVT::v16i32, Custom);
93 setOperationAction(ISD::LOAD, MVT::i32, Custom);
94 setOperationAction(ISD::LOAD, MVT::v2i32, Custom);
95 setOperationAction(ISD::LOAD, MVT::v4i32, Custom);
[all...]

Completed in 5446 milliseconds

12345