OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputMethodUtilTest
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/chromeos/input_method/
input_method_util_unittest.cc
18
class
InputMethodUtilTest
: public testing::Test {
32
TEST_F(
InputMethodUtilTest
, GetStringUTF8) {
42
TEST_F(
InputMethodUtilTest
, StringIsSupported) {
54
TEST_F(
InputMethodUtilTest
, NormalizeLanguageCode) {
77
TEST_F(
InputMethodUtilTest
, IsKeyboardLayout) {
82
TEST_F(
InputMethodUtilTest
, GetLanguageCodeFromDescriptor) {
99
TEST_F(
InputMethodUtilTest
, GetKeyboardLayoutName) {
116
TEST_F(
InputMethodUtilTest
, GetLanguageCodeFromInputMethodId) {
121
TEST_F(
InputMethodUtilTest
, GetInputMethodDisplayNameFromId) {
128
TEST_F(
InputMethodUtilTest
, GetInputMethodDescriptorFromId)
[
all
...]
/external/chromium_org/chrome/browser/chromeos/input_method/
input_method_util_unittest.cc
47
class
InputMethodUtilTest
: public testing::Test {
49
InputMethodUtilTest
()
54
base::Bind(&
InputMethodUtilTest
::GetDisplayLanguageName));
113
TEST_F(
InputMethodUtilTest
, GetInputMethodShortNameTest) {
170
TEST_F(
InputMethodUtilTest
, GetInputMethodMediumNameTest) {
212
TEST_F(
InputMethodUtilTest
, GetInputMethodLongNameTest) {
295
TEST_F(
InputMethodUtilTest
, TestIsValidInputMethodId) {
301
TEST_F(
InputMethodUtilTest
, TestIsKeyboardLayout) {
306
TEST_F(
InputMethodUtilTest
, TestGetKeyboardLayoutName) {
321
TEST_F(
InputMethodUtilTest
, TestGetLanguageCodeFromInputMethodId)
[
all
...]
Completed in 29 milliseconds