OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toReplace
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/text/
BidiRunList.h
63
void replaceRunWithRuns(Run*
toReplace
, BidiRunList<Run>& newRuns);
145
void BidiRunList<Run>::replaceRunWithRuns(Run*
toReplace
, BidiRunList<Run>& newRuns)
149
ASSERT(
toReplace
);
151
if (m_firstRun ==
toReplace
) {
154
// Find the run just before "
toReplace
" in the list of runs.
156
while (previousRun->next() !=
toReplace
)
162
newRuns.lastRun()->setNext(
toReplace
->next());
165
if (m_lastRun ==
toReplace
)
167
if (m_logicallyLastRun ==
toReplace
)
169
m_runCount += newRuns.runCount() - 1; // We added the new runs and removed
toReplace
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.cpp
289
CSSProperty*
toReplace
= slot ? slot : findCSSPropertyWithID(property.id());
290
if (
toReplace
) {
291
*
toReplace
= property;
323
CSSProperty*
toReplace
= findCSSPropertyWithID(prefixingVariant);
324
if (
toReplace
&& prefixingVariant != property.id())
325
*
toReplace
= CSSProperty(prefixingVariant, property.value(), property.isImportant(), property.isSetFromShorthand(), getIndexInShorthandVectorForPrefixingVariant(property, prefixingVariant), property.metadata().m_implicit);
/external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h
413
const SkFlatData*
toReplace
,
423
if (!*added ||
toReplace
== NULL) {
429
const SkFlatData* found = fHash.find(*
toReplace
);
/dalvik/dx/src/com/android/dx/ssa/
SsaBasicBlock.java
767
NormalSsaInsn
toReplace
= new NormalSsaInsn(
773
toSchedule.set(insertPlace,
toReplace
);
[
all
...]
/external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaBasicBlock.java
768
NormalSsaInsn
toReplace
= new NormalSsaInsn(
774
toSchedule.set(insertPlace,
toReplace
);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar
Completed in 370 milliseconds