OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputMethodPropertyList
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/chrome/browser/chromeos/input_method/
ibus_controller_base.h
34
virtual const
InputMethodPropertyList
& GetCurrentProperties() const OVERRIDE;
47
const
InputMethodPropertyList
& current_property_list);
66
InputMethodPropertyList
current_property_list_;
ibus_controller.h
17
typedef std::vector<InputMethodProperty>
InputMethodPropertyList
;
56
virtual const
InputMethodPropertyList
& GetCurrentProperties() const = 0;
ibus_controller_impl.h
25
typedef std::vector<InputMethodProperty>
InputMethodPropertyList
;
44
InputMethodPropertyList
* prop_list);
ibus_controller_impl_unittest.cc
16
InputMethodPropertyList
* prop_list) {
24
InputMethodPropertyList
properties;
ibus_controller_base.cc
38
const
InputMethodPropertyList
&
66
const
InputMethodPropertyList
& current_property_list) {
ibus_controller_impl.cc
46
chromeos::input_method::
InputMethodPropertyList
* prop_list) {
87
InputMethodPropertyList
* out_prop_list) {
133
InputMethodPropertyList
* out_prop_list) {
180
InputMethodPropertyList
* out_prop_list) {
293
InputMethodPropertyList
prop_list; // our representation.
335
chromeos::input_method::
InputMethodPropertyList
* prop_list) {
mock_input_method_manager.cc
153
InputMethodPropertyList
155
return
InputMethodPropertyList
();
mock_input_method_manager.h
71
virtual
InputMethodPropertyList
input_method_manager_impl.h
99
virtual
InputMethodPropertyList
input_method_manager_impl.cc
830
InputMethodPropertyList
835
return
InputMethodPropertyList
();
[
all
...]
input_method_manager_impl_unittest.cc
673
InputMethodPropertyList
current_property_list;
707
InputMethodPropertyList
current_property_list;
[
all
...]
/external/chromium_org/chromeos/ime/
input_method_property.h
39
typedef std::vector<InputMethodProperty>
InputMethodPropertyList
;
input_method_manager.h
180
virtual
InputMethodPropertyList
GetCurrentInputMethodProperties() const = 0;
/external/chromium_org/chrome/browser/chromeos/system/
ash_system_tray_delegate.cc
725
input_method::
InputMethodPropertyList
properties =
[
all
...]
Completed in 388 milliseconds