Home
last modified time | relevance | path

Searched refs:HTMLBRElement (Results 1 – 25 of 110) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLBRElement.cpp35 inline HTMLBRElement::HTMLBRElement(Document& document) in HTMLBRElement() function in blink::HTMLBRElement
40 DEFINE_NODE_FACTORY(HTMLBRElement) in DEFINE_NODE_FACTORY() argument
42 bool HTMLBRElement::isPresentationAttribute(const QualifiedName& name) const in DEFINE_NODE_FACTORY()
49 void HTMLBRElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicStr… in collectStyleForPresentationAttribute()
64 RenderObject* HTMLBRElement::createRenderer(RenderStyle* style) in createRenderer()
DHTMLBRElement.h31 class HTMLBRElement FINAL : public HTMLElement {
34 DECLARE_NODE_FACTORY(HTMLBRElement);
39 explicit HTMLBRElement(Document&);
DHTMLBRElement.idl20 interface HTMLBRElement : HTMLElement {
DHTMLViewSourceDocument.cpp227 RefPtrWillBeRawPtr<HTMLBRElement> br = HTMLBRElement::create(*this); in finishLine()
DHTMLTagNames.in24 br interfaceName=HTMLBRElement
DHTMLTextFormControlElementTest.cpp196 innerText->appendChild(HTMLBRElement::create(document())); in TEST_F()
DHTMLTextFormControlElement.cpp595 innerEditorElement()->appendChild(HTMLBRElement::create(document())); in setInnerEditorValue()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DCompositeEditCommand.h38 class HTMLBRElement; variable
146 PassRefPtrWillBeRawPtr<HTMLBRElement> appendBlockPlaceholder(PassRefPtrWillBeRawPtr<Element>);
147 PassRefPtrWillBeRawPtr<HTMLBRElement> insertBlockPlaceholder(const Position&);
148 PassRefPtrWillBeRawPtr<HTMLBRElement> addBlockPlaceholderIfNeeded(Element*);
Dhtmlediting.h40 class HTMLBRElement; variable
217 PassRefPtrWillBeRawPtr<HTMLBRElement> createBreakElement(Document&);
237 PassRefPtrWillBeRawPtr<HTMLBRElement> createBlockPlaceholderElement(Document&);
DInsertListCommand.cpp289 RefPtrWillBeRawPtr<HTMLBRElement> placeholder = createBreakElement(document()); in unlistifyParagraph()
353 RefPtrWillBeRawPtr<HTMLBRElement> placeholder = createBreakElement(document()); in listifyParagraph()
373 … RefPtrWillBeRawPtr<HTMLBRElement> placeholder = insertBlockPlaceholder(start.deepEquivalent()); in listifyParagraph()
DReplaceSelectionCommand.h83 bool shouldRemoveEndBR(HTMLBRElement*, const VisiblePosition&);
DBreakBlockquoteCommand.cpp76 RefPtrWillBeRawPtr<HTMLBRElement> breakElement = createBreakElement(document()); in doApply()
DCompositeEditCommand.cpp835 PassRefPtrWillBeRawPtr<HTMLBRElement> CompositeEditCommand::appendBlockPlaceholder(PassRefPtrWillBe… in appendBlockPlaceholder()
845 RefPtrWillBeRawPtr<HTMLBRElement> placeholder = createBlockPlaceholderElement(document()); in appendBlockPlaceholder()
850 PassRefPtrWillBeRawPtr<HTMLBRElement> CompositeEditCommand::insertBlockPlaceholder(const Position& … in insertBlockPlaceholder()
858 RefPtrWillBeRawPtr<HTMLBRElement> placeholder = createBlockPlaceholderElement(document()); in insertBlockPlaceholder()
863 PassRefPtrWillBeRawPtr<HTMLBRElement> CompositeEditCommand::addBlockPlaceholderIfNeeded(Element* co… in addBlockPlaceholderIfNeeded()
1372 RefPtrWillBeRawPtr<HTMLBRElement> br = createBreakElement(document()); in breakOutOfEmptyMailBlockquotedParagraph()
DIndentOutdentCommand.cpp200 RefPtrWillBeRawPtr<HTMLBRElement> placeholder = createBreakElement(document()); in outdentParagraph()
Dhtmlediting.cpp821 PassRefPtrWillBeRawPtr<HTMLBRElement> createBreakElement(Document& document) in createBreakElement()
823 return HTMLBRElement::create(document); in createBreakElement()
897 PassRefPtrWillBeRawPtr<HTMLBRElement> createBlockPlaceholderElement(Document& document) in createBlockPlaceholderElement()
DApplyBlockElementCommand.cpp117 RefPtrWillBeRawPtr<HTMLBRElement> placeholder = createBreakElement(document()); in formatSelection()
DInsertParagraphSeparatorCommand.cpp317 RefPtrWillBeRawPtr<HTMLBRElement> br = createBreakElement(document()); in doApply()
DReplaceSelectionCommand.cpp850 RefPtrWillBeRawPtr<HTMLBRElement> placeholder = createBreakElement(document()); in mergeEndIfNeeded()
1026HTMLBRElement* endBR = isHTMLBRElement(*insertionPos.downstream().deprecatedNode()) ? toHTMLBRElem… in doApply()
1267 bool ReplaceSelectionCommand::shouldRemoveEndBR(HTMLBRElement* endBR, const VisiblePosition& origin… in shouldRemoveEndBR()
DDeleteSelectionCommand.cpp843 …RefPtrWillBeRawPtr<HTMLBRElement> placeholder = m_needPlaceholder ? createBreakElement(document())… in doApply()
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
Dlayout_line_walker_test.unitjs149 assertEquals(HTMLBRElement, sel.end.node.nextSibling.constructor);
/external/chromium_org/third_party/WebKit/Source/bindings/core/
Dcore_global_constructors_idls_idl_files_list.tmp140 ../../core/html/HTMLBRElement.idl
Dcore_idl_files_list.tmp146 ../../core/html/HTMLBRElement.idl
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
Dcore_idl_files_list.tmp146 ../../../core/html/HTMLBRElement.idl
/external/chromium_org/third_party/WebKit/Source/bindings/modules/
Dmodules_core_global_constructors_idls_idl_files_list.tmp140 ../../core/html/HTMLBRElement.idl
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
Dcore_idl_files_list.tmp146 ../../../core/html/HTMLBRElement.idl

12345