Searched refs:objectName (Results 1 - 19 of 19) sorted by relevance

/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
H A DObjectDef.java45 public String objectName; field in class:ObjectDef
66 return "ObjectDef[name=" + objectName + ", objectId=" + objectId+"]";
H A DLocalObject.java47 String objectName; field in class:LocalObject
H A DObjectStore.java147 def.objectName = localObj.objectName;
156 localObj.objectName = name;
263 remoteObjects.put(def.objectName, remoteObject);
H A DRmiSerializer.java137 writeString(buffer, def.objectName);
149 def.objectName = readString(buffer);
/external/webkit/Source/WebKit/chromium/src/
H A DBoundObject.cpp38 BoundObject::BoundObject(v8::Handle<v8::Context> context, void* v8This, const char* objectName) argument
39 : m_objectName(objectName)
46 m_hostTemplate->SetClassName(v8::String::New(objectName));
H A DBoundObject.h45 BoundObject(v8::Handle<v8::Context> context, void* v8This, const char* objectName);
/external/webkit/Tools/DumpRenderTree/mac/
H A DCheckedMalloc.cpp62 mach_port_t objectName; local
63 if (mach_vm_region(mach_task_self(), &address, &regionSize, VM_REGION_BASIC_INFO_64, (vm_region_info_t)&regionInfo, &regionInfoCount, &objectName))
/external/webkit/Tools/DumpRenderTree/gtk/
H A DAccessibilityCallbacks.cpp56 const gchar* objectName = atk_object_get_name(accessible); local
60 if (!objectName || *objectName == '\0')
61 objectName = "(No name)";
64 signalName, objectName, objectRole);
/external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
H A DDownloadCFNet.cpp52 static void decideDestinationWithSuggestedObjectNameCallback(CFURLDownloadRef download, CFStringRef objectName, const void* clientInfo);
184 void decideDestinationWithSuggestedObjectNameCallback(CFURLDownloadRef, CFStringRef objectName, const void* clientInfo) argument
188 download->decideDestinationWithSuggestedFilename(objectName, allowOverwrite);
/external/webkit/Source/WebKit/qt/docs/webkitsnippets/
H A Dqtwebkit_bridge_snippets.cpp169 myDialog.okButton.objectName = "cancelButton";
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_class.cpp159 if (child->objectName() == name)
196 if (child->objectName() == name) {
H A Dqt_instance.cpp299 QString name = obj ? obj->objectName() : QString::fromUtf8("unnamed");
333 return m_childObject->objectName().toLatin1();
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/
H A DOBJLoader.java135 final String objectName; field in class:OBJLoader.ObjectGroup
137 public ObjectGroup(String objectName){ argument
138 this.objectName = objectName;
142 Node groupNode = new Node(objectName);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
H A DConstraintHelper.java137 String objectName = objectStructure.getName();
139 Map<String, Ipo> objectConstraintsIpos = constraintsIpos.get(objectName);
/external/webkit/Source/WebKit/win/
H A DWebDownloadCFNet.cpp68 static void decideDestinationWithSuggestedObjectNameCallback(CFURLDownloadRef download, CFStringRef objectName, const void *clientInfo);
537 void decideDestinationWithSuggestedObjectNameCallback(CFURLDownloadRef, CFStringRef objectName, const void *clientInfo) argument
538 { ((WebDownload*)clientInfo)->decideDestinationWithSuggestedObjectName(objectName); }
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptvalue_p.h1074 static JSStringRef objectName = QScriptConverter::toString("Object"); local
1080 JSValueRef objectConstructor = JSObjectGetProperty(*m_engine, globalObject, objectName, &exception);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebKit/qt/tests/qwebframe/
H A Dtst_qwebframe.cpp2036 << "objectName"
2078 evalJS("bar.objectName = 'foo';");
2079 QCOMPARE(qobj->objectName(), QLatin1String("foo"));
2097 QString ret = evalJS("bar.objectName", type);
2099 QCOMPARE(ret, QLatin1String("Error: cannot access member `objectName' of deleted QObject"));
2103 QString ret = evalJS("bar.objectName = 'foo'", type);
2105 QCOMPARE(ret, QLatin1String("Error: cannot access member `objectName' of deleted QObject"));
2134 QString ret = evalJS("o.objectName", type);
2136 QCOMPARE(ret, QLatin1String("Error: cannot access member `objectName' of deleted QObject"));
3203 m_view->setHtml("<script>function triggerBug() { document.getElementById('span1').innerText = test.getNewObject().objectName; }</scrip
[all...]

Completed in 275 milliseconds