Searched refs:webElement (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebInputElement.cpp163 WebInputElement* toWebInputElement(WebElement* webElement) argument
165 if (!isHTMLInputElement(*webElement->unwrap<Element>()))
168 return static_cast<WebInputElement*>(webElement);
H A DWebBindings.cpp255 static bool getElementImpl(NPObject* object, WebElement* webElement, v8::Isolate* isolate) argument
272 *webElement = WebElement(native);
360 bool WebBindings::getElement(NPObject* element, WebElement* webElement) argument
362 return getElementImpl(element, webElement, v8::Isolate::GetCurrent());
H A DWebLocalFrameImpl.cpp1076 void WebLocalFrameImpl::requestTextChecking(const WebElement& webElement) argument
1078 if (webElement.isNull())
1080 frame()->spellChecker().requestTextChecking(*webElement.constUnwrap<Element>());
1460 WebString WebLocalFrameImpl::markerTextForListItem(const WebElement& webElement) const
1462 return blink::markerTextForListItem(const_cast<Element*>(webElement.constUnwrap<Element>()));

Completed in 174 milliseconds