OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:candidate_window_view_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_controller_impl.cc
35
:
candidate_window_view_
(NULL),
43
candidate_window_view_
->RemoveObserver(this);
65
candidate_window_view_
= new CandidateWindowView(frame_.get());
66
candidate_window_view_
->Init();
67
candidate_window_view_
->AddObserver(this);
69
frame_->SetContentsView(
candidate_window_view_
);
92
candidate_window_view_
->HideLookupTable();
93
candidate_window_view_
->HideAuxiliaryText();
104
candidate_window_view_
->cursor_bounds();
113
candidate_window_view_
->set_cursor_bounds(cursor_bounds)
[
all
...]
candidate_window_controller_impl.h
97
CandidateWindowView*
candidate_window_view_
;
member in class:chromeos::input_method::CandidateWindowControllerImpl
Completed in 167 milliseconds