Searched refs:tabText (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A Dmarkup.cpp780 StringBuilder tabText; local
788 if (!tabText.isEmpty()) {
789 paragraph->appendChild(createTabSpanElement(document, tabText.toString()));
790 tabText.clear();
799 tabText.append('\t');
800 else if (!tabText.isEmpty())
801 paragraph->appendChild(createTabSpanElement(document, tabText.toString()));
H A Dhtmlediting.h236 PassRefPtrWillBeRawPtr<HTMLSpanElement> createTabSpanElement(Document&, const String& tabText);
H A Dhtmlediting.cpp887 PassRefPtrWillBeRawPtr<HTMLSpanElement> createTabSpanElement(Document& document, const String& tabText) argument
889 return createTabSpanElement(document, document.createTextNode(tabText));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 87 milliseconds