Searched refs:oldText (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
H A DDOMStorageItemsView.js132 _editingCallback: function(editingNode, columnIdentifier, oldText, newText)
136 if (oldText)
137 domStorage.removeItem(oldText);
H A DElementsTreeOutline.js1016 _attributeEditingCommitted: function(element, newText, oldText, attributeName, moveDirection)
1116 _tagNameEditingCommitted: function(element, newText, oldText, tagName, moveDirection)
1146 if (newText === oldText) {
H A DDataGrid.js207 _editingCommitted: function(element, newText, oldText, context, moveDirection)
H A DTextViewer.js169 _textChanged: function(oldRange, newRange, oldText, newText)
/external/icu4c/common/unicode/
H A Dunistr.h2406 * Replace all occurrences of characters in oldText with the characters
2408 * @param oldText the text containing the search text
2413 inline UnicodeString& findAndReplace(const UnicodeString& oldText,
2417 * Replace all occurrences of characters in oldText with characters
2422 * @param oldText the text containing the search text
2429 const UnicodeString& oldText,
2433 * Replace all occurrences of characters in oldText in the range
2440 * @param oldText the text containing the search text
2441 * @param oldStart the start of the search range in <TT>oldText</TT>
2442 * @param oldLength the length of the search range in <TT>oldText</T
4158 findAndReplace(const UnicodeString& oldText, const UnicodeString& newText) argument
4164 findAndReplace(int32_t start, int32_t _length, const UnicodeString& oldText, const UnicodeString& newText) argument
[all...]
/external/icu4c/common/
H A Dunistr.cpp1079 const UnicodeString& oldText,
1086 if(isBogus() || oldText.isBogus() || newText.isBogus()) {
1091 oldText.pinIndices(oldStart, oldLength);
1099 int32_t pos = indexOf(oldText, oldStart, oldLength, start, length);
1101 // no more oldText's here: done
1104 // we found oldText, replace it by newText and go beyond it
1077 findAndReplace(int32_t start, int32_t length, const UnicodeString& oldText, int32_t oldStart, int32_t oldLength, const UnicodeString& newText, int32_t newStart, int32_t newLength) argument
/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp5489 RefPtr<StringImpl> oldText = textObj->originalText(); local
5490 ASSERT(oldText);
5492 if (oldText && oldText->length() > 0) {
5496 while (length < oldText->length() && shouldSkipForFirstLetter((*oldText)[length]))
5504 for (unsigned scanLength = length; scanLength < oldText->length(); ++scanLength) {
5505 UChar c = (*oldText)[scanLength];
5517 new (renderArena()) RenderTextFragment(textObj->node() ? textObj->node() : textObj->document(), oldText.get(), length, oldText
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
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 338 milliseconds