Searched defs:objectValue (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/bridge/objc/
H A Dobjc_utility.h45 ObjectStructPtr objectValue; member in union:JSC::Bindings::__anon14536
/external/skia/src/utils/
H A DSkJSON.cpp128 SkJSON::Object* SkJSON::Object::Iter::objectValue() const { function in class:SkJSON::Object::Iter
177 this->addObject(iter.name(), new Object(*iter.objectValue()));
/external/webkit/Source/WebCore/bridge/
H A Dnpruntime.h107 NPObject *objectValue; member in union:_NPVariant::__anon14535
135 #define NPVARIANT_TO_OBJECT(_v) ((_v).value.objectValue)
140 (_v).value.objectValue = NULL; \
146 (_v).value.objectValue = NULL; \
184 (_v).value.objectValue = _val; \
/external/webkit/Source/WebCore/storage/
H A DIDBObjectStoreBackendImpl.cpp341 RefPtr<SerializedScriptValue> objectValue = SerializedScriptValue::createFromWire(value); local
342 RefPtr<IDBKey> indexKey = fetchKeyFromKeyPath(objectValue.get(), m_indexKeyPath);
/external/dexmaker/src/test/java/com/google/dexmaker/
H A DDexMakerTest.java917 Method objectSwap = instanceSwapMethod(Object.class, "objectValue");
918 instance.objectValue = "before";
920 assertEquals("after", instance.objectValue);
943 public Object objectValue; field in class:DexMakerTest.Instance
1000 Method objectSwap = staticSwapMethod(Object.class, "objectValue");
1001 Static.objectValue = "before";
1003 assertEquals("after", Static.objectValue);
1026 public static Object objectValue; field in class:DexMakerTest.Static
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 279 milliseconds