OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetStorage
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/storage/
settings_backend.cc
41
ValueStore* SettingsBackend::
GetStorage
(
96
// TODO(kalman): always
GetStorage
here (rather than only clearing if it
160
ValueStore::ReadResult maybe_settings =
GetStorage
(*it)->Get();
settings_test_util.cc
17
// Intended as a StorageCallback from
GetStorage
.
22
ValueStore*
GetStorage
(
35
ValueStore*
GetStorage
(
37
return
GetStorage
(extension_id, settings_namespace::SYNC, frontend);
Completed in 490 milliseconds