OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UISessionState
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/chrome/browser/chromeos/input_method/
browser_state_monitor.h
21
// into InputMethodManager::
UISessionState
transitions.
25
// the InputMethodManager::
UISessionState
changes. Assumes that the current
28
const base::Callback<void(InputMethodManager::
UISessionState
)>& observer);
31
InputMethodManager::
UISessionState
ui_session() const { return ui_session_; }
39
base::Callback<void(InputMethodManager::
UISessionState
)> observer_;
40
InputMethodManager::
UISessionState
ui_session_;
input_method_persistence.h
26
// OnSessionStateChange whenever the InputMethodManager::
UISessionState
32
void OnSessionStateChange(InputMethodManager::
UISessionState
new_session);
40
InputMethodManager::
UISessionState
ui_session_;
browser_state_monitor.cc
17
const base::Callback<void(InputMethodManager::
UISessionState
)>& observer)
45
const InputMethodManager::
UISessionState
old_ui_session = ui_session_;
browser_state_monitor_unittest.cc
26
void SetState(InputMethodManager::
UISessionState
new_ui_session) {
31
base::Callback<void(InputMethodManager::
UISessionState
new_ui_session)>
38
InputMethodManager::
UISessionState
ui_session() const { return ui_session_; }
41
InputMethodManager::
UISessionState
ui_session_;
input_method_configuration.cc
23
InputMethodManager::
UISessionState
new_ui_session) {
input_method_manager_impl.h
138
// Receives notification of an InputMethodManager::
UISessionState
transition.
139
void SetUISessionState(
UISessionState
new_ui_session);
142
virtual
UISessionState
GetUISessionState() OVERRIDE;
231
UISessionState
ui_session_;
input_method_persistence.cc
150
InputMethodManager::
UISessionState
new_ui_session) {
mock_input_method_manager.h
80
virtual
UISessionState
GetUISessionState() OVERRIDE;
mock_input_method_manager.cc
29
InputMethodManager::
UISessionState
MockInputMethodManager::GetUISessionState() {
input_method_manager_impl.cc
[
all
...]
/external/chromium_org/chromeos/ime/
input_method_manager.h
39
enum
UISessionState
{
188
virtual
UISessionState
GetUISessionState() = 0;
Completed in 57 milliseconds