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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DRangeTest.cpp52 Text* oldText = toText(document().body()->firstChild()); local
54 RefPtrWillBeRawPtr<Range> range04 = Range::create(document(), oldText, 0, oldText, 4);
55 RefPtrWillBeRawPtr<Range> range02 = Range::create(document(), oldText, 0, oldText, 2);
56 RefPtrWillBeRawPtr<Range> range22 = Range::create(document(), oldText, 2, oldText, 2);
57 RefPtrWillBeRawPtr<Range> range24 = Range::create(document(), oldText, 2, oldText, 4);
59 oldText
95 Text* oldText = toText(outer->childNodes()->item(2)); local
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DInplaceEditor.js68 element.value = editingContext.oldText;
70 element.textContent = editingContext.oldText;
107 editingContext.oldText = isMultiline ? config.initialValue : this.editorContent(editingContext);
145 committedCallback(this, self.editorContent(editingContext), editingContext.oldText, context, moveDirection);
H A DUIUtils.js792 changes.push({ node: lastTextNode, type: "changed", oldText: lastText, newText: lastTextNode.textContent });
812 changes.push({ node: firstTextNode, type: "changed", oldText: firstText, newText: firstTextNode.textContent });
818 changes.push({ node: textNode, type: "changed", oldText: text, newText: textNode.textContent });
853 entry.node.textContent = entry.oldText;
H A DDataGrid.js324 _editingCommitted: function(element, newText, oldText, context, moveDirection)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
H A DDOMStorageItemsView.js225 _editingCallback: function(editingNode, columnIdentifier, oldText, newText)
229 if (typeof oldText === "string")
230 domStorage.removeItem(oldText);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
H A DCodeMirrorUtils.js109 editingContext.codeMirror.setValue(editingContext.oldText);
/external/chromium_org/third_party/icu/source/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
4168 findAndReplace(const UnicodeString& oldText, const UnicodeString& newText) argument
4174 findAndReplace(int32_t start, int32_t _length, const UnicodeString& oldText, const UnicodeString& newText) argument
[all...]
/external/icu/icu4c/source/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
4168 findAndReplace(const UnicodeString& oldText, const UnicodeString& newText) argument
4174 findAndReplace(int32_t start, int32_t _length, const UnicodeString& oldText, const UnicodeString& newText) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorStyleSheet.h203 bool deleteRule(const InspectorCSSId&, const String& oldText, ExceptionState&);
H A DInspectorStyleSheet.cpp1181 bool InspectorStyleSheet::deleteRule(const InspectorCSSId& id, const String& oldText, ExceptionState& exceptionState)
1224 m_parsedStyleSheet->setText(oldText);
/external/chromium_org/third_party/icu/source/common/
H A Dunistr.cpp1073 const UnicodeString& oldText,
1080 if(isBogus() || oldText.isBogus() || newText.isBogus()) {
1085 oldText.pinIndices(oldStart, oldLength);
1093 int32_t pos = indexOf(oldText, oldStart, oldLength, start, length);
1095 // no more oldText's here: done
1098 // we found oldText, replace it by newText and go beyond it
1071 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/icu/icu4c/source/common/
H A Dunistr.cpp1073 const UnicodeString& oldText,
1080 if(isBogus() || oldText.isBogus() || newText.isBogus()) {
1085 oldText.pinIndices(oldStart, oldLength);
1093 int32_t pos = indexOf(oldText, oldStart, oldLength, start, length);
1095 // no more oldText's here: done
1098 // we found oldText, replace it by newText and go beyond it
1071 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/chromium_org/third_party/iaccessible2/
H A Dia2_api_all.idl2333 IAccessibleText::newText and IAccessibleText::oldText return this struct.
2945 @param [out] oldText
2951 [propget] HRESULT oldText
2953 [out, retval] IA2TextSegment *oldText
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DElementsTreeOutline.js1078 entry.node.textContent = entry.oldText;
1957 _attributeEditingCommitted: function(element, newText, oldText, attributeName, moveDirection)
2017 if ((attributeName.trim() || newText.trim()) && oldText !== newText) {
2026 _tagNameEditingCommitted: function(element, newText, oldText, tagName, moveDirection)
2059 if (newText === oldText) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.cpp3691 String oldText = currentChild.originalText(); local
3692 ASSERT(oldText.impl());
3697 new RenderTextFragment(currentChild.node() ? currentChild.node() : &currentChild.document(), oldText.impl(), length, oldText.length() - length);
3709 new RenderTextFragment(remainingText->node() ? remainingText->node() : &remainingText->document(), oldText.impl(), 0, length);
/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 ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 333 milliseconds