Home
last modified time | relevance | path

Searched refs:IMEState_Enabled (Results 1 – 1 of 1) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/generated/
H A Dstructs.rs7026 pub mEnabled: root::mozilla::widget::IMEState_Enabled,
7031 pub const IMEState_Enabled_DISABLED: root::mozilla::widget::IMEState_Enabled = 0;
7033 pub const IMEState_Enabled_ENABLED: root::mozilla::widget::IMEState_Enabled = 1;
7038 pub const IMEState_Enabled_PASSWORD: root::mozilla::widget::IMEState_Enabled = 2;
7043 pub const IMEState_Enabled_PLUGIN: root::mozilla::widget::IMEState_Enabled = 3;
7046 pub const IMEState_Enabled_UNKNOWN: root::mozilla::widget::IMEState_Enabled = 4;
7054 pub type IMEState_Enabled = u32; typedef