OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RequestLock
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/base/ime/win/
tsf_text_store_unittest.cc
376
EXPECT_EQ(S_OK, text_store_->
RequestLock
(TS_LF_READ | TS_LF_SYNC, &result));
386
text_store_->
RequestLock
(TS_LF_READWRITE | TS_LF_SYNC, &result));
395
EXPECT_EQ(S_OK, text_store_->
RequestLock
(TS_LF_READ | TS_LF_SYNC, &result));
405
text_store_->
RequestLock
(TS_LF_READWRITE | TS_LF_SYNC, &result));
425
EXPECT_EQ(S_OK, text_store_->
RequestLock
(TS_LF_READ | TS_LF_SYNC, &result));
429
text_store_->
RequestLock
(TS_LF_READWRITE | TS_LF_SYNC, &result));
432
EXPECT_EQ(S_OK, text_store_->
RequestLock
(TS_LF_READ | TS_LF_SYNC, &result));
435
EXPECT_EQ(S_OK, text_store_->
RequestLock
(TS_LF_READ | TS_LF_SYNC, &result));
440
text_store_->
RequestLock
(TS_LF_READWRITE | TS_LF_SYNC, &result));
444
text_store_->
RequestLock
(TS_LF_READWRITE | TS_LF_SYNC, &result))
[
all
...]
tsf_text_store.h
33
// - TSF manager calls TSFTextStore::
RequestLock
().
46
// - TSF manager calls TSFTextStore::
RequestLock
().
57
// - TSF manager calls TSFTextStore::
RequestLock
().
71
// When TSF manager manipulates the string buffer it calls
RequestLock
() to get
74
//
RequestLock
() is called from only one thread, but called recursively in
171
STDMETHOD(
RequestLock
)(DWORD lock_flags, HRESULT* result) OVERRIDE;
284
// Queue of the lock request used in
RequestLock
().
tsf_text_store.cc
481
STDMETHODIMP TSFTextStore::
RequestLock
(DWORD lock_flags, HRESULT* result) {
/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) {
Completed in 28 milliseconds