Searched refs:new_factory (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dnative_browser_frame_factory.cc25 void NativeBrowserFrameFactory::Set(NativeBrowserFrameFactory* new_factory) { argument
27 factory = new_factory;
H A Dnative_browser_frame_factory.h23 // Sets the factory. Takes ownership of |new_factory|, deleting existing
25 static void Set(NativeBrowserFrameFactory* new_factory);
/external/chromium_org/content/browser/appcache/
H A Dappcache_update_job_unittest.cc791 net::URLRequestJobFactoryImpl* new_factory(
793 new_factory->SetProtocolHandler("http", new RedirectFactory);
794 io_thread_->SetNewJobFactory(new_factory);
1677 net::URLRequestJobFactoryImpl* new_factory(
1679 new_factory->SetProtocolHandler("http", new RetryRequestTestJobFactory);
1680 io_thread_->SetNewJobFactory(new_factory);
1711 net::URLRequestJobFactoryImpl* new_factory(
1713 new_factory->SetProtocolHandler("http", new RetryRequestTestJobFactory);
1714 io_thread_->SetNewJobFactory(new_factory);
1746 net::URLRequestJobFactoryImpl* new_factory(
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest-death-test_test.cc87 explicit ReplaceDeathTestFactory(DeathTestFactory* new_factory) argument
90 unit_test_impl_->death_test_factory_.reset(new_factory);
/external/gtest/test/
H A Dgtest-death-test_test.cc87 explicit ReplaceDeathTestFactory(DeathTestFactory* new_factory) argument
90 unit_test_impl_->death_test_factory_.reset(new_factory);
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc84 explicit ReplaceDeathTestFactory(DeathTestFactory* new_factory) argument
87 unit_test_impl_->death_test_factory_.reset(new_factory);

Completed in 161 milliseconds