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

/external/clang/test/CodeGenCXX/
H A Ddebug-info-dup-fwd-decl.cpp11 return reserved->objectID;
15 unsigned objectID; member in struct:Test::data
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DProxyInstance.h43 static PassRefPtr<ProxyInstance> create(PassRefPtr<JSC::Bindings::RootObject> rootObject, NetscapePluginInstanceProxy* instanceProxy, uint32_t objectID) argument
45 return adoptRef(new ProxyInstance(rootObject, instanceProxy, objectID));
57 uint32_t objectID() const { return m_objectID; } function in class:WebKit::ProxyInstance
60 ProxyInstance(PassRefPtr<JSC::Bindings::RootObject>, NetscapePluginInstanceProxy*, uint32_t objectID);
H A DNetscapePluginInstanceProxy.h109 bool getWindowNPObject(uint32_t& objectID);
110 bool getPluginElementNPObject(uint32_t& objectID);
111 bool forgetBrowserObjectID(uint32_t objectID); // Will fail if the ID is being sent to plug-in right now (i.e., retain/release calls aren't balanced).
113 bool evaluate(uint32_t objectID, const WTF::String& script, data_t& resultData, mach_msg_type_number_t& resultLength, bool allowPopups);
114 bool invoke(uint32_t objectID, const JSC::Identifier& methodName, data_t argumentsData, mach_msg_type_number_t argumentsLength, data_t& resultData, mach_msg_type_number_t& resultLength);
115 bool invokeDefault(uint32_t objectID, data_t argumentsData, mach_msg_type_number_t argumentsLength, data_t& resultData, mach_msg_type_number_t& resultLength);
116 bool construct(uint32_t objectID, data_t argumentsData, mach_msg_type_number_t argumentsLength, data_t& resultData, mach_msg_type_number_t& resultLength);
117 bool enumerate(uint32_t objectID, data_t& resultData, mach_msg_type_number_t& resultLength);
119 bool getProperty(uint32_t objectID, const JSC::Identifier& propertyName, data_t &resultData, mach_msg_type_number_t& resultLength);
120 bool getProperty(uint32_t objectID, unsigne
212 GetScriptableNPObjectReply(uint32_t objectID) argument
[all...]
/external/clang/test/Index/
H A Dcomment-cplus-decls.cpp27 return reserved->objectID;
35 unsigned objectID; member in struct:Test::data
/external/eigen/unsupported/test/
H A Dopenglsupport.cpp57 void printInfoLog(GLuint objectID) argument
61 glGetProgramiv(objectID,GL_INFO_LOG_LENGTH, &infologLength);
65 glGetProgramInfoLog(objectID, infologLength, &charsWritten, infoLog);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 445 milliseconds