OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imm_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/chromeos/input_method/
accessibility.cc
19
:
imm_
(imm) {
20
DCHECK(
imm_
);
21
imm_
->AddObserver(this);
25
DCHECK(
imm_
);
26
imm_
->RemoveObserver(this);
31
DCHECK_EQ(imm,
imm_
);
47
const InputMethodDescriptor descriptor =
imm_
->GetCurrentInputMethod();
49
imm_
->GetInputMethodUtil()->GetInputMethodMediumName(descriptor));
mode_indicator_controller.cc
53
:
imm_
(imm),
56
DCHECK(
imm_
);
57
imm_
->AddObserver(this);
61
imm_
->RemoveObserver(this);
114
const InputMethodDescriptor descriptor =
imm_
->GetCurrentInputMethod();
116
imm_
->GetInputMethodUtil()->GetInputMethodShortName(descriptor);
accessibility.h
26
InputMethodManager*
imm_
;
member in class:chromeos::input_method::Accessibility
mode_indicator_controller.h
57
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 614 milliseconds