Searched refs:Text (Results 276 - 300 of 491) sorted by path

<<11121314151617181920

/external/chromium_org/third_party/WebKit/Source/core/html/ime/
H A DInputMethodContext.cpp35 #include "core/dom/Text.h"
102 Text* text = inputMethodController().compositionNode();
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLConstructionSite.cpp37 #include "core/dom/Text.h"
91 return shouldUseLengthLimit(node) ? Text::defaultLengthLimit : std::numeric_limits<unsigned>::max();
134 Text* newText = toText(task.child.get());
137 Text* previousText = toText(previousChild);
264 task.child = Text::create(task.parent->document(), substring);
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDateTimeEditElement.cpp33 #include "core/dom/Text.h"
410 element->appendChild(Text::create(m_editElement.document(), String(&rightToLeftMark, 1)));
412 element->appendChild(Text::create(m_editElement.document(), text));
H A DDateTimeFieldElement.cpp32 #include "core/dom/Text.h"
162 appendChild(Text::create(document(), visibleValue()));
215 Text* const textNode = toText(firstChild());
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTParser.cpp36 #include "core/dom/Text.h"
346 fragment->parserAppendChild(Text::create(document(), ""));
494 m_currentNode->parserAppendChild(Text::create(document, m_token.characters()));
528 // The only non-VTTElement would be the DocumentFragment root. (Text
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DDOMEditor.cpp39 #include "core/dom/Text.h"
296 ReplaceWholeTextAction(Text* textNode, const String& text)
328 RefPtrWillBeMember<Text> m_textNode;
446 bool DOMEditor::replaceWholeText(Text* textNode, const String& text, ExceptionState& exceptionState)
507 bool DOMEditor::replaceWholeText(Text* textNode, const String& text, ErrorString* errorString)
H A DDOMEditor.h43 class Text;
60 bool replaceWholeText(Text*, const String& text, ExceptionState&);
69 bool replaceWholeText(Text*, const String& text, ErrorString*);
H A DInspectorCSSAgent.cpp52 #include "core/dom/Text.h"
777 WillBeHeapVector<RawPtrWillBeMember<Text> > textNodes;
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPageSerializer.cpp48 #include "core/dom/Text.h"
107 virtual void appendText(StringBuilder& out, Text&) OVERRIDE;
128 void SerializerMarkupAccumulator::appendText(StringBuilder& out, Text& text)
H A DTouchAdjustment.cpp27 #include "core/dom/Text.h"
168 Text* textNode = toText(node);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.h26 #include "core/dom/Text.h"
40 // FIXME: If the node argument is not a Text node or the string argument is
41 // not the content of the Text node, updating text-transform property
238 inline RenderText* Text::renderer() const
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DContentData.h133 DEFINE_CONTENT_DATA_TYPE_CASTS(Text);
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_dom.target.darwin-arm.mk135 third_party/WebKit/Source/core/dom/Text.cpp \
H A Dwebcore_dom.target.darwin-arm64.mk135 third_party/WebKit/Source/core/dom/Text.cpp \
H A Dwebcore_dom.target.darwin-mips.mk135 third_party/WebKit/Source/core/dom/Text.cpp \
H A Dwebcore_dom.target.darwin-mips64.mk135 third_party/WebKit/Source/core/dom/Text.cpp \
H A Dwebcore_dom.target.darwin-x86.mk135 third_party/WebKit/Source/core/dom/Text.cpp \
H A Dwebcore_dom.target.darwin-x86_64.mk135 third_party/WebKit/Source/core/dom/Text.cpp \
H A Dwebcore_dom.target.linux-arm.mk135 third_party/WebKit/Source/core/dom/Text.cpp \
H A Dwebcore_dom.target.linux-arm64.mk135 third_party/WebKit/Source/core/dom/Text.cpp \
H A Dwebcore_dom.target.linux-mips.mk135 third_party/WebKit/Source/core/dom/Text.cpp \
H A Dwebcore_dom.target.linux-mips64.mk135 third_party/WebKit/Source/core/dom/Text.cpp \
H A Dwebcore_dom.target.linux-x86.mk135 third_party/WebKit/Source/core/dom/Text.cpp \
H A Dwebcore_dom.target.linux-x86_64.mk135 third_party/WebKit/Source/core/dom/Text.cpp \
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.cpp383 m_leafTextNode = Text::create(m_currentNode->document(), "");

Completed in 441 milliseconds

<<11121314151617181920