OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_lock_type_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/base/ime/win/
tsf_text_store.cc
33
current_lock_type_
(0) {
487
if (
current_lock_type_
!= 0) {
500
current_lock_type_
= (lock_flags & TS_LF_READWRITE);
506
*result = text_store_acp_sink_->OnLockGranted(
current_lock_type_
);
509
current_lock_type_
= 0;
513
current_lock_type_
= lock_queue_.front();
515
text_store_acp_sink_->OnLockGranted(
current_lock_type_
);
516
current_lock_type_
= 0;
916
return (
current_lock_type_
& TS_LF_READ) == TS_LF_READ;
920
return (
current_lock_type_
& TS_LF_READWRITE) == TS_LF_READWRITE
[
all
...]
tsf_text_store.h
282
DWORD
current_lock_type_
;
member in class:ui::TSFTextStore
/external/chromium_org/win8/metro_driver/ime/
text_store.cc
30
current_lock_type_
(0),
489
if (
current_lock_type_
!= 0) {
502
current_lock_type_
= (lock_flags & TS_LF_READWRITE);
508
*result = text_store_acp_sink_->OnLockGranted(
current_lock_type_
);
511
current_lock_type_
= 0;
515
current_lock_type_
= lock_queue_.front();
517
text_store_acp_sink_->OnLockGranted(
current_lock_type_
);
518
current_lock_type_
= 0;
890
return (
current_lock_type_
& TS_LF_READ) == TS_LF_READ;
894
return (
current_lock_type_
& TS_LF_READWRITE) == TS_LF_READWRITE
[
all
...]
text_store.h
294
DWORD
current_lock_type_
;
member in class:metro_driver::TextStore
Completed in 30 milliseconds