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

  /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;
887 return (current_lock_type_ & TS_LF_READ) == TS_LF_READ;
891 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 944 milliseconds