Searched defs:htmlFor (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DJSHTMLOutputElementCustom.cpp38 JSValue JSHTMLOutputElement::htmlFor(ExecState* exec) const function in class:WebCore::JSHTMLOutputElement
41 JSValue result = toJS(exec, globalObject(), WTF::getPtr(output->htmlFor()));
/external/webkit/Source/WebCore/html/
H A DHTMLOutputElement.cpp67 DOMSettableTokenList* HTMLOutputElement::htmlFor() const function in class:WebCore::HTMLOutputElement
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h648 @property(copy) NSString *htmlFor; variable
772 @property(copy) NSString *htmlFor; variable

Completed in 134 milliseconds