Home
last modified time | relevance | path

Searched refs:TestAPI (Results 1 – 25 of 51) sorted by relevance

123

/external/chromium_org/ash/desktop_background/
Ddesktop_background_controller_test_api.cc9 DesktopBackgroundController::TestAPI::TestAPI( in TestAPI() function in ash::DesktopBackgroundController::TestAPI
14 void DesktopBackgroundController::TestAPI::set_wallpaper_reload_delay_for_test( in set_wallpaper_reload_delay_for_test()
Ddesktop_background_controller_test_api.h12 class DesktopBackgroundController::TestAPI {
14 explicit TestAPI(DesktopBackgroundController* controller);
Ddesktop_background_controller.h53 class TestAPI;
/external/chromium_org/mojo/application_manager/
Dapplication_manager.h32 class MOJO_APPLICATION_MANAGER_EXPORT TestAPI {
34 explicit TestAPI(ApplicationManager* manager);
35 ~TestAPI();
45 DISALLOW_COPY_AND_ASSIGN(TestAPI);
Dapplication_manager.cc136 ApplicationManager::TestAPI::TestAPI(ApplicationManager* manager) in TestAPI() function in mojo::ApplicationManager::TestAPI
140 ApplicationManager::TestAPI::~TestAPI() { in ~TestAPI()
143 bool ApplicationManager::TestAPI::HasCreatedInstance() { in HasCreatedInstance()
147 bool ApplicationManager::TestAPI::HasFactoryForURL(const GURL& url) const { in HasFactoryForURL()
/external/chromium_org/ui/wm/core/
Dimage_grid.h63 class WM_EXPORT TestAPI {
65 TestAPI(ImageGrid* grid) : grid_(grid) {} in TestAPI() function
86 DISALLOW_COPY_AND_ASSIGN(TestAPI);
147 friend class TestAPI;
Dimage_grid_unittest.cc44 ImageGrid::TestAPI test_api(&grid); in TEST_F()
136 ImageGrid::TestAPI test_api(&grid); in TEST_F()
161 ImageGrid::TestAPI test_api(&grid); in TEST_F()
194 ImageGrid::TestAPI test_api(&grid); in TEST_F()
240 ImageGrid::TestAPI test_api(&grid); in TEST_F()
294 ImageGrid::TestAPI test_api(&grid); in TEST_F()
/external/icu/icu4c/source/test/cintltst/
Dcstrtest.c25 static void TestAPI(void);
32 addTest(root, &TestAPI, "tsutil/cstrtest/TestAPI"); in addCStringTest()
37 static void TestAPI(void) in TestAPI() function
Dutexttst.c24 static void TestAPI(void);
31 addTest(root, &TestAPI , "tsutil/UTextTest/TestAPI"); in addUTextTest()
58 static void TestAPI(void) { in TestAPI() function
Dcreststn.h56 static void TestAPI(void);
Dutmstest.c24 static void TestAPI(void);
33 addTest(root, &TestAPI, "tsformat/utmstest/TestAPI"); in addUtmsTest()
317 static void TestAPI(void) in TestAPI() function
/external/chromium_org/third_party/icu/source/test/cintltst/
Dcstrtest.c25 static void TestAPI(void);
32 addTest(root, &TestAPI, "tsutil/cstrtest/TestAPI"); in addCStringTest()
37 static void TestAPI(void) in TestAPI() function
Dutexttst.c24 static void TestAPI(void);
31 addTest(root, &TestAPI , "tsutil/UTextTest/TestAPI"); in addUTextTest()
58 static void TestAPI(void) { in TestAPI() function
Dcreststn.h56 static void TestAPI(void);
Dutmstest.c24 static void TestAPI(void);
33 addTest(root, &TestAPI, "tsformat/utmstest/TestAPI"); in addUtmsTest()
317 static void TestAPI(void) in TestAPI() function
/external/chromium_org/mojo/shell/
Dshell_test_helper.h44 scoped_ptr<ApplicationManager::TestAPI> test_api_;
Dshell_test_helper.cc29 new ApplicationManager::TestAPI(context_.application_manager())); in Init()
/external/icu/icu4c/source/test/intltest/
Dmsfmrgts.h46 void TestAPI(void);
Dcanittst.h44 void TestAPI();
Ditrbnf.h29 virtual void TestAPI();
Dcanittst.cpp39 CASE(2, TestAPI); in runIndexedTest()
303 void CanonicalIteratorTest::TestAPI() { in TestAPI() function in CanonicalIteratorTest
/external/chromium_org/third_party/icu/source/test/intltest/
Dmsfmrgts.h46 void TestAPI(void);
Dcanittst.h44 void TestAPI();
Ditrbnf.h29 virtual void TestAPI();
Dcanittst.cpp39 CASE(2, TestAPI); in runIndexedTest()
303 void CanonicalIteratorTest::TestAPI() { in TestAPI() function in CanonicalIteratorTest

123