HomeSort by relevance Sort by last modified time
    Searched refs:object (Results 476 - 500 of 3359) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/bindings/gobject/
GObjectEventListener.cpp 26 #include <glib-object.h>
34 GObjectEventListener::GObjectEventListener(GObject* object, EventTarget* target, const char* domEventName, GCallback handler, bool capture, void* userData)
36 , m_object(object)
44 g_object_weak_ref(object, reinterpret_cast<GWeakNotify>(GObjectEventListener::gobjectDestroyedCallback), this);
GObjectEventListener.h 36 static bool addEventListener(GObject* object, EventTarget* target, const char* domEventName, GCallback handler, bool useCapture, void* userData)
38 RefPtr<GObjectEventListener> listener(adoptRef(new GObjectEventListener(object, target, domEventName, handler, useCapture, userData)));
42 static bool removeEventListener(GObject* object, EventTarget* target, const char* domEventName, GCallback handler, bool useCapture)
44 GObjectEventListener key(object, target, domEventName, handler, useCapture, 0);
72 // we only use it when the GObject and thus the m_coreTarget object is alive.
DOMObjectCache.cpp 24 #include "glib-object.h"
30 GObject* object; member in struct:WebKit::__anon14684
88 // were unreffed (but not all, otherwise the object would be
91 // object dies in the middle of the process, we'll just stop.
93 g_object_weak_ref(data->object, weakRefNotify, &objectDead);
99 // because the object might be dead at that point.
101 g_object_weak_unref(data->object, weakRefNotify, &objectDead);
103 g_object_unref(data->object);
121 ASSERT(data->object);
123 return g_object_ref(data->object);
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSSQLTransactionSyncCustom.cpp 58 JSObject* object = exec->argument(1).getObject(); local
59 if (!object) {
64 JSValue lengthValue = object->get(exec, exec->propertyNames().length);
72 JSValue value = object->get(exec, i);
  /external/webkit/Source/WebCore/bindings/scripts/test/GObject/
WebKitDOMTestCallbackPrivate.h 24 #include <glib-object.h>
WebKitDOMTestInterfacePrivate.h 24 #include <glib-object.h>
WebKitDOMTestMediaQueryListListenerPrivate.h 24 #include <glib-object.h>
WebKitDOMTestObjPrivate.h 24 #include <glib-object.h>
WebKitDOMTestSerializedScriptValueInterfacePrivate.h 24 #include <glib-object.h>
  /external/webkit/Source/WebCore/bindings/v8/
WrapperTypeInfo.h 49 typedef ActiveDOMObject* (*ToActiveDOMObjectFunction)(v8::Handle<v8::Object>);
79 void derefObject(void* object)
82 derefObjectFunction(object);
85 ActiveDOMObject* toActiveDOMObject(v8::Handle<v8::Object> object)
89 return toActiveDOMObjectFunction(object);
  /external/webkit/Source/WebKit/chromium/public/
WebAccessibilityCache.h 54 virtual int addOrGetId(const WebAccessibilityObject& object) = 0;
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebpluginprivate.h 23 #include <glib-object.h>
  /external/webkit/Source/WebKit/mac/WebView/
WebSerializedJSValue.h 35 - (id)initWithValue:(JSValueRef)object context:(JSContextRef)sourceContext exception:(JSValueRef*)exception;
  /external/webkit/Tools/DumpRenderTree/chromium/
DRTDevToolsAgent.h 84 AsyncCallTask(DRTDevToolsAgent* object, const WebKit::WebString& args)
85 : MethodTask<DRTDevToolsAgent>(object), m_args(args) {}
92 DelayedFrontendLoadedTask(DRTDevToolsAgent* object) : MethodTask<DRTDevToolsAgent>(object) {}
  /external/webkit/Tools/QueueStatusServer/model/
queuepropertymixin.py 30 class QueuePropertyMixin(object):
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
botinfo.py 30 # FIXME: We should consider hanging one of these off the tool object.
31 class BotInfo(object):
  /frameworks/av/media/libstagefright/codecs/aacdec/
lt_prediction.h 57 Int object,
  /libcore/json/src/test/java/org/json/
ParsingTest.java 164 assertParsed(object("foo", 5), "{\"foo\": 5}");
165 assertParsed(object("foo", 5), "{foo: 5}");
166 assertParsed(object("foo", 5, "bar", "baz"), "{\"foo\": 5, \"bar\": \"baz\"}");
167 assertParsed(object("foo", 5, "bar", "baz"), "{\"foo\": 5; \"bar\": \"baz\"}");
168 assertParsed(object("foo", 5, "bar", "baz"), "{\"foo\"= 5; \"bar\"= \"baz\"}");
169 assertParsed(object("foo", 5, "bar", "baz"), "{\"foo\"=> 5; \"bar\"=> \"baz\"}");
170 assertParsed(object("foo", object(), "bar", array()), "{\"foo\"=> {}; \"bar\"=> []}");
171 assertParsed(object("foo", object("foo", array(5, 6))), "{\"foo\": {\"foo\": [5, 6]}}")
224 private JSONObject object(Object... keyValuePairs) throws JSONException { method in class:ParsingTest
257 JSONObject object = (JSONObject) input; local
    [all...]
  /libcore/luni/src/main/java/java/util/
AbstractSequentialList.java 36 public void add(int location, E object) {
37 listIterator(location).add(object);
81 public E set(int location, E object) {
87 it.set(object);
AbstractCollection.java 39 public boolean add(E object) {
63 * if the class of an object is inappropriate for this
66 * if an object cannot be added to this {@code Collection}.
108 * Tests whether this {@code Collection} contains the specified object. This
110 * element is equal to the given object. If {@code object != null} then
111 * {@code object.equals(e)} is called for each element {@code e} returned by
112 * the iterator until the element is found. If {@code object == null} then
116 * @param object
117 * the object to search for
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
CollationKeyICU.java 74 @Override public boolean equals(Object object) {
75 if (object == this) {
78 if (!(object instanceof CollationKey)) {
81 return compareTo((CollationKey) object) == 0;
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyGuard.java 33 public void checkGuard(Object object) {
  /external/v8/src/
ic.cc 62 Handle<Object> name,
174 Object* receiver) {
175 Object* end = lookup->IsProperty()
176 ? lookup->holder() : Object::cast(isolate->heap()->null_value());
177 for (Object* current = receiver;
193 Object* receiver,
194 Object* name) {
227 IC::State IC::StateFrom(Code* target, Object* receiver, Object* name) {
253 // The builtins object is special. It only changes when JavaScrip
2043 JSObject* object = JSObject::cast(args[0]); local
2092 Handle<Object> object = args.at<Object>(0); local
2538 Handle<Object> object = args.at<Object>(0); local
    [all...]
  /external/bluetooth/glib/tests/refcount/
objects.c 3 #include <glib-object.h>
17 GObject object; member in struct:_GTest
30 static void my_test_dispose (GObject * object);
78 my_test_dispose (GObject * object)
82 test = MY_TEST (object);
84 g_print ("dispose %p!\n", object);
86 G_OBJECT_CLASS (parent_class)->dispose (object);
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/
FieldSerializer.java 70 while (processingClass != Object.class ) {
124 T object; local
126 object = c.newInstance();
128 throw new SerializerException( "Error creating object of type:" + c, e );
134 Object value;
142 field.set(object, value);
144 throw new SerializerException( "Error reading object", e);
147 return object;
150 public void writeObject(ByteBuffer buffer, Object object) throws IOException
    [all...]

Completed in 396 milliseconds

<<11121314151617181920>>