Searched refs:kTestText (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/components/password_manager/core/browser/
H A Dbrowser_save_password_progress_logger_unittest.cc15 const char kTestText[] = "test"; member in namespace:password_manager::__anon6670
36 EXPECT_CALL(client, LogSavePasswordProgress(kTestText)).Times(1);
37 logger.SendLog(kTestText);
H A Dlog_router_unittest.cc18 const char kTestText[] = "abcd1234"; member in namespace:password_manager::__anon6671
44 EXPECT_CALL(receiver_, LogSavePasswordProgress(kTestText)).Times(1);
45 router.ProcessLog(kTestText);
57 EXPECT_CALL(receiver_, LogSavePasswordProgress(kTestText)).Times(1);
58 router.ProcessLog(kTestText);
67 EXPECT_CALL(receiver_, LogSavePasswordProgress(kTestText)).Times(1);
68 EXPECT_CALL(receiver2_, LogSavePasswordProgress(kTestText)).Times(0);
69 router.ProcessLog(kTestText);
71 EXPECT_EQ(kTestText, router.RegisterReceiver(&receiver2_));
82 EXPECT_CALL(receiver_, LogSavePasswordProgress(kTestText))
[all...]
/external/chromium_org/components/autofill/content/renderer/
H A Drenderer_save_password_progress_logger_unittest.cc15 const char kTestText[] = "test"; member in namespace:autofill::__anon6298
48 logger.SendLog(kTestText);
51 EXPECT_EQ(kTestText, sent_log);
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_manager_internals_service_unittest.cc19 const char kTestText[] = "abcd1234"; member in namespace:__anon4372
63 EXPECT_CALL(receiver, LogSavePasswordProgress(kTestText)).Times(1);
64 service->ProcessLog(kTestText);
H A Dchrome_password_manager_client_unittest.cc31 const char kTestText[] = "abcd1234"; member in namespace:__anon4365
117 EXPECT_CALL(receiver_, LogSavePasswordProgress(kTestText)).Times(0);
119 client->LogSavePasswordProgress(kTestText);
130 EXPECT_CALL(receiver_, LogSavePasswordProgress(kTestText)).Times(1);
131 client->LogSavePasswordProgress(kTestText);
145 EXPECT_CALL(receiver_, LogSavePasswordProgress(kTestText)).Times(0);
146 client->LogSavePasswordProgress(kTestText);
216 EXPECT_CALL(receiver_, LogSavePasswordProgress(kTestText)).Times(1);
217 client->LogSavePasswordProgress(kTestText);
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_worditerator_unittest.cc32 const wchar_t kTestText[] = local
122 base::string16 input(base::WideToUTF16(kTestText));
151 const wchar_t kTestText[] = L"\x1791\x17c1\x002e";
152 base::string16 input(base::WideToUTF16(kTestText));
/external/chromium_org/device/nfc/
H A Dnfc_ndef_record_unittest.cc23 const char kTestText[] = "test-text"; member in namespace:device::__anon8028
43 data.SetString(NfcNdefRecord::kFieldText, kTestText);
71 EXPECT_EQ(kTestText, string_value);
208 title_value->SetString(NfcNdefRecord::kFieldText, kTestText);
238 EXPECT_EQ(kTestText, string_value);
/external/chromium_org/third_party/skia/tests/
H A DCanvasTest.cpp256 SkString kTestText("Hello World");
354 SIMPLE_TEST_STEP(DrawText, drawText(kTestText.c_str(), kTestText.size(),
356 SIMPLE_TEST_STEP(DrawPosText, drawPosText(kTestText.c_str(),
357 kTestText.size(), kTestPoints2, kTestPaint));
358 SIMPLE_TEST_STEP(DrawTextOnPath, drawTextOnPath(kTestText.c_str(),
359 kTestText.size(), kTestPath, NULL, kTestPaint));
360 SIMPLE_TEST_STEP(DrawTextOnPathMatrix, drawTextOnPath(kTestText.c_str(),
361 kTestText.size(), kTestPath, &kTestMatrix, kTestPaint));
362 SIMPLE_TEST_STEP(DrawData, drawData(kTestText
[all...]
/external/skia/tests/
H A DCanvasTest.cpp256 SkString kTestText("Hello World");
354 SIMPLE_TEST_STEP(DrawText, drawText(kTestText.c_str(), kTestText.size(),
356 SIMPLE_TEST_STEP(DrawPosText, drawPosText(kTestText.c_str(),
357 kTestText.size(), kTestPoints2, kTestPaint));
358 SIMPLE_TEST_STEP(DrawTextOnPath, drawTextOnPath(kTestText.c_str(),
359 kTestText.size(), kTestPath, NULL, kTestPaint));
360 SIMPLE_TEST_STEP(DrawTextOnPathMatrix, drawTextOnPath(kTestText.c_str(),
361 kTestText.size(), kTestPath, &kTestMatrix, kTestPaint));
362 SIMPLE_TEST_STEP(DrawData, drawData(kTestText
[all...]

Completed in 266 milliseconds