Searched refs:constUnwrap (Results 1 – 8 of 8) sorted by relevance
61 return constUnwrap<HTMLInputElement>()->autoComplete(); in autoComplete()66 return constUnwrap<HTMLInputElement>()->isEnabledFormControl(); in isEnabledFormControl()71 return static_cast<InputType>(constUnwrap<HTMLInputElement>()->inputType()); in inputType()76 return constUnwrap<HTMLInputElement>()->formControlType(); in formControlType()81 return constUnwrap<HTMLInputElement>()->isActivatedSubmit(); in isActivatedSubmit()96 return constUnwrap<HTMLInputElement>()->value(); in value()116 return constUnwrap<HTMLInputElement>()->name(); in name()121 String name = constUnwrap<HTMLInputElement>()->name(); in nameForAutofill()125 name = constUnwrap<HTMLInputElement>()->getAttribute(HTMLNames::idAttr); in nameForAutofill()
73 return WebFrameImpl::fromFrame(constUnwrap<Document>()->frame()); in frame()78 return constUnwrap<Document>()->isHTMLDocument(); in isHTMLDocument()83 return constUnwrap<Document>()->baseURL(); in baseURL()88 return WebElement(constUnwrap<Document>()->documentElement()); in documentElement()93 return WebElement(constUnwrap<Document>()->body()); in body()108 return constUnwrap<Document>()->completeURL(partialURL); in completeURL()113 return WebElement(constUnwrap<Document>()->getElementById(id)); in getElementById()122 const Document* document = constUnwrap<Document>(); in applicationID()
42 return WebNode(constUnwrap<MutationEvent>()->relatedNode()); in relatedNode()47 return WebString(constUnwrap<MutationEvent>()->prevValue()); in prevValue()52 return WebString(constUnwrap<MutationEvent>()->newValue()); in newValue()57 return WebString(constUnwrap<MutationEvent>()->attrName()); in attrName()62 return static_cast<AttrChangeType>(constUnwrap<MutationEvent>()->attrChange()); in attrChange()
59 return constUnwrap<Element>()->tagName(); in tagName()64 return equalIgnoringCase(constUnwrap<Element>()->tagName(), in hasTagName()70 return constUnwrap<Element>()->hasAttribute(attrName); in hasAttribute()75 return constUnwrap<Element>()->getAttribute(attrName); in getAttribute()87 return constUnwrap<Element>()->innerText(); in innerText()
67 return constUnwrap<HTMLFormElement>()->autoComplete(); in autoComplete()72 return constUnwrap<HTMLFormElement>()->action(); in action()77 return constUnwrap<HTMLFormElement>()->name(); in name()82 return constUnwrap<HTMLFormElement>()->method(); in method()100 const HTMLFormElement* form = constUnwrap<HTMLFormElement>(); in getInputElements()
108 template<typename T> const T* constUnwrap() const in constUnwrap() function
132 template<typename T> const T* constUnwrap() const in constUnwrap() function
6639 (WebKit::WebNode::constUnwrap):