Searched defs:state_store (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dstate_store_notification_observer.cc10 #include "extensions/browser/state_store.h"
15 StateStore* state_store)
16 : state_store_(state_store) {
14 StateStoreNotificationObserver( StateStore* state_store) argument
H A Dtest_extension_system.cc32 #include "extensions/browser/state_store.h"
143 StateStore* TestExtensionSystem::state_store() { function in class:extensions::TestExtensionSystem
H A Dextension_system_impl.cc59 #include "extensions/browser/state_store.h"
425 StateStore* ExtensionSystemImpl::Shared::state_store() { function in class:extensions::ExtensionSystemImpl::Shared
565 StateStore* ExtensionSystemImpl::state_store() { function in class:extensions::ExtensionSystemImpl
566 return shared_->state_store();
/external/chromium_org/chrome/browser/chromeos/platform_keys/
H A Dplatform_keys_service.cc12 #include "extensions/browser/state_store.h"
74 extensions::StateStore* state_store)
76 state_store_(state_store),
78 DCHECK(state_store);
72 PlatformKeysService( content::BrowserContext* browser_context, extensions::StateStore* state_store) argument
/external/chromium_org/extensions/browser/
H A Dmock_extension_system.cc45 StateStore* MockExtensionSystem::state_store() { function in class:extensions::MockExtensionSystem
/external/chromium_org/extensions/shell/browser/
H A Dshell_extension_system.cc122 StateStore* ShellExtensionSystem::state_store() { function in class:extensions::ShellExtensionSystem

Completed in 414 milliseconds