HomeSort by relevance Sort by last modified time
    Searched full:customgetter (Results 1 - 17 of 17) sorted by null

  /external/webkit/Source/WebCore/inspector/
JavaScriptCallFrame.idl 47 readonly attribute [CustomGetter] Array scopeChain;
49 readonly attribute [CustomGetter] Object thisObject;
51 readonly attribute [CustomGetter] DOMString type;
ScriptProfileNode.idl 36 readonly attribute [CustomGetter] Array children;
38 readonly attribute [CustomGetter] unsigned long callUID;
  /external/webkit/Source/WebCore/xml/
XMLHttpRequest.idl 90 readonly attribute [CustomGetter] DOMString responseText // The custom getter implements ConvertNullStringTo=Null
101 readonly attribute [CustomGetter] Object response
  /external/webkit/Source/WebCore/dom/
Clipboard.idl 34 readonly attribute [CustomGetter] Array types;
MessageEvent.idl 38 readonly attribute [CustomGetter] Array ports;
  /external/webkit/Source/WebCore/page/
Console.idl 46 readonly attribute [CustomGetter] Array profiles;
DOMWindow.idl 60 attribute [Replaceable, CustomGetter, V8CustomSetter] Event event;
485 attribute [CustomGetter] HTMLImageElementConstructor Image; // Usable with new operator
486 attribute [CustomGetter] HTMLOptionElementConstructor Option; // Usable with new operator
601 attribute [CustomGetter, Conditional=VIDEO, EnabledAtRuntime] HTMLAudioElementConstructor Audio; // Usable with the new operator
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
PropertySlot.h 217 GetValueFunc customGetter() const
  /external/webkit/Source/JavaScriptCore/jit/
JITPropertyAccess.cpp     [all...]
JITPropertyAccess32_64.cpp     [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorCPP.pm 201 or $typeInfo->signature->extendedAttributes->{"CustomGetter"}
218 or $typeInfo->signature->extendedAttributes->{"CustomGetter"};
    [all...]
CodeGeneratorV8.pm 334 if ($attrExt->{"V8CustomGetter"} || $attrExt->{"CustomGetter"}
    [all...]
CodeGeneratorJS.pm     [all...]
CodeGeneratorGObject.pm 157 if ($attribute->signature->extendedAttributes->{"CustomGetter"} ||
    [all...]
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2010-01-29     [all...]
  /external/webkit/Source/JavaScriptCore/
ChangeLog-2010-05-24     [all...]

Completed in 471 milliseconds