Home
last modified time | relevance | path

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

/external/chromium_org/ash/system/chromeos/
Dtray_display_unittest.cc84 void CloseNotification();
116 void TrayDisplayTest::CloseNotification() { in CloseNotification() function in ash::internal::TrayDisplayTest
412 CloseNotification(); in TEST_F()
423 CloseNotification(); in TEST_F()
433 CloseNotification(); in TEST_F()
443 CloseNotification(); in TEST_F()
449 CloseNotification(); in TEST_F()
458 CloseNotification(); in TEST_F()
468 CloseNotification(); in TEST_F()
/external/chromium_org/ash/display/
Dresolution_notification_controller_unittest.cc71 void CloseNotification() { in CloseNotification() function in ash::internal::ResolutionNotificationControllerTest
225 CloseNotification(); in TEST_F()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.h708 void CloseNotification(Browser* browser,
Dtesting_automation_provider.cc2236 &TestingAutomationProvider::CloseNotification; in SendJSONRequest()
4455 void TestingAutomationProvider::CloseNotification( in CloseNotification() function in TestingAutomationProvider
/external/chromium_org/chrome/browser/automation/
Dtesting_automation_provider.h540 void CloseNotification(Browser* browser,
Dtesting_automation_provider.cc1830 &TestingAutomationProvider::CloseNotification; in BuildJSONHandlerMaps()
3959 void TestingAutomationProvider::CloseNotification( in CloseNotification() function in TestingAutomationProvider
/external/chromium_org/chrome/test/pyautolib/
Dpyauto.py3135 def CloseNotification(self, index): member in PyUITest