OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastRun
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderRuby.cpp
179
RenderRubyRun*
lastRun
= lastRubyRun(this);
180
if (!
lastRun
||
lastRun
->hasRubyText()) {
181
lastRun
= RenderRubyRun::staticCreateRubyRun(this);
182
RenderInline::addChild(
lastRun
);
184
lastRun
->addChild(child);
280
RenderRubyRun*
lastRun
= lastRubyRun(this);
281
if (!
lastRun
||
lastRun
->hasRubyText()) {
282
lastRun
= RenderRubyRun::staticCreateRubyRun(this)
[
all
...]
RenderBlockLineLayout.cpp
308
isOnlyRun = (!style()->isLeftToRightDirection() ? bidiRuns.
lastRun
() : bidiRuns.firstRun())->m_object->isListMarker();
697
bool shouldReorder = trailingSpaceRun != (direction == LTR ? bidiRuns.
lastRun
() : bidiRuns.firstRun());
[
all
...]
/cts/libs/vogar-expect/src/vogar/
AnnotatedOutcome.java
140
public Long
lastRun
(Long defaultValue) {
/external/icu4c/layoutex/
ParagraphLayout.cpp
1031
le_int32
lastRun
= getCharRun(runEnd);
1032
le_int32 startRun = (runDirection == UBIDI_LTR)? firstRun :
lastRun
;
1033
le_int32 stopRun = (runDirection == UBIDI_LTR)?
lastRun
+ 1 : firstRun - 1;
1038
le_int32 lastChar = (run ==
lastRun
)? runEnd : fStyleRunInfo[run].runLimit - 1;
[
all
...]
/external/webkit/Source/WebCore/platform/text/
BidiRunList.h
46
Run*
lastRun
() const { return m_lastRun; }
BidiResolver.h
491
m_runs.setLogicallyLastRun(m_runs.
lastRun
());
858
m_runs.setLogicallyLastRun(m_runs.
lastRun
());
/libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java
484
HashEntry<K,V>
lastRun
= e;
492
lastRun
= last;
495
newTable[lastIdx] =
lastRun
;
498
for (HashEntry<K,V> p = e; p !=
lastRun
; p = p.next) {
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp
427
bool
lastRun
= r + 1 == runCount;
444
bool lastGlyph =
lastRun
&& i + 1 == glyphCount;
/prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
Completed in 76 milliseconds