Searched refs:LoadAll (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/remoting/host/
H A Dpairing_registry_delegate_linux_unittest.cc41 EXPECT_TRUE(delegate->LoadAll()->empty());
50 EXPECT_EQ(delegate->LoadAll()->GetSize(), 2u);
64 EXPECT_EQ(delegate->LoadAll()->GetSize(), 1u);
65 scoped_ptr<base::ListValue> pairings = delegate->LoadAll();
72 EXPECT_TRUE(delegate->LoadAll()->empty());
H A Dpairing_registry_delegate_win_unittest.cc55 EXPECT_TRUE(delegate->LoadAll()->empty());
64 EXPECT_EQ(delegate->LoadAll()->GetSize(), 2u);
78 EXPECT_EQ(delegate->LoadAll()->GetSize(), 1u);
79 scoped_ptr<base::ListValue> pairings = delegate->LoadAll();
86 EXPECT_TRUE(delegate->LoadAll()->empty());
H A Dpairing_registry_delegate_linux.h25 virtual scoped_ptr<base::ListValue> LoadAll() OVERRIDE;
H A Dpairing_registry_delegate_win.h55 virtual scoped_ptr<base::ListValue> LoadAll() OVERRIDE;
H A Dpairing_registry_delegate_linux.cc38 scoped_ptr<base::ListValue> PairingRegistryDelegateLinux::LoadAll() { function in class:remoting::PairingRegistryDelegateLinux
H A Dpairing_registry_delegate_win.cc123 scoped_ptr<base::ListValue> PairingRegistryDelegateWin::LoadAll() { function in class:remoting::PairingRegistryDelegateWin
/external/chromium_org/chrome/browser/extensions/
H A Dcomponent_loader_unittest.cc209 // Try adding and removing before LoadAll() is called.
212 component_loader_.LoadAll();
223 // And after calling LoadAll(), it shouldn't get loaded.
224 component_loader_.LoadAll();
228 TEST_F(ComponentLoaderTest, LoadAll) {
232 component_loader_.LoadAll();
235 // Use LoadAll() to load the default extensions.
237 component_loader_.LoadAll();
243 component_loader_.LoadAll();
268 component_loader_.LoadAll();
[all...]
H A Dcomponent_loader.h40 void LoadAll();
44 // deferred until LoadAll is called. The ID of the added extension is
H A Dcomponent_loader.cc113 void ComponentLoader::LoadAll() { function in class:extensions::ComponentLoader
168 // required in case LoadAll() is called again.
403 // required in case LoadAll() is called again.
H A Dextension_service.cc402 component_loader_->LoadAll();
1308 component_loader_->LoadAll();
/external/chromium_org/remoting/protocol/
H A Dprotocol_mock_objects.cc60 scoped_ptr<base::ListValue> MockPairingRegistryDelegate::LoadAll() { function in class:remoting::protocol::MockPairingRegistryDelegate
H A Dpairing_registry.h92 virtual scoped_ptr<base::ListValue> LoadAll() = 0;
H A Dprotocol_mock_objects.h224 virtual scoped_ptr<base::ListValue> LoadAll() OVERRIDE;
H A Dpairing_registry.cc190 scoped_ptr<base::ListValue> pairings = delegate_->LoadAll();

Completed in 138 milliseconds