Searched defs:assoc* (Results 1 - 25 of 140) sorted by relevance

123456

/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h1258 DB_LOCKER *associate_locker; /* Locker for DB->associate call. */ member in struct:__db
1391 int (*associate) __P((DB *, DB_TXN *, DB *, member in struct:__db
1393 int (*associate_foreign) __P((DB *, DB *, member in struct:__db
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h1247 DB_LOCKER *associate_locker; /* Locker for DB->associate call. */ member in struct:__db
1380 int (*associate) __P((DB *, DB_TXN *, DB *, member in struct:__db
1382 int (*associate_foreign) __P((DB *, DB *, member in struct:__db
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h1256 DB_LOCKER *associate_locker; /* Locker for DB->associate call. */ member in struct:__db
1389 int (*associate) __P((DB *, DB_TXN *, DB *, member in struct:__db
1391 int (*associate_foreign) __P((DB *, DB *, member in struct:__db
H A Ddb_cxx.h336 int (*associate_callback_)(Db *, const Dbt *, const Dbt *, Dbt *); member in class:Db
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h1295 DB_LOCKER *associate_locker; /* Locker for DB->associate call. */ member in struct:__db
1428 int (*associate) __P((DB *, DB_TXN *, DB *, member in struct:__db
1430 int (*associate_foreign) __P((DB *, DB *, member in struct:__db
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h1295 DB_LOCKER *associate_locker; /* Locker for DB->associate call. */ member in struct:__db
1428 int (*associate) __P((DB *, DB_TXN *, DB *, member in struct:__db
1430 int (*associate_foreign) __P((DB *, DB *, member in struct:__db
H A Ddb_cxx.h336 int (*associate_callback_)(Db *, const Dbt *, const Dbt *, Dbt *); member in class:Db
/macosx-10.9.5/BerkeleyDB-21/db/cxx/
H A Dcxx_db.cpp432 int Db::associate(DbTxn *txn, Db *secondary, int (*callback)(Db *, const Dbt *, function in class:Db
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A DDb.java293 public void associate(DbTxn txnid, Db secondary, com.sleepycat.db.SecondaryKeyCreator callback, int flags) throws com.sleepycat.db.DatabaseException { db_javaJNI.Db_associate(swigCPtr, this, DbTxn.getCPtr(txnid), txnid, Db.getCPtr(secondary), secondary, (secondary.seckey_create_handler = callback) != null || method in class:Db
296 public void associate_foreign(Db primary, com.sleepycat.db.ForeignKeyNullifier callback, int flags) throws com.sleepycat.db.DatabaseException { db_javaJNI.Db_associate_foreign(swigCPtr, this, Db.getCPtr(primary), primary, (primary.foreignkey_nullify_handler = callback) != null || method in class:Db
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dzic.c863 associate(void) function
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/ruby/osx/objc/
H A Doc_attachments.rb1352 def assoc(key) method in class:OSX.NSArray
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityRenderObject.cpp938 Node* associateElement = formElements[i].get(); local
947 HTMLInputElement* associateElement = static_cast<HTMLInputElement*>(list->item(i)); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DFormAssociatedElement.cpp277 const HTMLElement* toHTMLElement(const FormAssociatedElement* associatedElement) argument
287 HTMLElement* toHTMLElement(FormAssociatedElement* associatedElement) argument
H A DHTMLFieldSetElement.cpp129 const Vector<FormAssociatedElement*>& HTMLFieldSetElement::associatedElements() const function in class:WebCore::HTMLFieldSetElement
H A DHTMLFormControlsCollection.cpp131 FormAssociatedElement* associatedElement = elementsArray[i]; local
H A DHTMLFormElement.cpp342 FormAssociatedElement* associatedElement = m_associatedElements[i]; local
454 unsigned HTMLFormElement::formElementIndex(FormAssociatedElement* associatedElement) argument
456 HTMLElement* associatedHTMLElement = toHTMLElement(associatedElement); local
[all...]
H A DHTMLFormElement.h106 const Vector<FormAssociatedElement*>& associatedElements() const { return m_associatedElements; } function in class:WebCore::FINAL
H A DHTMLLegendElement.cpp50 HTMLFormControlElement* HTMLLegendElement::associatedControl() function in class:WebCore::HTMLLegendElement
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DWebGLBuffer.cpp64 bool WebGLBuffer::associateBufferDataImpl(const void* data, GC3Dsizeiptr byteLength) function in class:WebCore::WebGLBuffer
96 bool WebGLBuffer::associateBufferData(GC3Dsizeiptr size) function in class:WebCore::WebGLBuffer
101 bool WebGLBuffer::associateBufferData(ArrayBuffer* array) function in class:WebCore::WebGLBuffer
108 bool WebGLBuffer::associateBufferData(ArrayBufferView* array) function in class:WebCore::WebGLBuffer
115 bool WebGLBuffer::associateBufferSubDataImpl(GC3Dintptr offset, const void* data, GC3Dsizeiptr byteLength) function in class:WebCore::WebGLBuffer
144 bool WebGLBuffer::associateBufferSubData(GC3Dintptr offset, ArrayBuffer* array) function in class:WebCore::WebGLBuffer
151 bool WebGLBuffer::associateBufferSubData(GC3Dintptr offset, ArrayBufferView* array) function in class:WebCore::WebGLBuffer
[all...]
/macosx-10.9.5/WebCore-7537.78.1/loader/appcache/
H A DApplicationCacheGroup.cpp1089 void ApplicationCacheGroup::associateDocumentLoaderWithCache(DocumentLoader* loader, ApplicationCache* cache) function in class:WebCore::ApplicationCacheGroup
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DCompositionResults.h60 bool associatedWithPendingCompositionUpdate; member in struct:WebCore::CompositionResults
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGFontData.cpp122 SVGFontElement* associatedFontElement = svgFontFaceElement->associatedFontElement(); local
155 SVGFontElement* associatedFontElement = svgFontFaceElement->associatedFontElement(); local
[all...]
H A DSVGFontFaceElement.cpp265 SVGFontElement* SVGFontFaceElement::associatedFontElement() const function in class:WebCore::SVGFontFaceElement
H A DSVGUseElement.cpp838 void SVGUseElement::associateInstancesWithShadowTreeElements(Node* target, SVGElementInstance* targetInstance) function in class:WebCore::SVGUseElement
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dbind.c1706 } assoc_list; typedef in typeref:struct:__anon6388

Completed in 311 milliseconds

123456