OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IMEPropertyInfoList
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/ash/system/tray/
system_tray_delegate.h
64
typedef std::vector<IMEPropertyInfo>
IMEPropertyInfoList
;
227
virtual void GetCurrentIMEProperties(
IMEPropertyInfoList
* list) = 0;
default_system_tray_delegate.h
65
virtual void GetCurrentIMEProperties(
IMEPropertyInfoList
* list) OVERRIDE;
default_system_tray_delegate.cc
200
IMEPropertyInfoList
* list) {
/external/chromium_org/ash/system/ime/
tray_ime.cc
103
IMEPropertyInfoList
property_list;
111
const
IMEPropertyInfoList
& property_list) {
146
void AppendIMEProperties(const
IMEPropertyInfoList
& property_list) {
255
IMEPropertyInfoList
property_list;
295
IMEPropertyInfoList
property_list;
/external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_chromeos.h
103
virtual void GetCurrentIMEProperties(ash::
IMEPropertyInfoList
* list) OVERRIDE;
system_tray_delegate_linux.cc
207
ash::
IMEPropertyInfoList
* list) OVERRIDE {
system_tray_delegate_win.cc
204
ash::
IMEPropertyInfoList
* list) OVERRIDE {
system_tray_delegate_chromeos.cc
725
ash::
IMEPropertyInfoList
* list) {
[
all
...]
Completed in 1816 milliseconds