HomeSort by relevance Sort by last modified time
    Searched defs:htmlElement (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTElement.cpp 86 PassRefPtrWillBeRawPtr<HTMLElement> VTTElement::createEquivalentHTMLElement(Document& document)
88 RefPtrWillBeRawPtr<HTMLElement> htmlElement = nullptr;
93 htmlElement = HTMLElementFactory::createHTMLElement(HTMLNames::spanTag.localName(), document);
94 htmlElement.get()->setAttribute(HTMLNames::titleAttr, getAttribute(voiceAttributeName()));
95 htmlElement.get()->setAttribute(HTMLNames::langAttr, getAttribute(langAttributeName()));
98 htmlElement = HTMLElementFactory::createHTMLElement(HTMLNames::iTag.localName(), document);
101 htmlElement = HTMLElementFactory::createHTMLElement(HTMLNames::bTag.localName(), document);
104 htmlElement = HTMLElementFactory::createHTMLElement(HTMLNames::uTag.localName(), document);
107 htmlElement = HTMLElementFactory::createHTMLElement(HTMLNames::rubyTag.localName(), document)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLElementStack.cpp 34 #include "core/html/HTMLElement.h"
545 Element* HTMLElementStack::htmlElement() const
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ReplaceSelectionCommand.cpp 54 #include "core/html/HTMLElement.h"
91 PassRefPtrWillBeRawPtr<HTMLElement> insertFragmentForTestRendering(Element* rootEditableElement);
178 RefPtrWillBeRawPtr<HTMLElement> holder = insertFragmentForTestRendering(editableRoot.get());
259 PassRefPtrWillBeRawPtr<HTMLElement> ReplacementFragment::insertFragmentForTestRendering(Element* rootEditableElement)
262 RefPtrWillBeRawPtr<HTMLElement> holder = createDefaultParagraphElement(*m_document.get());
331 HTMLElement& element = toHTMLElement(*node);
439 const HTMLElement& element = toHTMLElement(*node);
451 const HTMLElement& element = toHTMLElement(*a);
504 HTMLElement* htmlElement = toHTMLElement(element)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java     [all...]

Completed in 98 milliseconds