Searched refs:Custom (Results 1 - 25 of 106) sorted by path

12345

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb476 == Custom Token Classes and Relationship with Tokens
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
H A Dconstants.js61 Custom: 'CUSTOM',
H A Dwallpaper_images_grid.js75 case Constants.WallpaperSourceEnum.Custom:
H A Dwallpaper_manager.js349 if (!item || item.source != Constants.WallpaperSourceEnum.Custom)
380 item && item.source == Constants.WallpaperSourceEnum.Custom) {
399 // Custom is the last one in the categories list.
508 case Constants.WallpaperSourceEnum.Custom:
599 // Custom wallpapers should already sorted when put to the data model. The
603 if (!item || item.source != Constants.WallpaperSourceEnum.Custom)
655 if (this.selectedItem_.source == Constants.WallpaperSourceEnum.Custom) {
815 source: Constants.WallpaperSourceEnum.Custom,
918 // Custom wallpapers are not synced yet. If login on a different
921 Constants.WallpaperSourceEnum.Custom);
[all...]
/external/chromium_org/ppapi/tests/
H A Dtest_mouse_cursor.cc25 RUN_TEST(Custom, filter);
/external/chromium_org/third_party/WebKit/Source/bindings/
H A DIDLExtendedAttributes.txt46 Custom=|Getter|Setter|LegacyCallAsFunction|ToV8|VisitDOMWrapper|Wrap|PropertyGetter|PropertyEnumerator|PropertyQuery
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dinterface.h94 {# Custom special operations #}
125 {# Custom internal fields #}
/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 DTestInterface.idl37 Custom=(LegacyCallAsFunction,ToV8),
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]
H A 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);
H A DTestObject.idl122 // Custom type conversions
175 [Custom] attribute object customObjectAttribute;
176 [Custom=Getter] attribute long customGetterLongAttribute;
177 [Custom=Getter] readonly attribute object customGetterReadonlyObjectAttribute;
178 [Custom=Setter] attribute long customSetterLongAttribute;
179 [Conditional=CONDITION, Custom] attribute long customLongAttribute;
185 [Custom, ImplementedAs=implementedAsNameWithCustom] attribute long customImplementedAsLongAttribute;
186 [Custom=Getter, ImplementedAs=implementedAsNameWithCustomGetter] attribute long customGetterImplementedAsLongAttribute;
187 [Custom=Setter, ImplementedAs=implementedAsNameWithCustomGetter] attribute long customSetterImplementedAsLongAttribute;
310 // Custom typ
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/modules/
H A DTestInterface5.idl37 Custom=(LegacyCallAsFunction,ToV8),
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DCompositorAnimations.cpp318 if (cubic->subType() == CubicBezierTimingFunction::Custom) {
337 // Custom Bezier are handled seperately.
338 case CubicBezierTimingFunction::Custom:
H A DElementAnimation.idl38 [Custom, RaisesException] AnimationPlayer animate(object effect, optional object timing);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp1017 if (bezierTimingFunction->subType() != CubicBezierTimingFunction::Custom) {
H A DCSSRule.idl23 Custom=Wrap,
H A DCSSStyleDeclaration.idl37 [Custom=(PropertyGetter,PropertyEnumerator,PropertyQuery)] getter (DOMString or float) (DOMString name);
38 [Custom] setter void (DOMString propertyName, DOMString? propertyValue);
H A DCSSValue.idl22 Custom=Wrap,
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.idl78 [Custom=Setter] attribute double scrollLeft;
79 [Custom=Setter] attribute double scrollTop;
H A DMessagePort.idl32 [Custom, RaisesException] void postMessage(any message, optional sequence<Transferable> transfer);
H A DMutationObserver.idl33 Custom=VisitDOMWrapper,
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DCustomEvent.idl29 [Custom=Getter, InitializedByEventConstructor] readonly attribute any detail;
31 [Custom] void initCustomEvent([Default=Undefined] optional DOMString typeArg,
H A DErrorEvent.idl38 [Custom=Getter, InitializedByEventConstructor] readonly attribute any error;

Completed in 4670 milliseconds

12345