Searched refs:computeInheritedLanguage (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebElement.cpp98 WebString WebElement::computeInheritedLanguage() const function in class:WebKit::WebElement
100 return WebString(constUnwrap<Element>()->computeInheritedLanguage());
/external/webkit/Source/WebKit/chromium/public/
H A DWebElement.h67 WEBKIT_API WebString computeInheritedLanguage() const;
/external/webkit/Source/WebCore/dom/
H A DElement.h240 AtomicString computeInheritedLanguage() const;
H A DElement.cpp1690 AtomicString Element::computeInheritedLanguage() const function in class:WebCore::Element
/external/webkit/Source/WebCore/html/shadow/
H A DTextControlInnerElements.cpp428 AtomicString language = input->computeInheritedLanguage();
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp2898 AtomicString value = e->computeInheritedLanguage();

Completed in 134 milliseconds