HomeSort by relevance Sort by last modified time
    Searched refs:BEFORE (Results 1 - 25 of 45) 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,
  /external/chromium_org/third_party/WebKit/Source/core/dom/
PseudoElement.cpp 46 DEFINE_STATIC_LOCAL(const String, before, ("::before"));
50 case BEFORE:
51 return before;
87 if (style->styleType() != BEFORE && style->styleType() != AFTER)
NodeRenderingTraversal.cpp 91 return toElement(parent)->pseudoElement(BEFORE);
ElementRareData.h 233 case BEFORE:
253 case BEFORE:
Element.cpp 210 data->setPseudoElement(BEFORE, 0);
    [all...]
Node.h 242 bool isBeforePseudoElement() const { return pseudoId() == BEFORE; }
657 // Handlers to do/undo actions on the target node before an event is dispatched to it and after the event
    [all...]
Node.cpp 467 return parent->pseudoElement(BEFORE);
488 Node* first = currentElement->pseudoElement(BEFORE);
509 last = currentElement->pseudoElement(BEFORE);
579 // Care must be taken to get the next node before removing the current node.
737 // Before calling absoluteRects, check for the common case where the renderer
    [all...]
  /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/chromium_org/third_party/sqlite/src/test/
collate6.test 51 CREATE TRIGGER collate6trig BEFORE INSERT ON collate6tab
80 CREATE TRIGGER collate6trig BEFORE INSERT ON collate6tab BEGIN
  /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/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRuby.cpp 62 && object->firstChild()->style()->styleType() == BEFORE;
128 // Insert :before and :after content before/after the RenderRubyRun(s)
200 // If the child's parent is an anoymous block (must be generated :before/:after content)
234 // Insert :before and :after content before/after the RenderRubyRun(s)
306 // If the child's parent is an anoymous block (must be generated :before/:after content)
RenderCounter.cpp 124 case BEFORE:
184 // We cannot stop searching for counters with the same identifier before we also
268 // Since we had a suitable previous counter before, we should only consider this one as our
391 return 0; // RenderCounters are restricted to before and after pseudo elements
393 if ((containerStyle == BEFORE) || (containerStyle == AFTER))
RenderNamedFlowThread.cpp 186 // If the first region appears before second region in DOM,
188 // If the first region is "less" than the second region, the first region receives content before second region.
201 // If the second region is contained in the first one, the first region is "less" if it's :before.
204 return firstRegion->style()->styleType() == BEFORE;
218 case BEFORE:
219 // The second region can be the node or the after pseudo-element (before is smaller than any of those).
222 // The second region can be the node or the before pseudo-element (after is greater than any of those).
225 // The second region can either be the before or the after pseudo-element (the node is only smaller than the after pseudo-element).
663 // for all elements, except Text, just set the start position to be before their children
668 // for elements that start inside the region, set the start position to be before them. If we found one, we will just skip the others unti
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 74 NOPSEUDO, FIRST_LINE, FIRST_LETTER, BEFORE, AFTER, BACKDROP, SELECTION, FIRST_LINE_INHERITED, SCROLLBAR,
  /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 70 AFTER, AT_OR_AFTER, BEFORE, AT_OR_BEFORE, AT
620 case BEFORE:
    [all...]

Completed in 1204 milliseconds

1 2