HomeSort by relevance Sort by last modified time
    Searched refs:BEFORE (Results 1 - 25 of 32) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
uda1341.h 59 BEFORE=0,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
uda1341.h 59 BEFORE=0,
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
FloatingChildLayout.java 60 private int mBackgroundPhase = BackgroundPhase.BEFORE;
66 public static final int BEFORE = 0;
72 private int mForegroundPhase = ForegroundPhase.BEFORE;
75 public static final int BEFORE = 0;
188 if (mBackgroundPhase == BackgroundPhase.BEFORE) {
220 if (mForegroundPhase == ForegroundPhase.BEFORE) {
  /external/webkit/Source/WebCore/rendering/
RenderObjectChildList.cpp 254 // Only table parts need to search for the :before or :after parent
266 // An anonymous (generated) inline run-in that has PseudoId BEFORE must come from a grandparent.
268 // If we don't find our :before child immediately, then we should check if we own a
281 if (first->style()->styleType() == BEFORE)
290 // We still need to skip any list markers that could exist before the run-in.
293 if (first && first->style()->styleType() == BEFORE && first->isRenderInline() && first->isRunIn())
315 // In CSS2, before/after pseudo-content cannot nest. Check this first.
316 if (owner->style()->styleType() == BEFORE || owner->style()->styleType() == AFTER)
325 case BEFORE:
343 // :after content and not :before content
    [all...]
RenderCounter.cpp 64 case BEFORE:
81 if (RenderObject* before = renderer->beforePseudoElementRenderer())
82 return before;
91 if (RenderObject* before = renderer->beforePseudoElementRenderer())
92 return before;
110 case BEFORE:
127 if (RenderObject* before = renderer->virtualChildren()->beforePseudoElementRenderer(renderer))
128 return before;
140 case BEFORE:
172 case BEFORE
    [all...]
RenderRuby.cpp 62 && object->firstChild()->style()->styleType() == BEFORE;
130 // Insert :before and :after content before/after the RenderRubyRun(s)
202 // If the child's parent is an anoymous block (must be generated :before/:after content)
237 // Insert :before and :after content before/after the RenderRubyRun(s)
309 // If the child's parent is an anoymous block (must be generated :before/:after content)
RenderTableRow.cpp 69 children()->updateBeforeAfterContent(this, BEFORE);
RenderObject.h 464 // This is the same as node() except for renderers of :before and :after
548 // We don't yet handle generated content animation such as first-letter or before/after (we'll worry about this later).
    [all...]
RenderInline.cpp 72 // properly dirty line boxes that they are removed from. Effects that do :before/:after only on hover could crash otherwise.
75 // Destroy our continuation before anything other than anonymous children.
76 // The reason we don't destroy it before anonymous children is that they may
137 // e.g., <font>foo <h4>goo</h4> moo</font>. The <font> inlines before
158 // Update pseudos for :before and :after now.
160 children()->updateBeforeAfterContent(this, BEFORE);
372 // Delete our line boxes before we do the inline split into continuations.
    [all...]
  /external/libvorbis/lib/
lookups.pl 8 * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
  /external/stlport/test/eh/
intel45.mak 56 #Library selection should be BEFORE debug processing!!!
intel50.mak 57 #Library selection should be BEFORE debug processing!!!
  /sdk/emulator/opengl/host/libs/libOpenglRender/
Android.mk 69 #LOCAL_LDFLAGS += -m64 # adding -m64 here doesn't work, because it somehow appear BEFORE -m32 in command-line.
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderSpanTest.java 157 case SpanSet.BEFORE:
191 case SpanSet.BEFORE:
319 static final int BEFORE = 0;
342 if (position < replaceStart) return BEFORE;
  /external/webkit/Source/WebCore/rendering/style/
RenderStyleConstants.h 71 NOPSEUDO, FIRST_LINE, FIRST_LETTER, BEFORE, AFTER, SELECTION, FIRST_LINE_INHERITED, SCROLLBAR, FILE_UPLOAD_BUTTON, INPUT_PLACEHOLDER,
  /external/chromium/chrome/browser/sync/resources/
gaia_login.js 143 // word 'Account' OR we're in rtl and 'Google' is BEFORE 'Account'.
  /external/v8/src/arm/
lithium-arm.h 323 parallel_moves_[BEFORE] = NULL;
342 BEFORE,
346 FIRST_INNER_POSITION = BEFORE,
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 315 parallel_moves_[BEFORE] = NULL;
334 BEFORE,
338 FIRST_INNER_POSITION = BEFORE,
    [all...]
  /external/v8/src/mips/
lithium-mips.h 322 parallel_moves_[BEFORE] = NULL;
341 BEFORE,
345 FIRST_INNER_POSITION = BEFORE,
    [all...]
  /external/v8/src/x64/
lithium-x64.h 324 parallel_moves_[BEFORE] = NULL;
343 BEFORE,
347 FIRST_INNER_POSITION = BEFORE,
    [all...]
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 66 AFTER, AT_OR_AFTER, BEFORE, AT_OR_BEFORE, AT
647 case BEFORE:
    [all...]
  /external/valgrind/main/memcheck/tests/x86/
fxsave.stdout.exp 4 BEFORE
  /external/valgrind/main/memcheck/tests/amd64/
fxsave-amd64.stdout.exp 6 BEFORE
111 BEFORE
  /external/webkit/Source/WebCore/css/
CSSSelector.cpp 126 return BEFORE;
246 DEFINE_STATIC_LOCAL(AtomicString, before, ("before"));
334 nameToPseudoType->set(before.impl(), CSSSelector::PseudoBefore);
  /external/v8/src/
lithium-allocator.cc 279 // Find the last interval that ends before the position. If the
307 UseInterval* before = current; local
308 UseInterval* after = before->next();
309 result->last_interval_ = (last_interval_ == before)
313 last_interval_ = before;
315 // Find the last use position before the split and the first use
347 // Link the new live range in the chain before any of the other
348 // ranges linked from the range before the split.
824 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::BEFORE);
879 // before the pointer map can be used. I.e. the pointer map at th
    [all...]

Completed in 1234 milliseconds

1 2