Searched refs:Text (Results 251 - 275 of 491) sorted by path

<<11121314151617181920

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DInsertParagraphSeparatorCommand.cpp32 #include "core/dom/Text.h"
352 Text* textNode = toText(leadingWhitespace.deprecatedNode());
360 RefPtrWillBeRawPtr<Text> textNode = toText(insertionPosition.containerNode());
H A DInsertTextCommand.cpp31 #include "core/dom/Text.h"
52 RefPtrWillBeRawPtr<Text> textNode = document().createEditingTextNode("");
60 RefPtrWillBeRawPtr<Text> textNode = document().createEditingTextNode("");
104 RefPtrWillBeRawPtr<Text> textNode = start.containerText();
198 RefPtrWillBeRawPtr<Text> textNode = startPosition.containerText();
241 RefPtrWillBeRawPtr<Text> textNode = toText(node);
253 RefPtrWillBeRawPtr<Text> textNode = toText(node);
H A DMarkupAccumulator.cpp288 EntityMask MarkupAccumulator::entityMaskForText(const Text& text) const
302 void MarkupAccumulator::appendText(StringBuilder& result, Text& text)
H A DMarkupAccumulator.h91 EntityMask entityMaskForText(const Text&) const;
92 virtual void appendText(StringBuilder&, Text&);
H A DReplaceSelectionCommand.cpp39 #include "core/dom/Text.h"
685 static inline bool nodeHasVisibleRenderText(Text& text)
1325 RefPtrWillBeRawPtr<Text> node = document().createEditingTextNode(collapseWhiteSpace ? nonBreakingSpaceString() : " ");
1349 RefPtrWillBeRawPtr<Text> node = document().createEditingTextNode(collapseWhiteSpace ? nonBreakingSpaceString() : " ");
1393 RefPtrWillBeRawPtr<Text> text = nullptr;
1410 RefPtrWillBeRawPtr<Text> previous = toText(text->previousSibling());
1430 RefPtrWillBeRawPtr<Text> next = toText(text->nextSibling());
1522 Text* textNode = toText(fragment.firstChild());
H A DSplitTextNodeCommand.cpp33 #include "core/dom/Text.h"
38 SplitTextNodeCommand::SplitTextNodeCommand(PassRefPtrWillBeRawPtr<Text> text, int offset)
63 m_text1 = Text::create(document(), prefixText);
H A DSplitTextNodeCommand.h33 class Text;
37 static PassRefPtrWillBeRawPtr<SplitTextNodeCommand> create(PassRefPtrWillBeRawPtr<Text> node, int offset)
45 SplitTextNodeCommand(PassRefPtrWillBeRawPtr<Text>, int offset);
52 RefPtrWillBeMember<Text> m_text1;
53 RefPtrWillBeMember<Text> m_text2;
H A DSplitTextNodeContainingElementCommand.cpp30 #include "core/dom/Text.h"
36 SplitTextNodeContainingElementCommand::SplitTextNodeContainingElementCommand(PassRefPtrWillBeRawPtr<Text> text, int offset)
H A DSplitTextNodeContainingElementCommand.h35 static PassRefPtrWillBeRawPtr<SplitTextNodeContainingElementCommand> create(PassRefPtrWillBeRawPtr<Text> node, int offset)
43 SplitTextNodeContainingElementCommand(PassRefPtrWillBeRawPtr<Text>, int offset);
47 RefPtrWillBeMember<Text> m_text;
H A DTextIterator.cpp608 Text* textNode = toText(m_node);
H A DTextIterator.h193 RawPtrWillBeMember<Text> m_lastTextNode;
300 RawPtrWillBeMember<Text> m_lastTextNode;
H A DVisiblePosition.cpp34 #include "core/dom/Text.h"
642 Text* textNode = pos.containerText();
H A DVisibleSelectionTest.cpp10 #include "core/dom/Text.h"
41 Text* textNode() const { return m_textNode.get(); }
56 RefPtrWillBePersistent<Text> m_textNode;
H A Dhtmlediting.cpp37 #include "core/dom/Text.h"
869 PassRefPtrWillBeRawPtr<HTMLSpanElement> createTabSpanElement(Document& document, PassRefPtrWillBeRawPtr<Text> prpTabTextNode)
871 RefPtrWillBeRawPtr<Text> tabTextNode = prpTabTextNode;
894 return createTabSpanElement(document, PassRefPtrWillBeRawPtr<Text>(nullptr));
1067 Text* textNode = toText(position.anchorNode());
H A Dhtmlediting.h235 PassRefPtrWillBeRawPtr<HTMLSpanElement> createTabSpanElement(Document&, PassRefPtrWillBeRawPtr<Text> tabTextNode);
256 // Miscellaneous functions on Text
H A Dmarkup.cpp145 virtual void appendText(StringBuilder& out, Text&) OVERRIDE;
229 void StyledMarkupAccumulator::appendText(StringBuilder& out, Text& text)
263 Text& textNode = toText(node);
792 RefPtrWillBeRawPtr<Text> textNode = document.createTextNode(stringWithRebalancedWhitespace(s, first, i + 1 == numEntries));
945 fragment->parserAppendChild(Text::create(outputDoc, sourceString));
1062 RefPtrWillBeRawPtr<Text> textNode = Text::create(containerNode->document(), text);
1074 void mergeWithNextTextNode(Text* textNode, ExceptionState& exceptionState)
1081 RefPtrWillBeRawPtr<Text> textNext = toText(next);
H A Dmarkup.h70 void mergeWithNextTextNode(Text*, ExceptionState&);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDetailsElement.cpp29 #include "core/dom/Text.h"
87 defaultSummary->appendChild(Text::create(document(), locale().queryString(blink::WebLocalizedString::DetailsLabel)));
H A DHTMLElement.cpp41 #include "core/dom/Text.h"
337 fragment->appendChild(Text::create(document(), text.substring(start, i - start)), exceptionState);
439 newChild = Text::create(document(), text);
H A DHTMLKeygenElement.cpp31 #include "core/dom/Text.h"
73 option->appendChild(Text::create(document(), keys[i]));
H A DHTMLOptionElement.cpp36 #include "core/dom/Text.h"
74 element->appendChild(Text::create(document, data.isNull() ? "" : data), exceptionState);
141 appendChild(Text::create(document(), text), exceptionState);
366 // Text nodes inside script elements are not part of the option text.
H A DHTMLTextFormControlElement.cpp35 #include "core/dom/Text.h"
304 Text& text = toText(*node);
769 Vector<Text*> textList;
781 Text* text = toText(node);
882 Text* textNode = toText(position.anchorNode());
922 Text* textNode = toText(node);
957 Text* textNode = toText(node);
H A DHTMLTextFormControlElementTest.cpp9 #include "core/dom/Text.h"
192 SCOPED_TRACE("A Text node and a BR element");
195 innerText->appendChild(Text::create(document(), "Hello, text form."));
200 SCOPED_TRACE("Text nodes.");
203 innerText->appendChild(Text::create(document(), "Hel\nlo, te"));
204 innerText->appendChild(Text::create(document(), "xt form."));
H A DHTMLViewSourceDocument.cpp30 #include "core/dom/Text.h"
254 m_current->parserAppendChild(Text::create(*this, substring));
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DBaseButtonInputType.cpp36 #include "core/dom/Text.h"
48 element().userAgentShadowRoot()->appendChild(Text::create(element().document(), element().valueWithDefault()));

Completed in 373 milliseconds

<<11121314151617181920