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

  /external/chromium_org/chrome/browser/chromeos/input_method/
accessibility.cc 17 : imm_(imm) {
18 DCHECK(imm_);
19 imm_->AddObserver(this);
23 DCHECK(imm_);
24 imm_->RemoveObserver(this);
29 DCHECK_EQ(imm, imm_);
34 const InputMethodDescriptor descriptor = imm_->GetCurrentInputMethod();
36 imm_->GetInputMethodUtil()->GetInputMethodMediumName(descriptor));
mode_indicator_controller.cc 54 : imm_(imm),
57 DCHECK(imm_);
58 imm_->AddObserver(this);
62 imm_->RemoveObserver(this);
103 const InputMethodDescriptor descriptor = imm_->GetCurrentInputMethod();
105 imm_->GetInputMethodUtil()->GetInputMethodShortName(descriptor);
accessibility.h 24 InputMethodManager* imm_; member in class:chromeos::input_method::Accessibility
mode_indicator_controller.h 56 InputMethodManager* imm_; member in class:chromeos::input_method::ModeIndicatorController
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.cc 129 imm_(NULL),
163 if (imm_ != NULL) imm_->Unref();
505 assert(imm_ != NULL);
511 Status s = WriteLevel0Table(imm_, &edit, base);
527 imm_->Unref();
528 imm_ = NULL;
596 while (imm_ != NULL && bg_error_.ok()) {
599 if (imm_ != NULL) {
622 } else if (imm_ == NULL &
    [all...]
db_impl.h 141 MemTable* imm_; // Memtable being compacted member in class:leveldb::DBImpl
142 port::AtomicPointer has_imm_; // So bg thread can detect non-NULL imm_

Completed in 57 milliseconds