HomeSort by relevance Sort by last modified time
    Searched refs:Shutdown (Results 1 - 25 of 871) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/profiles/
profile_keyed_service.h 11 // Many services that hang off Profile have a two-pass shutdown. Many
12 // subsystems need a first pass shutdown phase where they drop references. Not
18 // The first pass is to call Shutdown on a ProfileKeyedService.
19 virtual void Shutdown() {}
  /external/chromium_org/components/browser_context_keyed_service/
browser_context_keyed_service.h 15 // Many services that hang off BrowserContext have a two-pass shutdown. Many
16 // subsystems need a first pass shutdown phase where they drop references. Not
22 // The first pass is to call Shutdown on a BrowserContextKeyedService.
23 virtual void Shutdown() {}
  /external/chromium_org/chrome_frame/
chrome_frame_reporting.h 17 static void Shutdown();
scoped_initialization_manager_unittest.cc 17 virtual void Shutdown() = 0;
29 static void Shutdown() {
31 delegate_->Shutdown();
45 MOCK_METHOD0(Shutdown, void());
65 // Test that Initialize and Shutdown are called in order for the simple case.
70 EXPECT_CALL(mock_traits_delegate_, Shutdown());
75 // Test that Initialize and Shutdown are called in order only once despite
81 EXPECT_CALL(mock_traits_delegate_, Shutdown());
  /external/chromium_org/ui/keyboard/
keyboard_test_suite.cc 17 virtual void Shutdown() OVERRIDE;
27 void KeyboardTestSuite::Shutdown() {
28 ui::test::UITestSuite::Shutdown();
  /external/chromium_org/ui/message_center/test/
run_all_unittests.cc 20 virtual void Shutdown() OVERRIDE;
30 void MessageCenterTestSuite::Shutdown() {
31 ui::test::UITestSuite::Shutdown();
  /external/chromium/base/test/
perf_test_suite.h 18 virtual void Shutdown();
perf_test_suite.cc 41 void PerfTestSuite::Shutdown() {
42 TestSuite::Shutdown();
  /external/chromium_org/base/test/
perf_test_suite.h 17 virtual void Shutdown() OVERRIDE;
perf_test_suite.cc 41 void PerfTestSuite::Shutdown() {
42 TestSuite::Shutdown();
  /external/chromium_org/chrome/browser/chromeos/settings/
device_oauth2_token_service_factory.h 17 // May return null during browser startup and shutdown. Do not hold
20 // during shutdown.
28 // Called by ChromeBrowserMainPartsChromeOS in order to shutdown the
32 static void Shutdown();
  /external/webrtc/test/
test_suite.h 32 // Override these for custom initialization and shutdown handling. Use these
35 virtual void Shutdown();
test_suite.cc 28 Shutdown();
36 void TestSuite::Shutdown() {
  /external/chromium_org/ui/aura/test/
test_suite.cc 32 void AuraTestSuite::Shutdown() {
35 base::TestSuite::Shutdown();
test_suite.h 22 virtual void Shutdown() OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_configuration_unittest.cc 23 chromeos::DBusThreadManager::Shutdown();
35 Shutdown();
42 Shutdown();
input_method_configuration.h 17 // rather than making it a Singleton, to ensure clean startup and shutdown.
25 // by Shutdown().
30 void Shutdown();
  /external/chromium_org/content/public/browser/
browser_main_runner.h 15 // This class is responsible for browser initialization, running and shutdown.
31 virtual void Shutdown() = 0;
  /external/chromium_org/content/test/plugin/
plugin_client.h 34 static NPError Shutdown();
  /external/chromium_org/ui/base/ime/
input_method_initializer.cc 38 ui::TSFBridge::Shutdown();
66 chromeos::DBusThreadManager::Shutdown();
70 chromeos::IBusDaemonController::Shutdown();
74 ui::TSFBridge::Shutdown();
  /external/chromium_org/ui/test/
test_suite.h 22 virtual void Shutdown() OVERRIDE;
  /external/chromium_org/cc/test/
cc_test_suite.cc 33 void CCTestSuite::Shutdown() {
36 base::TestSuite::Shutdown();
  /external/chromium_org/chrome_frame/test/reliability/
reliability_test_suite.h 25 virtual void Shutdown() OVERRIDE {
26 UITestSuite::Shutdown();
  /external/chromium_org/sql/
recovery.cc 22 r->Shutdown(POISON);
54 Shutdown(RAZE_AND_POISON);
170 Shutdown(POISON);
176 Shutdown(POISON);
184 Shutdown(POISON);
190 Shutdown(POISON);
194 void Recovery::Shutdown(Recovery::Disposition raze) {
  /external/chromium/net/base/
net_test_suite.cc 23 void NetTestSuite::Shutdown() {
32 TestSuite::Shutdown();

Completed in 880 milliseconds

1 2 3 4 5 6 7 8 91011>>