Searched refs:webElement (Results 1 – 4 of 4) sorted by relevance
174 WebInputElement* toWebInputElement(WebElement* webElement) in toWebInputElement() argument176 InputElement* inputElement = webElement->unwrap<Element>()->toInputElement(); in toWebInputElement()180 ASSERT(webElement->unwrap<Element>()->isHTMLElement()); in toWebInputElement()182 return static_cast<WebInputElement*>(webElement); in toWebInputElement()
223 static bool getElementImpl(NPObject* object, WebElement* webElement) in getElementImpl() argument234 *webElement = WebElement(native); in getElementImpl()282 bool WebBindings::getElement(NPObject* element, WebElement* webElement) in getElement() argument285 return getElementImpl(element, webElement); in getElement()
1828 WebString WebFrameImpl::markerTextForListItem(const WebElement& webElement) const in markerTextForListItem()1830 return WebCore::markerTextForListItem(const_cast<Element*>(webElement.constUnwrap<Element>())); in markerTextForListItem()
551 WebCore::Element* webElement = element.m_element; in computedStyleIncludingVisitedInfo() local552 if (!webElement) in computedStyleIncludingVisitedInfo()555 RefPtr<WebCore::CSSComputedStyleDeclaration> style = computedStyle(webElement, true); in computedStyleIncludingVisitedInfo()947 WebCore::Element* webElement = document.m_element; in nodesFromRect() local948 if (!webElement) in nodesFromRect()951 Document* doc = webElement->document(); in nodesFromRect()1069 WebCore::Element* webElement = element.m_element; in shadowRoot() local1070 if (!webElement) in shadowRoot()1073 ContainerNode* webShadowRoot = webElement->shadowRoot(); in shadowRoot()