Searched defs:unlock (Results 1 - 25 of 30) sorted by relevance

12

/external/webkit/Source/WebKit/android/plugins/
H A DANPSurface_npapi.h45 void (*unlock)(JNIEnv* env, jobject surface); member in struct:ANPSurfaceInterfaceV0
/external/chromium/chrome/browser/chromeos/login/
H A Dauth_attempt_state.h30 // Used to initalize for a screen unlock attempt.
74 const bool unlock; // True if authenticating to unlock the computer. member in class:chromeos::AuthAttemptState
H A Dscreen_locker_browsertest.cc109 // Test the no password mode with different unlock scheme given by
110 // |unlock| function.
111 void TestNoPassword(void (unlock)(views::Widget*)) { argument
128 unlock(tester->GetWidget());
212 // Successful authentication simply send a unlock request to PowerManager.
/external/webkit/Source/WebCore/platform/graphics/android/
H A DSharedTexture.h59 void unlock() { m_lock.unlock(); } function in class:WebCore::SharedTexture
/external/webkit/Source/WebCore/storage/
H A DOriginQuotaManager.cpp65 void OriginQuotaManager::unlock() function in class:WebCore::OriginQuotaManager
70 m_usageRecordGuard.unlock();
H A DStorageNamespaceImpl.cpp166 void StorageNamespaceImpl::unlock() function in class:WebCore::StorageNamespaceImpl
/external/chromium/chrome/common/net/gaia/
H A Dgoogle_service_auth_error.cc14 const std::string& t, const GURL& img, const GURL& unlock)
15 : token(t), image_url(img), unlock_url(unlock) {}
13 Captcha( const std::string& t, const GURL& img, const GURL& unlock) argument
/external/skia/gpu/src/
H A DGrGLIndexBuffer.cpp75 void GrGLIndexBuffer::unlock() { function in class:GrGLIndexBuffer
H A DGrGLVertexBuffer.cpp73 void GrGLVertexBuffer::unlock() { function in class:GrGLVertexBuffer
H A DGrBufferAllocPool.cpp64 buffer->unlock();
86 buffer->unlock();
102 void GrBufferAllocPool::unlock() { function in class:GrBufferAllocPool
108 block.fBuffer->unlock();
252 prev.fBuffer->unlock();
310 buffer->unlock();
H A DGrTextureCache.cpp198 unlock(entry);
201 void GrTextureCache::unlock(GrTextureEntry* entry) { function in class:GrTextureCache
208 entry->unlock();
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSLock.cpp98 void JSLock::unlock(JSLockBehavior lockBehavior) function in class:JSC::JSLock
122 void JSLock::unlock(ExecState* exec) function in class:JSC::JSLock
124 unlock(exec->globalData().isSharedInstance() ? LockForReal : SilenceAssertionsOnly);
137 // We lock the context when a thread enters, and unlock it when it leaves.
138 // However we do not only unlock when the thread returns from its
139 // entry point (evaluate script or call function), we also unlock the
187 JSLock::unlock(m_lockBehavior);
205 JSLock::unlock(m_lockBehavior);
239 void JSLock::unlock(JSLockBehavior)
247 void JSLock::unlock(ExecStat
[all...]
/external/webkit/Source/JavaScriptCore/wtf/
H A DThreadingNone.cpp49 void Mutex::unlock() { } function in class:WTF::Mutex
H A DThreadingPthreads.cpp94 atomicallyInitializedStaticMutex->unlock();
286 void Mutex::unlock() function in class:WTF::Mutex
341 void ReadWriteLock::unlock() function in class:WTF::ReadWriteLock
H A DThreadingWin.cpp149 atomicallyInitializedStaticMutex->unlock();
305 // If this thread already had the lock, we must unlock and
320 void Mutex::unlock() function in class:WTF::Mutex
/external/webkit/Source/WebKit/chromium/src/
H A DStorageNamespaceProxy.cpp89 void StorageNamespaceProxy::unlock() function in class:WebCore::StorageNamespaceProxy
/external/valgrind/main/drd/tests/
H A Dmonitor_example.cpp110 void unlock() function in class:Monitor
163 { if (m_locked) unlock(); }
166 void unlock() function in class:ScopedLock
167 { assert(m_locked); m_locked = false; m_monitor.unlock(); }
/external/skia/gpu/include/
H A DGrTextureCache.h151 void unlock() { function in class:GrTextureEntry
250 * When done with an entry, call unlock(entry) on it, which returns it to
253 void unlock(GrTextureEntry*);
/external/webkit/Source/JavaScriptCore/wtf/gtk/
H A DThreadingGtk.cpp77 atomicallyInitializedStaticMutex->unlock();
194 void Mutex::unlock() function in class:WTF::Mutex
/external/webkit/Source/JavaScriptCore/wtf/qt/
H A DThreadingQt.cpp158 atomicallyInitializedStaticMutex->unlock();
236 void Mutex::unlock() function in class:WTF::Mutex
238 m_mutex->unlock();
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapper.h75 inline void unlock() { --m_lockCount; } function in class:WebCore::BitmapTexture
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DSharedBitmap.h61 void unlock() { m_locked = false; } function in class:WebCore::SharedBitmap
/external/ppp/pppd/
H A Dutils.c1071 * unlock - remove our lockfile
1074 unlock() function
/external/webkit/Source/WebCore/webaudio/
H A DAudioContext.cpp428 void AudioContext::unlock() function in class:WebCore::AudioContext
433 m_contextGraphMutex.unlock();
465 unlock();
492 unlock();
/external/kernel-headers/original/linux/mtd/
H A Dmtd.h191 int (*unlock) (struct mtd_info *mtd, loff_t ofs, size_t len); member in struct:mtd_info

Completed in 5510 milliseconds

12