Home
last modified time | relevance | path

Searched defs:isAttribute (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
DV8EventListenerList.h46 static PassRefPtr<V8EventListener> findWrapper(v8::Local<v8::Value> value, bool isAttribute) in findWrapper()
59 static void clearWrapper(v8::Handle<v8::Object> listenerObject, bool isAttribute) in clearWrapper()
76 static inline v8::Handle<v8::String> getHiddenProperty(bool isAttribute) in getHiddenProperty()
83 …entListener> V8EventListenerList::findOrCreateWrapper(v8::Local<v8::Value> value, bool isAttribute) in findOrCreateWrapper()
DV8EventListener.h47 …static PassRefPtr<V8EventListener> create(v8::Local<v8::Object> listener, bool isAttribute, const … in create()
DV8EventListener.cpp38 V8EventListener::V8EventListener(v8::Local<v8::Object> listener, bool isAttribute, const WorldConte… in V8EventListener()
DV8AbstractEventListener.cpp55 V8AbstractEventListener::V8AbstractEventListener(bool isAttribute, const WorldContextHandle& worldC… in V8AbstractEventListener()
DV8DOMWrapper.cpp458 …istener> V8DOMWrapper::getEventListener(v8::Local<v8::Value> value, bool isAttribute, ListenerLook… in getEventListener()
/external/webkit/Source/WebCore/bindings/js/
DJSEventListener.h33 …ntListener> create(JSC::JSObject* listener, JSC::JSObject* wrapper, bool isAttribute, DOMWrapperWo… in create()
50 bool isAttribute() const { return m_isAttribute; } in isAttribute() function
DJSErrorHandler.h40 …rorHandler> create(JSC::JSObject* listener, JSC::JSObject* wrapper, bool isAttribute, DOMWrapperWo… in create()
DJSErrorHandler.cpp44 JSErrorHandler::JSErrorHandler(JSObject* function, JSObject* wrapper, bool isAttribute, DOMWrapperW… in JSErrorHandler()
DJSEventListener.cpp36 JSEventListener::JSEventListener(JSObject* function, JSObject* wrapper, bool isAttribute, DOMWrappe… in JSEventListener()
/external/webkit/Source/WebCore/dom/
DEventListener.h59 bool isAttribute() const { return virtualisAttribute(); } in isAttribute() function
/external/apache-xml/src/main/java/org/apache/xml/utils/
DNamespaceSupport2.java245 boolean isAttribute) in processName()
572 String [] processName (String qName, boolean isAttribute) in processName()
/external/webkit/Source/WebCore/inspector/front-end/
DStylesSidebarPane.js256 … var inlineStyle = { selectorText: "element.style", style: styles.inlineStyle, isAttribute: true }; property
283 …nspector.UIString("Style Attribute"), style: parentStyles.inlineStyle, isAttribute: true, isInheri… property