/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; 96 if (style->styleType() != BEFORE && style->styleType() != AFTER)
|
NodeRenderingTraversal.cpp | 95 return toElement(parent)->pseudoElement(BEFORE);
|
ElementRareData.h | 244 case BEFORE: 267 case BEFORE:
|
Node.cpp | 404 return parent->pseudoElement(BEFORE); 425 Node* first = currentElement->pseudoElement(BEFORE); 446 last = currentElement->pseudoElement(BEFORE); 625 // 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 | 125 case BEFORE: 185 // We cannot stop searching for counters with the same identifier before we also 269 // Since we had a suitable previous counter before, we should only consider this one as our 390 return 0; // RenderCounters are restricted to before and after pseudo elements 392 if ((containerStyle == BEFORE) || (containerStyle == AFTER))
|
RenderNamedFlowThread.cpp | 188 // If the first region appears before second region in DOM, 190 // If the first region is "less" than the second region, the first region receives content before second region. 203 // If the second region is contained in the first one, the first region is "less" if it's :before. 206 return firstRegion->style()->styleType() == BEFORE; 220 case BEFORE: 221 // The second region can be the node or the after pseudo-element (before is smaller than any of those). 224 // The second region can be the node or the before pseudo-element (after is greater than any of those). 227 // The second region can either be the before or the after pseudo-element (the node is only smaller than the after pseudo-element). 676 // for all elements, except Text, just set the start position to be before their children 681 // 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/inspector/ |
InspectorDOMAgent.cpp | 360 if (element->pseudoElement(BEFORE)) 361 unbind(element->pseudoElement(BEFORE), nodesMap); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
RenderStyleConstants.h | 82 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 622 case BEFORE: [all...] |
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/ |
tree.jquery.js | 320 Position.BEFORE = 1; 328 Position.strings = ['before', 'after', 'inside', 'none']; 546 Argument position: Position.BEFORE, Position.AFTER or Position.Inside 560 } else if (position === Position.BEFORE) { [all...] |