/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | V8EventListenerList.h | 63 …static PassRefPtr<V8EventListener> findOrCreateWrapper(v8::Local<v8::Value>, bool isAttribute, v8:… 65 …static void clearWrapper(v8::Handle<v8::Object> listenerObject, bool isAttribute, v8::Isolate* iso… in clearWrapper() argument 67 v8::Handle<v8::String> wrapperProperty = getHiddenProperty(isAttribute, isolate); in clearWrapper() 71 …static PassRefPtr<EventListener> getEventListener(v8::Local<v8::Value>, bool isAttribute, Listener… 84 static inline v8::Handle<v8::String> getHiddenProperty(bool isAttribute, v8::Isolate* isolate) in getHiddenProperty() argument 86 …return isAttribute ? V8HiddenPropertyName::attributeListener(isolate) : V8HiddenPropertyName::list… in getHiddenProperty() 91 …ventListenerList::findOrCreateWrapper(v8::Local<v8::Value> value, bool isAttribute, v8::Isolate* i… in findOrCreateWrapper() argument 96 || (isAttribute && !value->IsFunction())) in findOrCreateWrapper() 100 v8::Handle<v8::String> wrapperProperty = getHiddenProperty(isAttribute, isolate); in findOrCreateWrapper() 106 RefPtr<V8EventListener> wrapperPtr = WrapperType::create(object, isAttribute, isolate); in findOrCreateWrapper()
|
D | V8EventListenerList.cpp | 40 …V8EventListenerList::getEventListener(v8::Local<v8::Value> value, bool isAttribute, ListenerLookup… in getEventListener() argument 49 ASSERT(!isAttribute); in getEventListener() 53 … return V8EventListenerList::findOrCreateWrapper<V8EventListener>(value, isAttribute, isolate); in getEventListener() 54 …ntListenerList::findOrCreateWrapper<V8WorkerGlobalScopeEventListener>(value, isAttribute, isolate); in getEventListener()
|
D | V8EventListener.h | 48 …static PassRefPtr<V8EventListener> create(v8::Local<v8::Object> listener, bool isAttribute, v8::Is… in create() argument 50 return adoptRef(new V8EventListener(listener, isAttribute, isolate)); in create() 54 V8EventListener(v8::Local<v8::Object> listener, bool isAttribute, v8::Isolate*);
|
D | V8EventListener.cpp | 41 V8EventListener::V8EventListener(v8::Local<v8::Object> listener, bool isAttribute, v8::Isolate* iso… in V8EventListener() argument 42 : V8AbstractEventListener(isAttribute, DOMWrapperWorld::current(), isolate) in V8EventListener() 59 …ASSERT_WITH_MESSAGE(!isAttribute(), "EventHandler attributes should only accept JS Functions as in… in getListenerFunction()
|
D | V8AbstractEventListener.cpp | 47 V8AbstractEventListener::V8AbstractEventListener(bool isAttribute, PassRefPtr<DOMWrapperWorld> worl… in V8AbstractEventListener() argument 49 , m_isAttribute(isAttribute) in V8AbstractEventListener()
|
D | V8AbstractEventListener.h | 116 V8AbstractEventListener(bool isAttribute, PassRefPtr<DOMWrapperWorld>, v8::Isolate*);
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | NamespaceSupport2.java | 245 boolean isAttribute) in processName() argument 247 String[] name=currentContext.processName(qName, isAttribute); in processName() 572 String [] processName (String qName, boolean isAttribute) in processName() argument 578 if (isAttribute) { in processName() 604 if (isAttribute || defaultNS == null) { in processName()
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | EventListener.h | 48 bool isAttribute() const { return virtualisAttribute(); } in isAttribute() function
|
D | EventTarget.cpp | 133 if (listener->isAttribute()) { in getAttributeEventListener()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | EventListenersSidebarPane.js | 205 if (typeof this.eventListener.isAttribute !== "undefined") 206 …bInspector.RemoteObjectProperty.fromPrimitiveValue("isAttribute", this.eventListener.isAttribute));
|
D | StylesSidebarPane.js | 518 …isAttribute: section.styleRule.isAttribute, isInherited: section.styleRule.isInherited, parentNode… property 547 … var inlineStyle = { selectorText: "element.style", style: styles.inlineStyle, isAttribute: true }; property 581 …nspector.UIString("Style Attribute"), style: parentStyles.inlineStyle, isAttribute: true, isInheri… property
|
/external/icu4c/common/ |
D | uloc_tag.c | 1261 UBool isAttribute = FALSE; in _appendKeywordsToLanguageTag() local 1288 isAttribute = FALSE; in _appendKeywordsToLanguageTag() 1309 isAttribute = TRUE; in _appendKeywordsToLanguageTag() 1418 if (!isAttribute) { in _appendKeywordsToLanguageTag()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorDOMAgent.cpp | 1603 .setIsAttribute(eventListener->isAttribute()) in buildObjectForEventListener()
|