HomeSort by relevance Sort by last modified time
    Searched refs:lastRun (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRuby.cpp 183 RenderRubyRun* lastRun = lastRubyRun(this);
184 if (!lastRun || lastRun->hasRubyText()) {
185 lastRun = RenderRubyRun::staticCreateRubyRun(this);
186 RenderInline::addChild(lastRun, beforeChild);
188 lastRun->addChild(child);
289 RenderRubyRun* lastRun = lastRubyRun(this);
290 if (!lastRun || lastRun->hasRubyText()) {
291 lastRun = RenderRubyRun::staticCreateRubyRun(this)
    [all...]
RenderBlockLineLayout.cpp 248 isOnlyRun = (!style()->isLeftToRightDirection() ? bidiRuns.lastRun() : bidiRuns.firstRun())->m_object->isListMarker();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/text/
BidiRunList.h 47 Run* lastRun() const { return m_lastRun; }
162 newRuns.lastRun()->setNext(toReplace->next());
166 m_lastRun = newRuns.lastRun();
BidiResolver.h 469 bool shouldReorder = trailingSpaceRun != (m_paragraphDirectionality == LTR ? m_runs.lastRun() : m_runs.firstRun());
682 m_runs.setLogicallyLastRun(m_runs.lastRun());
    [all...]
  /cts/libs/vogar-expect/src/vogar/
AnnotatedOutcome.java 140 public Long lastRun(Long defaultValue) {
  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 1034 le_int32 lastRun = getCharRun(runEnd);
1035 le_int32 startRun = (runDirection == UBIDI_LTR)? firstRun : lastRun;
1036 le_int32 stopRun = (runDirection == UBIDI_LTR)? lastRun + 1 : firstRun - 1;
1041 le_int32 lastChar = (run == lastRun)? runEnd : fStyleRunInfo[run].runLimit - 1;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.cpp 528 bool lastRun = r + 1 == runCount;
547 bool lastGlyph = lastRun && i + 1 == glyphCount;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fsrmreports.h 371 STDMETHOD_(HRESULT,get_LastRun)(THIS_ DATE *lastRun) PURE;
404 #define IFsrmReportJob_get_LastRun(This,lastRun) (This)->lpVtbl->get_LastRun(This,lastRun)
fsrm.h     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 3326 milliseconds