OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TrayIME
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/ime/
tray_ime.h
29
class
TrayIME
: public SystemTrayItem,
32
explicit
TrayIME
(SystemTray* system_tray);
33
virtual ~
TrayIME
();
64
DISALLOW_COPY_AND_ASSIGN(
TrayIME
);
tray_ime.cc
182
TrayIME
::
TrayIME
(SystemTray* system_tray)
191
TrayIME
::~
TrayIME
() {
197
void
TrayIME
::UpdateTrayLabel(const IMEInfo& current, size_t count) {
210
void
TrayIME
::UpdateOrCreateNotification() {
235
base::Bind(&
TrayIME
::PopupDetailedView,
241
views::View*
TrayIME
::CreateTrayView(user::LoginStatus status) {
252
views::View*
TrayIME
::CreateDefaultView(user::LoginStatus status) {
265
views::View*
TrayIME
::CreateDetailedView(user::LoginStatus status)
[
all
...]
Completed in 5793 milliseconds