HomeSort by relevance Sort by last modified time
    Searched refs:HTMLLabelElement (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
WebLabelElement.cpp 34 #include "HTMLLabelElement.h"
45 return WebElement(unwrap<HTMLLabelElement>()->control());
48 WebLabelElement::WebLabelElement(const PassRefPtr<HTMLLabelElement>& elem)
53 WebLabelElement& WebLabelElement::operator=(const PassRefPtr<HTMLLabelElement>& elem)
59 WebLabelElement::operator PassRefPtr<HTMLLabelElement>() const
61 return static_cast<HTMLLabelElement*>(m_private.get());
  /external/webkit/Source/WebCore/html/
HTMLLabelElement.h 32 class HTMLLabelElement : public HTMLElement {
34 static PassRefPtr<HTMLLabelElement> create(const QualifiedName&, Document*);
39 HTMLLabelElement(const QualifiedName&, Document*);
HTMLLabelElement.cpp 26 #include "HTMLLabelElement.h"
51 inline HTMLLabelElement::HTMLLabelElement(const QualifiedName& tagName, Document* document)
57 PassRefPtr<HTMLLabelElement> HTMLLabelElement::create(const QualifiedName& tagName, Document* document)
59 return adoptRef(new HTMLLabelElement(tagName, document));
62 bool HTMLLabelElement::isFocusable() const
67 HTMLFormControlElement* HTMLLabelElement::control()
87 void HTMLLabelElement::setActive(bool down, bool pause)
100 void HTMLLabelElement::setHovered(bool over
    [all...]
HTMLLabelElement.idl 23 interface HTMLLabelElement : HTMLElement {
LabelsNodeList.cpp 28 #include "HTMLLabelElement.h"
47 return testNode->hasTagName(labelTag) && static_cast<HTMLLabelElement*>(testNode)->control() == m_forNode;
  /external/webkit/Source/WebKit/chromium/public/
WebLabelElement.h 37 namespace WebCore { class HTMLLabelElement; }
60 WebLabelElement(const WTF::PassRefPtr<WebCore::HTMLLabelElement>&);
61 WebLabelElement& operator=(const WTF::PassRefPtr<WebCore::HTMLLabelElement>&);
62 operator WTF::PassRefPtr<WebCore::HTMLLabelElement>() const;
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.h 46 class HTMLLabelElement;
172 HTMLLabelElement* labelElementContainer() const;
AccessibilityRenderObject.cpp 44 #include "HTMLLabelElement.h"
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
FormManagerAndroid.cpp 38 #include "HTMLLabelElement.h"
63 using WebCore::HTMLLabelElement;
438 HTMLLabelElement* label = static_cast<HTMLLabelElement*>(e);
521 HTMLLabelElement* label = static_cast<WebCore::HTMLLabelElement*>(labels->item(i));
    [all...]
  /external/webkit/Source/WebCore/bindings/gobject/
WebKitHTMLElementWrapperFactory.cpp 67 #include "HTMLLabelElement.h"
341 return wrapHTMLLabelElement(static_cast<HTMLLabelElement*>(element.get()));
  /external/webkit/Source/WebCore/page/
DOMWindow.idl 446 attribute HTMLLabelElementConstructor HTMLLabelElement;
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp 72 #include "HTMLLabelElement.h"
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 835 milliseconds