HomeSort by relevance Sort by last modified time
    Searched refs:RequestLock (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/win8/metro_driver/ime/
text_store.h 39 // - TSF manager calls TextStore::RequestLock().
52 // - TSF manager calls TextStore::RequestLock().
63 // - TSF manager calls TextStore::RequestLock().
77 // When TSF manager manipulates the string buffer it calls RequestLock() to get
80 // RequestLock() is called from only one thread, but called recursively in
181 STDMETHOD(RequestLock)(DWORD lock_flags, HRESULT* result) OVERRIDE;
296 // Queue of the lock request used in RequestLock().
text_store.cc 483 STDMETHODIMP TextStore::RequestLock(DWORD lock_flags, HRESULT* result) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
textstor.h 395 virtual HRESULT STDMETHODCALLTYPE RequestLock(
566 HRESULT (STDMETHODCALLTYPE *RequestLock)(
745 #define ITextStoreACP_RequestLock(This,dwLockFlags,phrSession) (This)->lpVtbl->RequestLock(This,dwLockFlags,phrSession)
788 return This->lpVtbl->RequestLock(This,dwLockFlags,phrSession);
    [all...]

Completed in 33 milliseconds