HomeSort by relevance Sort by last modified time
    Searched refs:newObject (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/angle/src/common/
RefCountObject.cpp 41 void RefCountObjectBindingPointer::set(RefCountObject *newObject)
43 // addRef first in case newObject == mObject and this is the last reference to it.
44 if (newObject != NULL) newObject->addRef();
47 mObject = newObject;
RefCountObject.h 45 void set(RefCountObject *newObject);
60 void set(ObjectType *newObject) { RefCountObjectBindingPointer::set(newObject); }
  /external/clang/test/PCH/
objc_container.h 21 id newObject;
24 dictionary[key] = newObject;
  /libcore/luni/src/test/java/libcore/java/io/
OldObjectInputStreamGetFieldTest.java 72 Support_GetPutFields newObject = new Support_GetPutFields();
73 newObject.initTestValues();
77 object.equals(newObject));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FloatingObjects.cpp 325 FloatingObject* newObject = floatingObject.leakPtr();
326 increaseObjectsCount(newObject->type());
327 m_set.add(newObject);
328 if (newObject->isPlaced())
329 addPlacedObject(newObject);
331 return newObject;
RenderObject.cpp 447 static void addLayers(RenderObject* obj, RenderLayer* parentLayer, RenderObject*& newObject,
451 if (!beforeChild && newObject) {
452 // We need to figure out the layer that follows newObject. We only do
454 // pointer values for newObject and beforeChild used by everyone else.
455 beforeChild = newObject->parent()->findNextLayer(parentLayer, newObject);
456 newObject = 0;
463 addLayers(curr, parentLayer, newObject, beforeChild);
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectFactory.java 385 GameObject newObject = null;
388 newObject = spawnPlayer(x, y);
391 newObject = spawnCoin(x, y);
394 newObject = spawnRuby(x, y);
397 newObject = spawnDiary(x, y);
400 newObject = spawnEnemyWanda(x, y, true);
403 newObject = spawnEnemyKyle(x, y, true);
406 newObject = spawnEnemyKyleDead(x, y);
409 newObject = spawnEnemyAndouDead(x, y);
412 newObject = spawnEnemyKabocha(x, y, true)
    [all...]
  /external/android-mock/src/com/google/android/testing/mocking/
AndroidMock.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
SerializedScriptValue.cpp     [all...]

Completed in 1950 milliseconds