OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:replaced
(Results
1 - 25
of
101
) sorted by null
1
2
3
4
5
/external/webkit/LayoutTests/dom/xhtml/level3/core/
nodereplacechild30.js
82
new child nodes and vice versa and in each case verify the name of the
replaced
node.
100
var
replaced
;
124
replaced
= parent.replaceChild(newElement,oldChild);
125
nodeName =
replaced
.nodeName;
128
replaced
= parent.replaceChild(oldChild,newElement);
129
nodeName =
replaced
.nodeName;
132
replaced
= parent.replaceChild(newText,oldChild);
133
nodeName =
replaced
.nodeName;
136
replaced
= parent.replaceChild(oldChild,newText);
137
nodeName =
replaced
.nodeName
[
all
...]
nodereplacechild33.js
79
new EntityReference Node and verify the value of the
replaced
child.
94
var
replaced
;
108
replaced
= parent.replaceChild(newChild,oldChild);
109
nodeValue =
replaced
.nodeValue;
nodereplacechild38.js
100
var
replaced
;
121
replaced
= ent.replaceChild(cdata,oldChild);
133
replaced
= ent.replaceChild(pi,oldChild);
145
replaced
= ent.replaceChild(comment,oldChild);
157
replaced
= ent.replaceChild(txt,oldChild);
169
replaced
= ent.replaceChild(elem,oldChild);
181
replaced
= ent.replaceChild(entRef,oldChild);
nodereplacechild23.js
96
var
replaced
;
119
replaced
= entRef.replaceChild(cdata,elem);
130
replaced
= entRef.replaceChild(pi,cdata);
141
replaced
= entRef.replaceChild(comment,pi);
152
replaced
= entRef.replaceChild(txt,comment);
163
replaced
= entRef.replaceChild(elem,txt);
nodereplacechild06.js
79
with one of its child elements and verify if the name of the
replaced
documentElement Node.
90
var
replaced
;
121
replaced
= doc.documentElement;
123
nodeName =
replaced
.nodeName;
nodereplacechild07.js
79
with a new element and verify if the name of the
replaced
documentElement Node.
90
var
replaced
;
125
replaced
= doc.documentElement;
127
nodeName =
replaced
.nodeName;
nodereplacechild13.js
79
a new DocumentType and verify the name of the
replaced
DocumentType node.
91
var
replaced
;
119
replaced
= doc.replaceChild(newDocType,docType);
133
nodeName =
replaced
.nodeName;
nodereplacechild14.js
84
Verify the nodeName of the
replaced
element node.
99
var
replaced
;
120
replaced
= docElem.replaceChild(imported,elem2);
121
nodeName =
replaced
.nodeName;
nodereplacechild15.js
79
another Element and the
replaced
element.
92
var
replaced
;
117
replaced
= docFrag.replaceChild(elem,elem2);
118
title =
replaced
.getAttribute("title");
nodereplacechild16.js
79
another Element and verify the name of the
replaced
Element node.
92
var
replaced
;
106
replaced
= docFrag.replaceChild(txt,elem);
107
nodeName =
replaced
.nodeName;
nodereplacechild19.js
79
its EntityReference child verify the nodeName of the
replaced
node.
92
var
replaced
;
106
replaced
= docFrag.replaceChild(entRef,elem);
107
nodeName =
replaced
.nodeName;
nodereplacechild32.js
84
new Text Node and verify the name of the
replaced
child.
99
var
replaced
;
117
replaced
= parent.replaceChild(newChild,enRefChild);
118
nodeName =
replaced
.nodeName;
/external/webkit/Source/WebCore/rendering/style/
KeyframeList.cpp
64
bool
replaced
= false;
local
68
replaced
= true;
80
if (!
replaced
&& !inserted)
83
if (
replaced
) {
/external/webkit/Source/WebKit/mac/WebCoreSupport/
CorrectionPanel.mm
118
void CorrectionPanel::handleAcceptedReplacement(NSString* acceptedReplacement, NSString*
replaced
, NSString* proposedReplacement, NSCorrectionIndicatorType correctionIndicatorType)
126
[spellChecker recordResponse:NSCorrectionResponseAccepted toCorrection:acceptedReplacement forWord:
replaced
language:nil inSpellDocumentWithTag:documentTag];
129
[spellChecker recordResponse:NSCorrectionResponseRejected toCorrection:proposedReplacement forWord:
replaced
language:nil inSpellDocumentWithTag:documentTag];
131
[spellChecker recordResponse:NSCorrectionResponseIgnored toCorrection:proposedReplacement forWord:
replaced
language:nil inSpellDocumentWithTag:documentTag];
136
[spellChecker recordResponse:NSCorrectionResponseReverted toCorrection:
replaced
forWord:acceptedReplacement language:nil inSpellDocumentWithTag:documentTag];
140
[spellChecker recordResponse:NSCorrectionResponseAccepted toCorrection:acceptedReplacement forWord:
replaced
language:nil inSpellDocumentWithTag:documentTag];
CorrectionPanel.h
49
void handleAcceptedReplacement(NSString* acceptedReplacement, NSString*
replaced
, NSString* proposedReplacement, NSCorrectionIndicatorType);
/external/webkit/Source/WebKit2/UIProcess/mac/
CorrectionPanel.mm
125
void CorrectionPanel::handleAcceptedReplacement(NSString* acceptedReplacement, NSString*
replaced
, NSString* proposedReplacement, NSCorrectionIndicatorType correctionIndicatorType)
133
[spellChecker recordResponse:NSCorrectionResponseAccepted toCorrection:acceptedReplacement forWord:
replaced
language:nil inSpellDocumentWithTag:documentTag];
136
[spellChecker recordResponse:NSCorrectionResponseRejected toCorrection:proposedReplacement forWord:
replaced
language:nil inSpellDocumentWithTag:documentTag];
138
[spellChecker recordResponse:NSCorrectionResponseIgnored toCorrection:proposedReplacement forWord:
replaced
language:nil inSpellDocumentWithTag:documentTag];
143
[spellChecker recordResponse:NSCorrectionResponseReverted toCorrection:
replaced
forWord:acceptedReplacement language:nil inSpellDocumentWithTag:documentTag];
147
[spellChecker recordResponse:NSCorrectionResponseAccepted toCorrection:acceptedReplacement forWord:
replaced
language:nil inSpellDocumentWithTag:documentTag];
CorrectionPanel.h
50
void handleAcceptedReplacement(NSString* acceptedReplacement, NSString*
replaced
, NSString* proposedReplacement, NSCorrectionIndicatorType);
/external/qemu/memcheck/
memcheck_malloc_map.h
52
* with '
replaced
' parameter. If this parameter is NULL, insertion will fail if
53
* a matching entry already exists in the map. If '
replaced
' parameter is not
61
*
replaced
- If not NULL, upon return from this routine contains descriptor
62
* that has been
replaced
in the map with the new entry. Note that if this
64
* content of the '
replaced
' buffer is not defined, as no replacement has
71
MallocDescEx*
replaced
);
memcheck_mmrange_map.h
50
* with '
replaced
' parameter. If this parameter is NULL, insertion will fail if
51
* a matching entry already exists in the map. If '
replaced
' parameter is not
58
*
replaced
- If not NULL, upon return from this routine contains descriptor
59
* that has been
replaced
in the map with the new entry. Note that if this
61
* content of the '
replaced
' buffer is not defined, as no replacement has
68
MMRangeDesc*
replaced
);
memcheck_mmrange_map.c
70
MMRangeDesc*
replaced
)
78
if (
replaced
== NULL) {
84
memcpy(
replaced
, &existing->desc, sizeof(MMRangeDesc));
124
MMRangeDesc*
replaced
)
137
ret = mmrangemap_insert_desc(map, rdesc,
replaced
);
memcheck_malloc_map.c
108
MallocDescEx*
replaced
)
116
if (
replaced
== NULL) {
122
memcpy(
replaced
, &existing->desc, sizeof(MallocDescEx));
163
allocmap_insert(AllocMap* map, const MallocDescEx* desc, MallocDescEx*
replaced
)
176
ret = allocmap_insert_desc(map, adesc,
replaced
);
memcheck_proc_management.h
65
/* ProcDesc->image_path has been
replaced
during process execution. */
163
/* Checks if process image path has been
replaced
.
167
* boolean: 1 if process image path has been
replaced
,
168
* or 0 if it was not
replaced
.
215
MallocDescEx*
replaced
)
217
return allocmap_insert(&proc->alloc_map, desc,
replaced
);
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
ArchiveReplacement.java
34
* currently installed {@code
replaced
} archive.
41
* @param
replaced
An optional local archive that the new one will replace.
44
public ArchiveReplacement(Archive newArchive, Archive
replaced
) {
46
mReplaced =
replaced
;
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
ArchiveInfo.java
53
* currently installed {@code
replaced
} archive.
60
* @param
replaced
An optional local archive that the new one will replace.
68
public ArchiveInfo(Archive newArchive, Archive
replaced
, ArchiveInfo[] dependsOn) {
69
super(newArchive,
replaced
);
/external/webkit/Source/WebKit/chromium/scripts/
jsmin.py
184
replaced
with spaces. Carriage returns will be
replaced
with linefeeds.
Completed in 712 milliseconds
1
2
3
4
5