HomeSort by relevance Sort by last modified time
    Searched refs:instance (Results 276 - 300 of 470) sorted by null

<<111213141516171819

  /external/webkit/WebCore/bindings/v8/
V8DOMWrapper.cpp 172 // A DOM constructor is a function instance created from a DOM constructor
173 // template. There is one instance per context. A DOM constructor is
308 v8::Local<v8::Object> instance; local
311 instance = proxy->windowShell()->createWrapperFromCache(type);
320 instance = SafeAllocation::newInstance(function);
322 if (!instance.IsEmpty()) {
324 setDOMWrapper(instance, V8ClassIndex::ToInt(type), impl);
326 return instance;
396 if (SVGElementInstance* instance = target->toSVGElementInstance())
397 return toV8(instance);
    [all...]
  /external/webkit/WebCore/bridge/objc/
objc_class.mm 76 MethodList ObjcClass::methodsNamed(const Identifier& identifier, Instance*) const
152 Field* ObjcClass::fieldNamed(const Identifier& identifier, Instance* instance) const
162 id targetObject = (static_cast<ObjcInstance*>(instance))->getObject();
242 JSValue ObjcClass::fallbackObject(ExecState* exec, Instance* instance, const Identifier &propertyName)
244 ObjcInstance* objcInstance = static_cast<ObjcInstance*>(instance);
objc_instance.mm 91 ObjcInstance::ObjcInstance(id instance, PassRefPtr<RootObject> rootObject)
92 : Instance(rootObject)
93 , _instance(instance)
100 PassRefPtr<ObjcInstance> ObjcInstance::create(id instance, PassRefPtr<RootObject> rootObject)
104 if (void* existingWrapper = NSMapGet(s_instanceWrapperCache, instance))
106 RefPtr<ObjcInstance> wrapper = adoptRef(new ObjcInstance(instance, rootObject));
107 NSMapInsert(s_instanceWrapperCache, instance, wrapper.get());
  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImage.java 146 BitmapManager.instance().decodeFileDescriptor(
172 b = BitmapManager.instance().getThumbnail(mContentResolver, id,
VideoObject.java 112 return BitmapManager.instance().getThumbnail(mContentResolver,
  /development/ndk/platforms/android-9/include/android/
native_activity.h 83 * This is the native instance of the application. It is not used by
84 * the framework, but can be set by the application to its own instance
87 void* instance; member in struct:ANativeActivity
90 * Pointer to the Asset Manager instance for the application. The application
116 * Framework is asking NativeActivity to save its current instance state.
215 * application's native activity. It is called with the activity instance (see
216 * above); if the code is being instantiated from a previously saved instance,
  /external/webkit/WebCore/plugins/android/
PluginPackageAndroid.cpp 73 // A container for a dummy npp instance. This is used to allow
75 // instance. This is substituted instead, and is shared between all
128 static void Android_NPN_PluginThreadAsyncCall(NPP instance,
132 // Translate all instance == NULL to a dummy actual npp.
134 if (instance == NULL) {
135 instance = dummyNpp.getInstance();
138 NPN_PluginThreadAsyncCall(instance, func, userData);
  /external/webkit/WebCore/plugins/qt/
PluginContainerQt.cpp 60 static_cast<QApplication*>(QApplication::instance())->x11ProcessEvent(event);
  /external/webkit/WebCore/svg/
SVGUseElement.h 90 // Instance tree handling
104 SVGElementInstance* instanceForShadowTreeElement(Node* element, SVGElementInstance* instance) const;
  /external/webkit/WebKitTools/WebKitLauncherWin/
WebKitLauncherWin.cpp 68 int APIENTRY _tWinMain(HINSTANCE instance, HINSTANCE, LPTSTR commandLine, int)
  /frameworks/base/native/include/android/
native_activity.h 83 * This is the native instance of the application. It is not used by
84 * the framework, but can be set by the application to its own instance
87 void* instance; member in struct:ANativeActivity
90 * Pointer to the Asset Manager instance for the application. The application
116 * Framework is asking NativeActivity to save its current instance state.
215 * application's native activity. It is called with the activity instance (see
216 * above); if the code is being instantiated from a previously saved instance,
  /libcore/luni/src/main/java/java/lang/
ClassLoader.java 194 * Constructs a new instance of this class with the system class loader as
206 * Constructs a new instance of this class with the specified class loader
1004 static BootClassLoader instance; field in class:BootClassLoader
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/xslt/
ObjectFactory.java 92 * @return instance of factory, never null
116 * @return instance of factory, never null
143 Object instance = factoryClass.newInstance(); local
144 debugPrintln("created new instance of factory " + factoryId);
145 return instance;
222 debugPrintln("created new instance of " + providerClass +
450 * Create an instance of a class using the specified ClassLoader
459 Object instance = providerClass.newInstance(); local
460 debugPrintln("created new instance of " + providerClass +
462 return instance;
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/
ObjectFactory.java 92 * @return instance of factory, never null
116 * @return instance of factory, never null
143 Object instance = factoryClass.newInstance(); local
144 debugPrintln("created new instance of factory " + factoryId);
145 return instance;
222 debugPrintln("created new instance of " + providerClass +
450 * Create an instance of a class using the specified ClassLoader
459 Object instance = providerClass.newInstance(); local
460 debugPrintln("created new instance of " + providerClass +
462 return instance;
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/
ObjectFactory.java 91 * @return instance of factory, never null
115 * @return instance of factory, never null
142 Object instance = factoryClass.newInstance(); local
143 debugPrintln("created new instance of factory " + factoryId);
144 return instance;
221 debugPrintln("created new instance of " + providerClass +
449 * Create an instance of a class using the specified ClassLoader
458 Object instance = providerClass.newInstance(); local
459 debugPrintln("created new instance of " + providerClass +
461 return instance;
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/utils/
ObjectFactory.java 92 * @return instance of factory, never null
116 * @return instance of factory, never null
143 Object instance = factoryClass.newInstance(); local
144 debugPrintln("created new instance of factory " + factoryId);
145 return instance;
222 debugPrintln("created new instance of " + providerClass +
450 * Create an instance of a class using the specified ClassLoader
459 Object instance = providerClass.newInstance(); local
460 debugPrintln("created new instance of " + providerClass +
462 return instance;
    [all...]
  /libcore/luni/src/main/java/org/apache/xpath/functions/
ObjectFactory.java 92 * @return instance of factory, never null
116 * @return instance of factory, never null
143 Object instance = factoryClass.newInstance(); local
144 debugPrintln("created new instance of factory " + factoryId);
145 return instance;
222 debugPrintln("created new instance of " + providerClass +
450 * Create an instance of a class using the specified ClassLoader
459 Object instance = providerClass.newInstance(); local
460 debugPrintln("created new instance of " + providerClass +
462 return instance;
    [all...]
  /packages/apps/Camera/src/com/android/camera/
BitmapManager.java 125 public static synchronized BitmapManager instance() { method in class:BitmapManager
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
tipc.h 53 __u32 instance; member in struct:tipc_name
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 206 int WINAPI WinMain(HINSTANCE instance, HINSTANCE prevInstance,
219 sInstance = instance;
235 // init instance
249 NULL, NULL, instance, NULL);
  /development/samples/NFCDemo/src/com/example/android/nfc/record/
SmartPoster.java 154 * Returns the first element of {@code elements} which is an instance of
159 T instance = null; local
161 instance = Iterables.get(filtered, 0);
163 return instance;
  /development/tools/axl/
singletonmixin.py 15 returns the instance of S. If none exists, it is created.
17 2) The usual idiom to construct an instance by calling the class, i.e.
23 was creating a new instance. So it is felt that it is better to
65 Call this to instantiate an instance or retrieve the existing instance.
75 instance = cls.__new__(cls)
76 instance.__init__(*lstArgs)
77 cls.cInstance = instance
101 # run up the chain of base classes until we find the one that has the instance
115 Demonstrates normal use -- just call getInstance and it returns a singleton instance
    [all...]
  /external/webkit/WebCore/bridge/jni/jsc/
JNIUtilityPrivate.cpp 183 // First see if we have a Java instance.
188 JavaInstance* instance = static_cast<JavaInstance*>(imp->getInternalInstance()); local
189 if (instance)
190 result.l = instance->javaInstance();
  /external/webkit/WebKit/win/
DefaultDownloadDelegate.cpp 72 DefaultDownloadDelegate* instance = new DefaultDownloadDelegate(); local
73 instance->AddRef();
74 return instance;
WebCache.cpp 55 WebCache* instance = new WebCache(); local
56 instance->AddRef();
57 return instance;

Completed in 2248 milliseconds

<<111213141516171819