HomeSort by relevance Sort by last modified time
    Searched defs:Mixin (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/tools/clang/blink_gc_plugin/tests/
class_multiple_trace_bases.h 17 class Mixin : public GarbageCollectedMixin {
22 class Derived : public Base, public Mixin {
garbage_collected_mixin.h 12 class Mixin : public GarbageCollectedMixin {
16 Member<Mixin> m_self;
19 class HeapObject : public GarbageCollected<HeapObject>, public Mixin {
24 Member<Mixin> m_mix;
trace_templated_super.h 14 class Mixin : public GarbageCollectedMixin {
20 class Super : public GarbageCollected<Super<T> >, public Mixin {
  /external/chromium_org/chrome/browser/chromeos/login/
mixin_based_browser_test.h 21 // MixinBasedBrowserTest::Mixin, e.g. MixinYouWantToUse, and declare all
23 // teardowns if you need so. Test which wants to use some mixin should call
27 // All methods in Mixin are complete analogs of those in InProcessBrowserTest,
29 class Mixin {
31 Mixin() {}
32 virtual ~Mixin() {}
68 // Adds |mixin| as an mixin for this test, passing ownership
72 void AddMixin(Mixin* mixin);
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
Mixin.java 28 * <code>Mixin</code> allows
33 * @version $Id: Mixin.java,v 1.7 2005/09/27 11:42:27 baliuka Exp $
35 abstract public class Mixin {
48 abstract public Mixin newInstance(Object[] delegates);
51 * Helper method to create an interface mixin. For finer control over the
52 * generated instance, use a new instance of <code>Mixin</code>
56 public static Mixin create(Object[] delegates) {
63 * Helper method to create an interface mixin. For finer control over the
64 * generated instance, use a new instance of <code>Mixin</code>
68 public static Mixin create(Class[] interfaces, Object[] delegates)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp 3527 Persistent<Mixin> mixin = usemixin; local
4260 Mixin* mixin = UseMixin::create(); local
    [all...]
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 

Completed in 266 milliseconds