Searched defs:isAttached (Results 1 - 13 of 13) 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
/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/webrtc/modules/video_render/android/
H A Dvideo_render_android_surface_view.cc43 bool isAttached = false; local
62 isAttached = true;
68 if (isAttached) {
100 bool isAttached = false; local
118 isAttached = true;
188 if (isAttached) {
251 bool isAttached = false; local
270 isAttached = true;
275 if (isAttached) {
318 bool isAttached local
[all...]
H A Dvideo_render_android_native_opengl2.cc43 bool isAttached = false; local
60 isAttached = true;
86 if (isAttached) {
100 bool isAttached = false; local
115 isAttached = true;
122 if (isAttached) {
146 bool isAttached = false; local
160 isAttached = true;
200 if (isAttached) {
250 bool isAttached local
298 bool isAttached = false; local
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowFragment.java137 public void setAttached(boolean isAttached) { argument
138 attached = isAttached;
141 public boolean isAttached() { method in class:ShadowFragment
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/
H A Dliblouis.js84 if (this.isAttached()) {
113 if (!this.isAttached()) {
128 cvox.LibLouis.prototype.isAttached = function() {
/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/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Daudio_record_jni.cc252 bool isAttached = false; local
267 isAttached = true;
286 if (isAttached)
401 bool isAttached = false; local
415 isAttached = true;
451 if (isAttached)
482 bool isAttached = false; local
496 isAttached = true;
529 if (isAttached)
558 bool isAttached local
817 bool isAttached = false; local
973 bool isAttached = false; local
[all...]
H A Daudio_track_jni.cc244 bool isAttached = false; local
259 isAttached = true;
278 if (isAttached)
400 bool isAttached = false; local
417 isAttached = true;
448 if (isAttached)
481 bool isAttached = false; local
495 isAttached = true;
528 if (isAttached)
552 bool isAttached local
645 bool isAttached = false; local
704 bool isAttached = false; local
907 bool isAttached = false; local
974 bool isAttached = false; local
1134 bool isAttached = false; local
[all...]
/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.c55308 int isAttached; /* True once backup has been registered with pager */ member in struct:sqlite3_backup
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c60109 int isAttached; /* True once backup has been registered with pager */ member in struct:sqlite3_backup
[all...]
/external/sqlite/dist/
H A Dsqlite3.c60129 int isAttached; /* True once backup has been registered with pager */ member in struct:sqlite3_backup
[all...]

Completed in 741 milliseconds