/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLBRElement.cpp | 35 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()
|
D | HTMLBRElement.h | 31 class HTMLBRElement FINAL : public HTMLElement { 34 DECLARE_NODE_FACTORY(HTMLBRElement); 39 explicit HTMLBRElement(Document&);
|
D | HTMLBRElement.idl | 20 interface HTMLBRElement : HTMLElement {
|
D | HTMLViewSourceDocument.cpp | 227 RefPtrWillBeRawPtr<HTMLBRElement> br = HTMLBRElement::create(*this); in finishLine()
|
D | HTMLTagNames.in | 24 br interfaceName=HTMLBRElement
|
D | HTMLTextFormControlElementTest.cpp | 196 innerText->appendChild(HTMLBRElement::create(document())); in TEST_F()
|
D | HTMLTextFormControlElement.cpp | 595 innerEditorElement()->appendChild(HTMLBRElement::create(document())); in setInnerEditorValue()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | CompositeEditCommand.h | 38 class HTMLBRElement; variable 146 PassRefPtrWillBeRawPtr<HTMLBRElement> appendBlockPlaceholder(PassRefPtrWillBeRawPtr<Element>); 147 PassRefPtrWillBeRawPtr<HTMLBRElement> insertBlockPlaceholder(const Position&); 148 PassRefPtrWillBeRawPtr<HTMLBRElement> addBlockPlaceholderIfNeeded(Element*);
|
D | htmlediting.h | 40 class HTMLBRElement; variable 217 PassRefPtrWillBeRawPtr<HTMLBRElement> createBreakElement(Document&); 237 PassRefPtrWillBeRawPtr<HTMLBRElement> createBlockPlaceholderElement(Document&);
|
D | InsertListCommand.cpp | 289 RefPtrWillBeRawPtr<HTMLBRElement> placeholder = createBreakElement(document()); in unlistifyParagraph() 353 RefPtrWillBeRawPtr<HTMLBRElement> placeholder = createBreakElement(document()); in listifyParagraph() 373 … RefPtrWillBeRawPtr<HTMLBRElement> placeholder = insertBlockPlaceholder(start.deepEquivalent()); in listifyParagraph()
|
D | ReplaceSelectionCommand.h | 83 bool shouldRemoveEndBR(HTMLBRElement*, const VisiblePosition&);
|
D | BreakBlockquoteCommand.cpp | 76 RefPtrWillBeRawPtr<HTMLBRElement> breakElement = createBreakElement(document()); in doApply()
|
D | CompositeEditCommand.cpp | 835 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()
|
D | IndentOutdentCommand.cpp | 200 RefPtrWillBeRawPtr<HTMLBRElement> placeholder = createBreakElement(document()); in outdentParagraph()
|
D | htmlediting.cpp | 821 PassRefPtrWillBeRawPtr<HTMLBRElement> createBreakElement(Document& document) in createBreakElement() 823 return HTMLBRElement::create(document); in createBreakElement() 897 PassRefPtrWillBeRawPtr<HTMLBRElement> createBlockPlaceholderElement(Document& document) in createBlockPlaceholderElement()
|
D | ApplyBlockElementCommand.cpp | 117 RefPtrWillBeRawPtr<HTMLBRElement> placeholder = createBreakElement(document()); in formatSelection()
|
D | InsertParagraphSeparatorCommand.cpp | 317 RefPtrWillBeRawPtr<HTMLBRElement> br = createBreakElement(document()); in doApply()
|
D | ReplaceSelectionCommand.cpp | 850 RefPtrWillBeRawPtr<HTMLBRElement> placeholder = createBreakElement(document()); in mergeEndIfNeeded() 1026 …HTMLBRElement* endBR = isHTMLBRElement(*insertionPos.downstream().deprecatedNode()) ? toHTMLBRElem… in doApply() 1267 bool ReplaceSelectionCommand::shouldRemoveEndBR(HTMLBRElement* endBR, const VisiblePosition& origin… in shouldRemoveEndBR()
|
D | DeleteSelectionCommand.cpp | 843 …RefPtrWillBeRawPtr<HTMLBRElement> placeholder = m_needPlaceholder ? createBreakElement(document())… in doApply()
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/ |
D | layout_line_walker_test.unitjs | 149 assertEquals(HTMLBRElement, sel.end.node.nextSibling.constructor);
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/ |
D | core_global_constructors_idls_idl_files_list.tmp | 140 ../../core/html/HTMLBRElement.idl
|
D | core_idl_files_list.tmp | 146 ../../core/html/HTMLBRElement.idl
|
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/ |
D | core_idl_files_list.tmp | 146 ../../../core/html/HTMLBRElement.idl
|
/external/chromium_org/third_party/WebKit/Source/bindings/modules/ |
D | modules_core_global_constructors_idls_idl_files_list.tmp | 140 ../../core/html/HTMLBRElement.idl
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | core_idl_files_list.tmp | 146 ../../../core/html/HTMLBRElement.idl
|