Searched defs:isAttached (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderQuote.h53 bool isAttached() { return m_attached; } function in class:WebCore::FINAL
H A DRenderLazyBlock.h43 bool isAttached() const { return m_attached; } function in class:WebCore::FINAL
/external/srec/srec/cfront/
H A Dca_cms.c187 ESR_ReturnCode CA_IsCMSAttachedtoUtterance(CA_Wave* hWave, ESR_BOOL* isAttached) argument
189 if (hWave == NULL || isAttached == NULL)
191 *isAttached = hWave->is_attached;
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGTRefElement.cpp76 bool isAttached() const { return m_target.get(); } function in class:WebCore::SVGTRefTargetEventListener
98 ASSERT(!isAttached());
109 if (!isAttached())
126 ASSERT(isAttached());
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowFragment.java129 public void setAttached(boolean isAttached) { argument
130 attached = isAttached;
133 public boolean isAttached() { method in class:ShadowFragment
/external/chromium_org/third_party/sqlite/src/src/
H A Dbackup.c45 int isAttached; /* True once backup has been registered with pager */ member in struct:sqlite3_backup
181 p->isAttached = 0;
320 p->isAttached = 1;
403 }else if( !p->isAttached ){
558 if( p->isAttached ){
/external/srec/srec/Recognizer/src/
H A DRecognizerImpl.c832 ESR_BOOL isAttached, isConfigured; local
834 CHKLOG(rc, CA_IsCMSAttachedtoUtterance(impl->wavein, &isAttached));
835 if (isAttached)
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c55487 int isAttached; /* True once backup has been registered with pager */ member in struct:sqlite3_backup
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c57679 int isAttached; /* True once backup has been registered with pager */ member in struct:sqlite3_backup
[all...]
/external/sqlite/dist/
H A Dsqlite3.c57707 int isAttached; /* True once backup has been registered with pager */ member in struct:sqlite3_backup
[all...]

Completed in 776 milliseconds